rpcsx/rpcs3/Emu/FS
Alexandro Sánchez Bach d1a27748a3 Experimental RSX Debugger & minor changes
RSX Debugger:
Currently, it can preview the color buffers while the RSX Thread is
running, view and modify the render flags, and act as a memory viewer in
the RSX command buffers (no disasm yet). You can press F5, to update the
information (buffers, memory, flags, etc.) of the frame. There are *a
lot* of TODO's here that will be done in the future.

Minor changes:
*Added /dev_flash/ to VFS (required for cellFont in the future).
*cellMsgDialogOpenErrorCode implemented using wxMessageBox. The
information for each error code comes from PSDevWiki. There are lots
error codes missing.
*Updated sys_memory_get_page_attribute

Happy new year to everyone! :-)
2013-12-30 23:59:39 +01:00
..
VFS.cpp Experimental RSX Debugger & minor changes 2013-12-30 23:59:39 +01:00
VFS.h First stage of WX dependency removal. 2013-11-28 05:16:19 +10:00
vfsDevice.cpp Win32 fix & elf loading fix 2013-12-15 01:59:37 +04:00
vfsDevice.h - Implemented be_t, mem_struct_ptr_t, vfsFile. 2013-10-06 15:07:42 +03:00
vfsDirBase.cpp Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
vfsDirBase.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
vfsFile.cpp - Implemented be_t, mem_struct_ptr_t, vfsFile. 2013-10-06 15:07:42 +03:00
vfsFile.h - Implemented be_t, mem_struct_ptr_t, vfsFile. 2013-10-06 15:07:42 +03:00
vfsFileBase.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
vfsFileBase.h Improved mem_t. 2013-09-25 00:11:29 +03:00
vfsLocalFile.cpp Improved mem_t. 2013-09-25 00:11:29 +03:00
vfsLocalFile.h Improved mem_t. 2013-09-25 00:11:29 +03:00
vfsStream.cpp Improved mem_t. 2013-09-25 00:11:29 +03:00
vfsStream.h Improved mem_t. 2013-09-25 00:11:29 +03:00
vfsStreamMemory.cpp - Implemented be_t, mem_struct_ptr_t, vfsFile. 2013-10-06 15:07:42 +03:00
vfsStreamMemory.h - Implemented be_t, mem_struct_ptr_t, vfsFile. 2013-10-06 15:07:42 +03:00