Play-/Source
Jean-Philip Desjardins 23cf71b800 Goemon boots.
Needs more work to make it go further since the game will execute code in TLB mapped areas.
2020-12-28 14:26:14 -05:00
..
discimages Fix build. 2020-10-06 17:01:08 -04:00
ee Goemon boots. 2020-12-28 14:26:14 -05:00
gs Add missing blending formulae. 2020-12-23 16:04:59 -05:00
input Allow unbound buttons to be saved and loaded properly. 2020-09-21 11:23:20 -04:00
iop Add values to prevent reading out of bounds. 2020-12-24 08:16:33 -05:00
ISO9660 Allow getting block providers from OpticalMedia. 2020-10-02 13:16:51 -04:00
psx Fix Linux build. 2019-08-17 13:51:31 -04:00
s3stream Move Amazon S3 client in Framework submodule. 2020-09-13 19:41:04 -04:00
saves std::runtime_error needs #include <stdexcept> 2020-06-09 11:33:05 +09:00
states Fix Unix build. 2019-02-11 19:56:30 -05:00
ui_android Merge pull request #948 from MrChip53/android-cifs-support 2020-10-03 10:10:34 -04:00
ui_ios Code style fixes. 2020-12-07 10:44:04 -05:00
ui_libretro syntax clean up 2020-12-28 01:24:54 +00:00
ui_qt Update MoltenVK path on macOS. 2020-12-20 11:28:14 -05:00
ui_shared Don't prevent starting game if we can't update the bootable database. 2020-12-15 13:33:59 -05:00
AppConfig.cpp Remove wchar_t literals. 2019-10-23 20:48:46 -04:00
AppConfig.h Clang format 2018-04-30 21:01:23 +01:00
BasicBlock.cpp Greatly improve block link bookkeeping algorithm. 2020-08-06 16:57:12 -04:00
BasicBlock.h Greatly improve block link bookkeeping algorithm. 2020-08-06 16:57:12 -04:00
BiosDebugInfoProvider.h Clang format 2018-04-30 21:01:23 +01:00
BlockLookupOneWay.h MipsExecutor is now owned by MIPS CPU context. 2018-07-26 21:38:16 -04:00
BlockLookupTwoWay.h MipsExecutor is now owned by MIPS CPU context. 2018-07-26 21:38:16 -04:00
CMakeLists.txt Add cue sheet support. 2020-10-06 17:01:08 -04:00
ControllerInfo.cpp Clang format 2018-04-30 21:01:23 +01:00
ControllerInfo.h Clang format 2018-04-30 21:01:23 +01:00
COP_FPU.cpp Let LWC1 and SWC1 use direct memory access. 2019-04-29 22:38:04 -04:00
COP_FPU.h Clang format 2018-04-30 21:01:23 +01:00
COP_FPU_Reflection.cpp Clang format 2018-04-30 21:01:23 +01:00
COP_SCU.cpp Implement TLBR & move TLBWI. 2020-08-06 16:57:13 -04:00
COP_SCU.h Implement TLBR & move TLBWI. 2020-08-06 16:57:13 -04:00
COP_SCU_Reflection.cpp Implement TLBR & move TLBWI. 2020-08-06 16:57:13 -04:00
DiskUtils.cpp fix cue/bin path concat on windows S3, on windows the path will look like /s3/bucket\game.bin so aws s3 can't find the game 2020-12-14 13:42:18 +00:00
DiskUtils.h Add function to obtain supported disc image extensions. 2020-10-06 17:01:08 -04:00
ELF.cpp Clang format 2018-04-30 21:01:23 +01:00
ELF.h Clang format 2018-04-30 21:01:23 +01:00
ElfFile.cpp Clang format 2018-04-30 21:01:23 +01:00
ElfFile.h Clang format 2018-04-30 21:01:23 +01:00
FpUtils.cpp Add function to enable some FP exceptions (for debugging purposes). 2020-07-29 13:40:44 -04:00
FpUtils.h Add function to enable some FP exceptions (for debugging purposes). 2020-07-29 13:40:44 -04:00
FrameDump.cpp Fix Linux build. 2019-08-17 13:51:31 -04:00
FrameDump.h Clang format 2018-04-30 21:01:23 +01:00
FutureContinuationManager.h Clang format 2018-04-30 21:01:23 +01:00
GenericMipsExecutor.h Properly initialize out links. 2020-08-06 16:57:13 -04:00
InputConfig.cpp initial Gamepad profiles support 2020-02-25 18:47:50 +00:00
InputConfig.h initial Gamepad profiles support 2020-02-25 18:47:50 +00:00
Integer64.h Clang format 2018-04-30 21:01:23 +01:00
Log.cpp Add setting to enable/disable prints. 2018-05-25 12:37:10 -04:00
Log.h Remove usage of boost::filesystem. 2019-10-23 20:48:46 -04:00
MA_MIPSIV.cpp Add basic TLB support. 2020-08-06 16:57:13 -04:00
MA_MIPSIV.h Second pass on vmap. 2019-04-29 22:38:04 -04:00
MA_MIPSIV_Reflection.cpp Clang format 2018-04-30 21:01:23 +01:00
MA_MIPSIV_Templates.cpp Add basic TLB support. 2020-08-06 16:57:13 -04:00
MailBox.cpp Remove Windows specific code in CMailBox. 2019-03-27 12:40:57 -04:00
MailBox.h Clang format 2018-04-30 21:01:23 +01:00
MemoryMap.cpp Clang format 2018-04-30 21:01:23 +01:00
MemoryMap.h Clang format 2018-04-30 21:01:23 +01:00
MemoryUtils.cpp Fix GCC10 build. 2020-07-21 08:17:33 -04:00
MemoryUtils.h Clang format 2018-04-30 21:01:23 +01:00
MIPS.cpp Implement TLBR & move TLBWI. 2020-08-06 16:57:13 -04:00
MIPS.h Implement TLBR & move TLBWI. 2020-08-06 16:57:13 -04:00
MIPSAnalysis.cpp Clang format 2018-04-30 21:01:23 +01:00
MIPSAnalysis.h Clang format 2018-04-30 21:01:23 +01:00
MIPSArchitecture.cpp Clang format 2018-04-30 21:01:23 +01:00
MIPSArchitecture.h Clang format 2018-04-30 21:01:23 +01:00
MIPSAssembler.cpp Cleanup. 2020-06-02 15:12:26 -04:00
MIPSAssembler.h Cleanup. 2020-06-02 15:12:26 -04:00
MIPSCoprocessor.cpp Clang format 2018-04-30 21:01:23 +01:00
MIPSCoprocessor.h Clang format 2018-04-30 21:01:23 +01:00
MipsExecutor.h Breakpoints now work again. 2018-07-26 21:38:17 -04:00
MipsFunctionPatternDb.cpp Clang format 2018-04-30 21:01:23 +01:00
MipsFunctionPatternDb.h Clang format 2018-04-30 21:01:23 +01:00
MIPSInstructionFactory.cpp Add basic TLB support. 2020-08-06 16:57:13 -04:00
MIPSInstructionFactory.h Add basic TLB support. 2020-08-06 16:57:13 -04:00
MipsJitter.cpp Fix handling of likely branches. 2018-07-26 21:38:16 -04:00
MipsJitter.h Fix handling of likely branches. 2018-07-26 21:38:16 -04:00
MIPSReflection.cpp Clang format 2018-04-30 21:01:23 +01:00
MIPSReflection.h Clang format 2018-04-30 21:01:23 +01:00
MIPSTags.cpp Fix Linux build. 2019-08-17 13:51:31 -04:00
MIPSTags.h Update following "Signal.h" move. 2019-08-26 13:16:36 -04:00
OpticalMedia.cpp Allow getting block providers from OpticalMedia. 2020-10-02 13:16:51 -04:00
OpticalMedia.h Allow getting block providers from OpticalMedia. 2020-10-02 13:16:51 -04:00
OsStructManager.h Cleanup 2018-04-30 21:20:26 +01:00
OsStructQueue.h Clang format 2018-04-30 21:01:23 +01:00
OsVariableWrapper.h Clang format 2018-04-30 21:01:23 +01:00
PadHandler.cpp Clang format 2018-04-30 21:01:23 +01:00
PadHandler.h Clang format 2018-04-30 21:01:23 +01:00
PadListener.cpp Clang format 2018-04-30 21:01:23 +01:00
PadListener.h Cleanup. 2018-09-26 12:34:43 -04:00
Pch.cpp Tweak precompiled header usage in CMake project. 2017-03-17 21:07:22 -04:00
Pch.h Android build fixes. 2019-10-23 20:50:12 -04:00
PH_Generic.cpp Clang format 2018-04-30 21:01:23 +01:00
PH_Generic.h Clang format 2018-04-30 21:01:23 +01:00
Posix_VolumeStream.cpp Clang format 2018-04-30 21:01:23 +01:00
Posix_VolumeStream.h Clang format 2018-04-30 21:01:23 +01:00
Profiler.cpp Clang format 2018-04-30 21:01:23 +01:00
Profiler.h Clang format 2018-04-30 21:01:23 +01:00
Ps2Const.h Use proper frequency for HSYNC based timers. 2020-12-14 17:56:13 -05:00
PS2VM.cpp syntax clean up 2020-12-28 01:24:54 +00:00
PS2VM.h Add PauseAsync to PS2VM 2020-12-24 13:51:32 +00:00
PS2VM_Preferences.h Add way to change the system's language. 2020-09-09 17:13:17 -04:00
ScopedVmPauser.cpp Clang format 2018-04-30 21:01:23 +01:00
ScopedVmPauser.h Clang format 2018-04-30 21:01:23 +01:00
ScreenShotUtils.cpp Remove usage of boost::filesystem. 2019-10-23 20:48:46 -04:00
ScreenShotUtils.h Remove usage of boost::filesystem. 2019-10-23 20:48:46 -04:00
SifDefs.h Clang format 2018-04-30 21:01:23 +01:00
SifModule.h Clang format 2018-04-30 21:01:23 +01:00
SifModuleAdapter.h Clang format 2018-04-30 21:01:23 +01:00
uint128.h Clang format 2018-04-30 21:01:23 +01:00
VirtualMachine.h Update following "Signal.h" move. 2019-08-26 13:16:36 -04:00
VirtualPad.cpp Clang format 2018-04-30 21:01:23 +01:00
VirtualPad.h Clang format 2018-04-30 21:01:23 +01:00
VolumeStream.cpp Some more cleanup. 2019-10-03 12:36:34 -04:00
VolumeStream.h Improve CVolumeStream to allow reading from physical drives again. 2019-10-03 12:36:34 -04:00