Play-/Source
2015-10-13 22:42:49 -04:00
..
ee Removed setting of APATH3 flag. 2015-10-04 18:40:04 -04:00
gs Moved GS signaling command handling to main thread. 2015-10-04 18:38:08 -04:00
iop Cleanup. 2015-10-12 17:44:55 -04:00
ISO9660 Made ISO9660 use a buffer for reading blocks to make sure memory protection failure handlers are called properly. 2015-07-04 22:34:32 -04:00
saves Added some bounds checking in save icon renderer. 2015-10-13 22:34:20 -04:00
ui_android Replaced usage of org.apache.http.* classes in favor of HttpURLConnection. 2015-10-12 15:51:19 -04:00
ui_ios Revert "Remove an overlapping selection launch segue" 2015-09-11 01:31:35 -04:00
ui_macosx Use proper preprocessor macro for version timestamp. 2015-05-17 22:21:18 -04:00
ui_win32 Fixed invisible GTA San Andreas icon in memory card manager. 2015-10-13 22:42:49 -04:00
AppConfig.cpp Cleaned code related to user directory fetching. No platform specific code should be present anymore (complexity should be hidden in Framework). 2012-08-23 01:49:03 +00:00
AppConfig.h Removed some private ctor/dtor to fix compilation with improved singleton class. 2013-09-22 05:37:48 +00:00
AppDef.h Play! - Version 0.30 2011-06-01 01:52:50 +00:00
BasicBlock.cpp Added assert to make sure PC is aligned on 4 bytes. 2015-05-03 01:35:15 -04:00
BasicBlock.h Removed unused piece of code. 2014-12-31 23:22:00 -05:00
BiosDebugInfoProvider.h Renamed functions in CBiosDebugInfoProvider to make their intent clearer. 2014-07-04 02:18:14 -04:00
ControllerInfo.cpp Added necessary information for L3 and R3 buttons. 2015-09-23 01:30:01 -04:00
ControllerInfo.h Added necessary information for L3 and R3 buttons. 2015-09-23 01:30:01 -04:00
COP_FPU_Reflection.cpp Added support for C.F.S. 2015-04-23 02:01:47 -04:00
COP_FPU.cpp Added support for C.F.S. 2015-04-23 02:01:47 -04:00
COP_FPU.h Added support for C.F.S. 2015-04-23 02:01:47 -04:00
COP_SCU_Reflection.cpp Added support for BC0FL. 2015-03-03 11:49:14 -08:00
COP_SCU.cpp Added proper handling of the EIE bit by EI and DI. (needed for liberx) 2015-04-13 00:51:25 -04:00
COP_SCU.h Added some override specifiers. 2015-06-26 00:28:52 -04:00
CsoImageStream.cpp OSX build fixes. 2015-04-14 22:32:50 -04:00
CsoImageStream.h Add override specifiers. 2015-04-13 23:15:14 -07:00
DiskUtils.cpp Fixed iOS and OSX builds. 2015-07-24 22:09:19 -04:00
DiskUtils.h Added DiskUtils. 2015-07-22 00:30:06 -04:00
ELF.cpp Cleanup. 2012-10-16 02:17:38 +00:00
ELF.h CPS2OS::GetExecutableRange now only takes executable program sections in account. 2015-05-15 01:01:24 -04:00
ElfFile.cpp Cleanup. 2012-10-16 02:17:38 +00:00
ElfFile.h Cleanup. 2012-10-16 02:17:38 +00:00
FrameDump.cpp Added primitive highlight in FrameDebugger. 2014-11-29 22:43:52 -05:00
FrameDump.h Moved EE and GS specific files in a separate folder. 2015-05-06 00:54:15 -04:00
Integer64.h Cleanup. 2012-04-17 05:58:08 +00:00
IszImageStream.cpp Cleanup. 2015-04-14 03:48:55 -04:00
IszImageStream.h Cleanup. 2015-04-14 03:48:55 -04:00
Log.cpp Added a way to disable logging using a preprocessor macro in CLog. 2013-04-21 05:07:30 +00:00
Log.h Removed some private ctor/dtor to fix compilation with improved singleton class. 2013-09-22 05:37:48 +00:00
MA_MIPSIV_Reflection.cpp Added BLTZAL, BLTZALL and BGEZALL. 2015-04-11 01:18:09 -04:00
MA_MIPSIV_Templates.cpp Fixed DIV behavior when dividing by 0. 2015-05-08 22:54:07 -04:00
MA_MIPSIV.cpp Added DADDI. 2015-07-11 00:15:18 -04:00
MA_MIPSIV.h Added DADDI. 2015-07-11 00:15:18 -04:00
MailBox.cpp PsfPlayer: 2013-09-07 04:30:52 +00:00
MailBox.h Fixed some race condition problems in CMailBox. 2013-07-07 00:31:53 +00:00
MemoryMap.cpp Removed WriteNotifyHandler from CMemoryMap. 2015-06-07 23:05:11 -04:00
MemoryMap.h Removed WriteNotifyHandler from CMemoryMap. 2015-06-07 23:05:11 -04:00
MemoryStateFile.cpp Using std::thread instead of boost::thread + some cleanup. 2013-04-25 05:51:31 +00:00
MemoryStateFile.h Using std::thread instead of boost::thread + some cleanup. 2013-04-25 05:51:31 +00:00
MemoryUtils.cpp Properly mask address when storing a quadword. 2015-06-08 02:41:25 -04:00
MemoryUtils.h Made memory utils proxies normal "C" functions to accommodate AOT compilation. 2013-04-14 06:33:04 +00:00
MIPS.cpp Renamed STATUS_INT to STATUS_IE (which is the proper name for that bit). 2015-04-13 00:24:35 -04:00
MIPS.h Added speed hack to help with some games and demos. 2015-07-09 01:14:02 -04:00
MIPSAnalysis.cpp Improved MipsAnalysis by handling unconditional jumps to detect functions. 2015-03-23 22:15:59 -04:00
MIPSAnalysis.h Build fixes. 2015-04-20 01:46:41 -04:00
MIPSArchitecture.cpp Moved remotely 2006-06-15 04:19:30 +00:00
MIPSArchitecture.h Added a generic way to distinguish branch instructions that don't have a delay slot (needed for VCALLMS, ERET and SYSCALL) from those who have. 2011-12-10 20:49:50 +00:00
MIPSAssembler.cpp Cleanup. 2014-09-29 01:22:21 -04:00
MIPSAssembler.h Moved EE specific stuff in a separate assembler class. 2014-09-28 23:57:02 -04:00
MIPSCoprocessor.cpp Moved remotely 2006-06-15 04:19:30 +00:00
MIPSCoprocessor.h Added a generic way to distinguish branch instructions that don't have a delay slot (needed for VCALLMS, ERET and SYSCALL) from those who have. 2011-12-10 20:49:50 +00:00
MipsExecutor.cpp Added EE executor that handles block cache invalidation using virtual memory mechanisms. 2015-06-07 23:44:46 -04:00
MipsExecutor.h Added EE executor that handles block cache invalidation using virtual memory mechanisms. 2015-06-07 23:44:46 -04:00
MipsFunctionPatternDb.cpp Added a function pattern matcher to allow finding common library functions easily across all games. 2012-03-25 20:18:09 +00:00
MipsFunctionPatternDb.h Build fixes. 2015-04-20 01:46:41 -04:00
MIPSInstructionFactory.cpp Removed exception throw when instruction is not found. 2015-05-03 03:05:54 -04:00
MIPSInstructionFactory.h Added a generic way to distinguish branch instructions that don't have a delay slot (needed for VCALLMS, ERET and SYSCALL) from those who have. 2011-12-10 20:49:50 +00:00
MipsJitter.cpp Only create last block label when it's not created. 2015-04-23 02:16:11 -04:00
MipsJitter.h Cleanup. 2015-04-23 02:04:12 -04:00
MIPSReflection.cpp Added a generic way to distinguish branch instructions that don't have a delay slot (needed for VCALLMS, ERET and SYSCALL) from those who have. 2011-12-10 20:49:50 +00:00
MIPSReflection.h Added a generic way to distinguish branch instructions that don't have a delay slot (needed for VCALLMS, ERET and SYSCALL) from those who have. 2011-12-10 20:49:50 +00:00
MIPSTags.cpp Cleaned code a little bit. 2011-07-03 21:32:54 +00:00
MIPSTags.h First pass of cleanup for C++11. 2012-03-11 20:06:14 +00:00
OsStructManager.h Made StructManager and StructQueue non copyable. 2015-08-08 18:14:56 -04:00
OsStructQueue.h Changed the way the thread ready queue is handled. 2015-08-09 00:03:42 -04:00
OsVariableWrapper.h Migrated current thread id to OsVariableWrapper. 2015-08-08 23:36:00 -04:00
PadHandler.cpp Readded PadHandler creation and rewrote GSHandler creation. 2008-01-24 01:37:47 +00:00
PadHandler.h First pass of cleanup for C++11. 2012-03-11 20:06:14 +00:00
PadListener.cpp Added necessary information for L3 and R3 buttons. 2015-09-23 01:30:01 -04:00
PadListener.h Cleanup. 2015-09-23 00:43:51 -04:00
Posix_VolumeStream.cpp Cleanup/Compilation fixes. 2012-08-22 06:09:29 +00:00
Posix_VolumeStream.h MacOSX 2008-01-24 05:00:30 +00:00
Profiler.cpp Use boost::chrono instead of std::chrono because implementation is bad on Win32. 2014-10-11 00:26:21 -04:00
Profiler.h Use boost::chrono instead of std::chrono because implementation is bad on Win32. 2014-10-11 00:26:21 -04:00
Ps2Const.h Add vu1's micromem to the memory map. 2015-04-20 07:56:41 -07:00
PS2VM_Preferences.h Added option in file menu to boot disk images directly. 2009-02-18 00:56:38 +00:00
PS2VM.cpp Added DiskUtils. 2015-07-22 00:30:06 -04:00
PS2VM.h Added DiskUtils. 2015-07-22 00:30:06 -04:00
RegisterStateFile.cpp Build fixes. 2015-04-20 01:46:41 -04:00
RegisterStateFile.h Updated project to conform to latest changes in Framework. 2012-09-04 23:53:34 +00:00
SifDefs.h Added SIFDMAREG struct. 2014-11-07 02:27:33 -05:00
SifModule.h Cleanup. 2014-11-07 02:28:08 -05:00
SifModuleAdapter.h CD reads are now delayed till the next end of vblank. 2014-10-16 03:33:59 -04:00
StructCollectionStateFile.cpp Build fixes. 2015-04-20 01:46:41 -04:00
StructCollectionStateFile.h Updated project to conform to latest changes in Framework. 2012-09-04 23:53:34 +00:00
StructFile.cpp git-svn-id: http://svn.purei.org/purei/trunk@472 b36208d7-6611-0410-8bec-b1987f11c4a2 2009-02-05 16:51:42 +00:00
StructFile.h git-svn-id: http://svn.purei.org/purei/trunk@472 b36208d7-6611-0410-8bec-b1987f11c4a2 2009-02-05 16:51:42 +00:00
uint128.h Moved remotely 2006-06-15 04:19:30 +00:00
Utils.cpp Fixed Utils::GetLine not properly giving away empty lines. 2015-04-18 22:16:41 -04:00
Utils.h Cleanup. 2015-07-22 00:31:19 -04:00
VirtualMachine.h Some cleanup. 2013-06-17 05:08:05 +00:00
VolumeStream.cpp git-svn-id: http://svn.purei.org/purei/trunk@76 b36208d7-6611-0410-8bec-b1987f11c4a2 2006-08-08 06:27:51 +00:00
VolumeStream.h Moved remotely 2006-06-15 04:19:30 +00:00