jpd002 / Play-

Play! - PlayStation2 Emulator
http://purei.org
Other
2.16k stars 264 forks source link

Need some resources to understand the code #704

Closed usman791 closed 6 years ago

usman791 commented 6 years ago

Hi play! Developer Iam a unity developer and I like this project but can you please provide us some resources eg. Links,docs to learn about Ps2 architecture and try to evolve this project(fix bugs and improve some parts of it) and some tips also please.

uyjulian commented 6 years ago

Start here: http://lukasz.dk/playstation-2-programming/an-introduction-to-ps2dev/

jpd002 commented 6 years ago

If there's a game you'd like to fix, I'd suggest building the emulator with the debugger on Windows (-DDEBUGGER_INCLUDED=on in CMake) and trace around to see if you can isolate the issue. There's also lots of things to improve on the UI side if you'd like to work on that.

Closing this for now, but feel free to open other issues if you got other questions.