rpcsx/rpcs3/Gui
Alexandro Sánchez Bach 5e1a958ee6 New debugging features, cellGame & minor changes
Two cellGame functions partially implemented:
- cellGameGetParamInt
- cellGameGetParamString

New debugging features:
- Call Stack viewer added
- Memory Viewer rewritten (Not finished yet)

Modified definition of UNIMPLEMENTED_FUNC to improve compatibility with
other compilers: Thanks @krofna

Replaced the "Compiler" menu entry with "Tools" and "Memory Viewer"
entry added.

NOTE: To "quickly" browse the memory using the Memory Viewer you can use
the scrollbar. Notice the irony of the word 'quickly' since the memory
viewer is actually slow as fuck. I will fix that soon. As you can see,
I'd like to add a Raw image viewer in the future in order to "see"
textures directly from memory.
2013-11-23 05:47:19 +01:00
..
AboutDialog.cpp - Implemented cellRescResetFlipStatus & cellRescGetFlipStatus. 2013-11-16 03:44:08 +02:00
CompilerELF.cpp - Improved SPU Decoder. 2013-07-04 17:20:36 +03:00
CompilerELF.h - Improved PPCDecoder. 2013-07-03 19:17:16 +03:00
ConLog.cpp - Improved sc function binder. 2013-06-30 11:46:29 +03:00
ConLog.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
Debugger.cpp Merge remote-tracking branch 'upstream/master' 2013-09-03 19:26:31 +02:00
Debugger.h - Implemented MTCRF instruction. 2013-07-08 16:24:46 +03:00
DisAsmFrame.cpp - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
DisAsmFrame.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
FrameBase.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
GameViewer.cpp - Improved PPCDecoder. 2013-07-03 19:17:16 +03:00
GameViewer.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
InstructionEditor.cpp - Renamed ARM9 to ARMv7. 2013-11-05 21:22:58 +02:00
InterpreterDisAsm.cpp New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00
InterpreterDisAsm.h New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00
MainFrame.cpp New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00
MainFrame.h New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00
MemoryViewer.cpp New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00
MemoryViewer.h New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00
Plugins.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
RegisterEditor.cpp - Implemented ARM9Interpreter & ARM9DisAsm. 2013-11-05 20:12:18 +02:00
TextInputDialog.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
TextInputDialog.h - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
VFSManager.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
VFSManager.h - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
VHDDManager.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
VHDDManager.h - Implemented HDD manager. 2013-08-03 12:40:03 +03:00