Play-/Source
Jean-Philip Desjardins 40d2cc0468 Add NapLink HLE module.
Needed for some demos. Not active by default to prevent conflicts with other modules.
2016-12-20 18:57:44 -05:00
..
ee Constified some stuff. 2016-12-20 18:55:15 -05:00
gs Add support for PSMCT16S CLUTs. 2016-11-26 20:29:51 -05:00
iop Add NapLink HLE module. 2016-12-20 18:57:44 -05:00
ISO9660 Port libPlay to linux 2015-08-24 20:10:16 -04:00
saves linux: added memory card manager 2016-09-06 00:13:27 +01:00
ui_android Load patch description file from assets on Android. 2016-07-18 22:08:47 -04:00
ui_ios Fix iOS covers. 2016-07-07 15:20:26 -04:00
ui_macosx Added toggle to enable/disable audio output on OSX. 2016-04-11 18:24:01 -04:00
ui_unix linux: replace boost::bind with std::bind 2016-09-06 00:23:44 +01:00
ui_win32 Add some auto detected functions. 2016-12-11 16:43:38 -05:00
AppConfig.cpp
AppConfig.h
AppDef.h
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
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 Cleanup. 2016-09-06 18:12:40 -04:00
COP_SCU_Reflection.cpp Cleanup. 2016-09-06 18:12:40 -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
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 Change way relocated sections are found in IOP module loader. 2016-11-19 17:27:44 -05:00
ELF.h Change way relocated sections are found in IOP module loader. 2016-11-19 17:27:44 -05:00
ElfFile.cpp
ElfFile.h
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
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
Log.h
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
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
MailBox.cpp Cleanup. 2016-11-19 17:34:39 -05:00
MailBox.h Cleanup. 2016-11-19 17:34:39 -05: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
MemoryStateFile.h
MemoryUtils.cpp Properly mask address when storing a quadword. 2015-06-08 02:41:25 -04:00
MemoryUtils.h
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 quick spike to investigate a technique for conditional branching. 2016-06-03 23:35:59 +01:00
MIPSAnalysis.cpp Improve string analyser. 2016-07-10 22:46:30 -04:00
MIPSAnalysis.h Build fixes. 2015-04-20 01:46:41 -04:00
MIPSArchitecture.cpp
MIPSArchitecture.h
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
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
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
MIPSReflection.h
MIPSTags.cpp
MIPSTags.h
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
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 linux: added basic controls 2016-09-06 00:13:25 +01: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 Make sure we count everything in the profiler. 2016-07-17 16:28:06 -04:00
Profiler.h Make sure we count everything in the profiler. 2016-07-17 16:28:06 -04:00
Ps2Const.h Use enum for IOP scratch pad address. 2016-03-17 16:12:40 -07:00
PS2VM_Preferences.h
PS2VM.cpp VU execution quota is now relative to EE execution quota. 2016-11-19 17:28:09 -05:00
PS2VM.h Add basic EE and IOP CPU usage stat in profiler. 2016-10-10 16:24:56 -04:00
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 Fix SIFCMDHEADER layout. 2016-12-20 18:55:15 -05:00
SifModule.h Cleanup. 2016-12-20 18:56:48 -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
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
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