Play-/Source
Jean-Philip Desjardins 1fde8a60dd Cleanup RegViewFPU.
2016-06-19 16:49:13 -04:00
..
ee Implement PHMADH. 2016-06-17 21:16:35 -04:00
gs Mipmap filtering modes should fallback to basic filtering modes. 2016-06-19 16:49:12 -04:00
iop Allow usage of SifGetNextRequest and SifExecRequest. 2016-06-18 00:40:39 -04:00
ISO9660 Port libPlay to linux 2015-08-24 20:10:16 -04:00
saves Added some bounds checking in save icon renderer. 2015-10-13 22:34:20 -04:00
ui_android Clean up import. 2016-05-23 13:25:53 -04:00
ui_ios Start scanning from the user's Documents directory instead of its home directory on iOS. 2016-05-01 16:58:55 -04:00
ui_macosx Added toggle to enable/disable audio output on OSX. 2016-04-11 18:24:01 -04:00
ui_win32 Cleanup RegViewFPU. 2016-06-19 16:49:13 -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 Jitter needs to be stored in TLS only if building AOT cache. 2016-03-27 19:01:01 -04:00
BasicBlock.h Made sure memory layout on AOT_BLOCK is independent of the architecture. 2015-10-19 13:10:16 -04: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.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_FPU_Reflection.cpp Added support for C.F.S. 2015-04-23 02:01:47 -04:00
COP_SCU.cpp MTPS only do something when reg equals zero. 2016-05-08 17:43:26 -04:00
COP_SCU.h Implement MFPS/MTPS and MFPC/MTPC. 2016-05-08 17:43:25 -04:00
COP_SCU_Reflection.cpp Implement MFPS/MTPS and MFPC/MTPC. 2016-05-08 17:43:25 -04:00
CsoImageStream.cpp Port libPlay to linux 2015-08-24 20:10:16 -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 Change metadata prefix to fix issue with loading first packet metadata. 2016-05-13 21:39:11 -04:00
FrameDump.h Record and display image transfers in frame dumps. 2016-05-13 21:39:09 -04:00
Integer64.h Cleanup. 2012-04-17 05:58:08 +00:00
IszImageStream.cpp Port libPlay to linux 2015-08-24 20:10:16 -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.cpp Implement DSUB. 2016-05-08 17:44:00 -04:00
MA_MIPSIV.h Implement DSUB. 2016-05-08 17:44:00 -04:00
MA_MIPSIV_Reflection.cpp Implement DSUB. 2016-05-08 17:44:00 -04:00
MA_MIPSIV_Templates.cpp Implement DSUB. 2016-05-08 17:44:00 -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 Fixed issue preventing reading from address 0 in VUMEM1. 2015-12-13 18:11:55 -05: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 Implement MFPS/MTPS and MFPC/MTPC. 2016-05-08 17:43:25 -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
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
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 Port libPlay to linux 2015-08-24 20:10:16 -04: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 Added constant for invalid ID in OsStructManager. 2016-02-28 00:55:20 -05: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
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
PH_Generic.cpp Renamed PH_iOS/PH_Android to PH_Generic. 2015-10-31 20:38:27 -04:00
PH_Generic.h Renamed PH_iOS/PH_Android to PH_Generic. 2015-10-31 20:38:27 -04:00
Posix_VolumeStream.cpp Fixed FreeBSD build. 2015-10-24 22:57:19 -04:00
Posix_VolumeStream.h
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 Use enum for IOP scratch pad address. 2016-03-17 16:12:40 -07:00
PS2VM.cpp Add "cdrom" alias to access CD/DVD from Ioman. 2016-06-03 22:18:09 -04:00
PS2VM.h Updated handler creation and destruction code to make it cleaner. 2016-04-10 22:20:53 -04:00
PS2VM_Preferences.h
RegisterStateFile.cpp Port libPlay to linux 2015-08-24 20:10:16 -04:00
RegisterStateFile.h Cleanup. 2016-03-19 12:02:28 -07:00
ScopedVmPauser.cpp Cleanup. 2016-01-15 21:43:03 -05:00
ScopedVmPauser.h Moved ScopedVmPauser out of Win32 specific code. 2016-01-15 10:09:41 -05: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 Port libPlay to linux 2015-08-24 20:10:16 -04:00
StructFile.h
uint128.h
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
VirtualPad.cpp Fixed button placement. 2015-10-30 23:31:29 -04:00
VirtualPad.h Copied Android's virtual pad layouting logic to a C++ file. 2015-10-20 20:00:41 -04:00
VolumeStream.cpp
VolumeStream.h