.. |
ee
|
Enabled arm64 build on iOS.
|
2015-12-23 16:38:25 -05:00 |
gs
|
Made forced bilinear filtering mode work with paletted textures.
|
2016-01-19 22:37:20 -05:00 |
iop
|
Changed InvokeActivate to return zero instead of one.
|
2015-12-29 21:48:55 -05: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
|
Fixed Android build.
|
2015-12-05 23:28:12 -05:00 |
ui_ios
|
Updated launch screen file.
|
2016-01-08 18:54:49 -05:00 |
ui_macosx
|
Pause emulation when displaying preferences window.
|
2016-01-15 10:10:06 -05:00 |
ui_win32
|
Removed "render lines as quads" setting since it was not used anymore.
|
2016-01-19 22:37:17 -05:00 |
AppConfig.cpp
|
|
|
AppConfig.h
|
|
|
AppDef.h
|
|
|
BasicBlock.cpp
|
Fixed PsfPlayer iOS build.
|
2015-11-03 00:10:44 -05: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_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
|
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
|
|
|
ELF.h
|
CPS2OS::GetExecutableRange now only takes executable program sections in account.
|
2015-05-15 01:01:24 -04:00 |
ElfFile.cpp
|
|
|
ElfFile.h
|
|
|
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
|
|
|
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
|
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
|
|
|
MailBox.h
|
|
|
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
|
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
|
|
|
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
|
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
|
|
|
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
|
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
|
Documented some of the address translation stuff.
|
2015-12-05 19:24:43 -05:00 |
PS2VM_Preferences.h
|
|
|
PS2VM.cpp
|
Improved handling of LoadExecPS2 system call.
|
2015-12-05 19:24:44 -05:00 |
PS2VM.h
|
Added DiskUtils.
|
2015-07-22 00:30:06 -04:00 |
RegisterStateFile.cpp
|
Port libPlay to linux
|
2015-08-24 20:10:16 -04:00 |
RegisterStateFile.h
|
|
|
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
|
|
|
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
|
|
|