PS3 emulator/debugger
Go to file
Alexandro Sánchez Bach 4d98826259 Directory-related functions implemented
* cellFsOpendir, cellFsReaddir, cellFsClosedir functions implemented.
* vfsDirBase: m_entryes, GetEntryes renamed to m_entries, GetEntries
respectively.
* vfsLocalDir: Read() function added to get the entries one by one.
* Moved IsExists() from vfsLocalDir to vfsDirBase to avoid "R6025 pure
virtual function call" error.
* Other minor changes in some functions of sys_fs
2014-02-09 22:53:48 +01:00
bin Improved Boot UI. 2013-12-08 18:54:45 +02:00
GL OpenGL renderer: 2013-08-26 17:18:59 +03:00
rpcs3 Directory-related functions implemented 2014-02-09 22:53:48 +01:00
scetool Improved Boot UI. 2013-12-08 18:54:45 +02:00
stblib cellFont rendering functions 2014-02-09 12:07:50 +01:00
unpkg Minor changes 2014-02-06 22:34:05 +04:00
Utilities Small changes 2014-02-09 15:11:48 +04:00
wxWidgets PPUDecoder: 2013-07-03 23:25:54 +03:00
.gitignore cellFont rendering functions 2014-02-09 12:07:50 +01:00
README.md Update Readme with some links to the wiki and forums 2014-02-09 18:44:04 +01:00
rpcs3.sln Implemented PKG Installer, improved Boot game. 2013-11-13 22:35:25 +04:00

rpcs3

PS3 emulator/debugger

The FAQ has some basic information.

For discussion about the emulator and PS3 emulation please visit the official forums.

If you want to contribute please take a took at the Coding Style and Roadmap pages.