Play-/Source
2020-10-03 15:28:36 -04:00
..
ee Add way to change the system's language. 2020-09-09 17:13:17 -04:00
gs Add missing blending formulae in D3D9. 2020-09-28 08:32:51 -04:00
input Allow unbound buttons to be saved and loaded properly. 2020-09-21 11:23:20 -04:00
iop Throttle block transfers to avoid timing issues. 2020-10-03 15:28:36 -04: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 Fix iOS build. 2020-08-11 10:59:55 -04:00
ui_libretro Merge pull request #924 from bslenul/master 2020-07-09 14:19:14 -04:00
ui_qt Set some defaults when creating an input profile. 2020-09-21 17:34:08 -04:00
ui_shared Move Amazon S3 client in Framework submodule. 2020-09-13 19:41:04 -04: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 Move Amazon S3 client in Framework submodule. 2020-09-13 19:41:04 -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
CsoImageStream.cpp Clang format 2018-04-30 21:01:23 +01:00
CsoImageStream.h Clang format 2018-04-30 21:01:23 +01:00
DiskUtils.cpp Fix memory leak that can happen when failing to create an optical media. 2020-10-02 13:16:50 -04:00
DiskUtils.h Disable dual layer detection when getting disc id. 2020-10-02 13:16:50 -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
IszImageStream.cpp Clang format 2018-04-30 21:01:23 +01:00
IszImageStream.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
MdsDiscImage.cpp Build fix (yet again). 2018-10-15 22:12:04 -04:00
MdsDiscImage.h Update MdsDiscImage. 2018-10-15 18:34:57 -04: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 Make scratch pad 4096 bytes. 2019-02-11 19:56:30 -05:00
PS2VM.cpp Cleanup. 2020-09-09 15:51:42 -04:00
PS2VM.h Use git describe in Windows installers. 2020-08-10 19:04:54 -04: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