| .. |
|
AboutDialog.h
|
don't distinguish between windows and unix for no reason
|
2015-01-15 03:34:03 +01:00 |
|
AutoPauseManager.cpp
|
rfile_t renamed
|
2015-04-25 00:38:11 +03:00 |
|
AutoPauseManager.h
|
Bugfix
|
2015-04-20 01:26:28 +03:00 |
|
CgDisasm.cpp
|
Implemented binary vertex program disassembler
|
2015-02-23 16:22:30 +04:00 |
|
CgDisasm.h
|
Implemented binary vertex program disassembler
|
2015-02-23 16:22:30 +04:00 |
|
CompilerELF.cpp
|
Unused code removed
|
2015-02-28 15:37:06 +03:00 |
|
CompilerELF.h
|
Include cleaning
|
2014-08-24 21:42:19 +04:00 |
|
ConLogFrame.cpp
|
Renamed LogSeverity Symbols, like.. LogSeveritySuccess from Succuess to avoid conflicts with macros such as those in X11 header.
|
2015-05-22 20:16:30 +08:00 |
|
ConLogFrame.h
|
Some std include moved
|
2014-08-28 20:29:05 +04:00 |
|
Debugger.cpp
|
PPCThread removed (it does nothing anyway)
|
2015-02-26 03:54:49 +03:00 |
|
Debugger.h
|
Start porting to GNU compiler
|
2013-11-23 23:27:58 +01:00 |
|
DisAsmFrame.cpp
|
Implemented LLE Modules Manager (draft)
|
2014-11-19 16:16:30 +02:00 |
|
DisAsmFrame.h
|
Implemented LLE Modules Manager (draft)
|
2014-11-19 16:16:30 +02:00 |
|
FrameBase.h
|
stdafx: move out some uncommon includes
|
2014-07-11 00:16:26 +10:00 |
|
GameViewer.cpp
|
vfsDir usage fixed
|
2015-04-26 00:26:54 +03:00 |
|
GameViewer.h
|
Update glext.h on version 31191
|
2015-06-11 12:52:56 +02:00 |
|
GLGSFrame.cpp
|
sys_process_get_paramsfo implemented
|
2015-02-28 17:41:15 +03:00 |
|
GLGSFrame.h
|
Compilation fix
|
2014-08-25 03:38:11 +04:00 |
|
GSFrame.cpp
|
stdafx_gui.h created, wx removed from stdafx.h
|
2014-08-29 02:49:26 +04:00 |
|
GSFrame.h
|
initial start to eliminate static func init, not compilable atm
|
2014-06-08 23:16:06 +02:00 |
|
InstructionEditor.h
|
SPU refactoring
|
2015-03-03 00:09:20 +03:00 |
|
InterpreterDisAsm.cpp
|
CppCheck: End of those marking. and removed one meaningless comparation in sys_spu.cpp.
|
2015-04-10 20:26:48 +08:00 |
|
InterpreterDisAsm.h
|
Clean up UI code.
|
2014-04-27 19:53:13 -04:00 |
|
KernelExplorer.cpp
|
IdManager improved, atomic_t improved
|
2015-05-27 06:11:59 +03:00 |
|
KernelExplorer.h
|
Minor sys_prx update
|
2014-08-19 13:19:24 +02:00 |
|
LLEModulesManager.cpp
|
vfsDir usage fixed
|
2015-04-26 00:26:54 +03:00 |
|
LLEModulesManager.h
|
Some changes in LLEModulesManager and cellAudio
|
2014-12-27 21:25:51 +04:00 |
|
MainFrame.cpp
|
Logging fixed
|
2015-04-25 16:29:05 +03:00 |
|
MainFrame.h
|
Implemented binary fragment program disassembler
|
2015-02-22 18:47:12 +04:00 |
|
MemoryStringSearcher.cpp
|
Memory cleanup, page flags implemented
|
2015-02-13 17:04:03 +03:00 |
|
MemoryStringSearcher.h
|
MemoryStringSearcher: drop superfluous qualifier
|
2014-12-25 00:53:56 -08:00 |
|
MemoryViewer.cpp
|
Memory cleanup, page flags implemented
|
2015-02-13 17:04:03 +03:00 |
|
MemoryViewer.h
|
Fix some type comparion warnings.
|
2014-04-27 21:31:41 -07:00 |
|
MsgDialog.cpp
|
Small changes
|
2015-04-18 20:18:23 +03:00 |
|
MsgDialog.h
|
Small changes
|
2015-04-18 20:18:23 +03:00 |
|
PADManager.cpp
|
stdafx_gui.h created, wx removed from stdafx.h
|
2014-08-29 02:49:26 +04:00 |
|
PADManager.h
|
Clean up UI code.
|
2014-04-27 19:53:13 -04:00 |
|
RegisterEditor.h
|
Stdafx: Major header cleanup
|
2014-07-12 16:33:04 +10:00 |
|
RSXDebugger.cpp
|
RSXDebugger: Make bigger command list window
|
2015-06-17 22:09:04 +02:00 |
|
RSXDebugger.h
|
initial start to eliminate static func init, not compilable atm
|
2014-06-08 23:16:06 +02:00 |
|
SaveDataDialog.cpp
|
cellSaveData improved
|
2015-04-17 07:37:13 +03:00 |
|
SaveDataDialog.h
|
Bugfix
|
2015-04-20 01:26:28 +03:00 |
|
SaveDataUtility.cpp
|
rfile_t renamed
|
2015-04-25 00:38:11 +03:00 |
|
SaveDataUtility.h
|
Bugfix
|
2015-04-20 01:26:28 +03:00 |
|
TextInputDialog.cpp
|
stdafx_gui.h created, wx removed from stdafx.h
|
2014-08-29 02:49:26 +04:00 |
|
TextInputDialog.h
|
Implemented small tool for generating id of HLE-Function. Fixed small issue in PADManager dialog.
|
2014-04-09 23:57:26 +04:00 |
|
VFSManager.cpp
|
stdafx_gui.h created, wx removed from stdafx.h
|
2014-08-29 02:49:26 +04:00 |
|
VFSManager.h
|
Some leaks fixed
|
2014-08-26 03:55:37 +04:00 |
|
VHDDManager.cpp
|
wxFile removed (rFile -> rfile_t)
|
2015-04-19 16:19:24 +03:00 |
|
VHDDManager.h
|
Some std include moved
|
2014-08-28 20:29:05 +04:00 |