.. |
discimages
|
Fix warnings.
|
2023-07-10 17:17:57 -04:00 |
ee
|
Allow better code gen for ReadValue.
|
2024-03-18 09:21:46 -04:00 |
gs
|
Fix some minor Vulkan validation issues.
|
2024-02-27 15:46:32 -05:00 |
hdd
|
add missing header
|
2023-08-13 18:50:52 +00:00 |
input
|
Reorder things a bit + add some comments.
|
2023-11-09 16:46:00 -05:00 |
iop
|
Set masked IRQ address.
|
2024-03-15 08:49:10 -04:00 |
ISO9660
|
Move offset alteration in IOMAN's OpticalMediaDevice.
|
2023-01-18 15:30:45 -05:00 |
psx
|
Translate exception address.
|
2022-10-26 11:31:45 -04:00 |
s3stream
|
Fix a bunch of warnings.
|
2023-05-03 21:05:08 -04:00 |
saves
|
Fix build issues.
|
2023-12-18 14:58:31 -05:00 |
states
|
Revamp SPU saved states.
|
2023-12-08 14:49:27 -05:00 |
ui_android
|
Fix some minor Vulkan validation issues.
|
2024-02-27 15:46:32 -05:00 |
ui_ios
|
Merge pull request #1337 from CastanaEddd/master
|
2024-03-04 15:20:08 -05:00 |
ui_js
|
use signals for CInputProvider::OnInput
|
2023-10-26 14:44:55 +01:00 |
ui_libretro
|
Build libretro core for iOS
|
2024-03-05 12:59:05 -05:00 |
ui_qt
|
Fix disasm copy paste feature.
|
2024-03-22 17:18:50 -04:00 |
ui_shared
|
Renamed GunListener to ScreenPositionListener
|
2024-02-17 17:34:45 +08:00 |
AppConfig.cpp
|
Change the way AppConfig base path is initialized.
|
2023-08-30 17:35:10 -04:00 |
AppConfig.h
|
Change the way AppConfig base path is initialized.
|
2023-08-30 17:35:10 -04:00 |
BasicBlock.cpp
|
Use standard thread_local specifier.
|
2023-03-21 21:30:53 -04:00 |
BasicBlock.h
|
Make block invalidation a bit faster.
|
2024-01-08 09:14:10 -05:00 |
BiosDebugInfoProvider.h
|
Fix warning.
|
2022-11-02 11:03:45 -04: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
|
Renamed GunListener to ScreenPositionListener
|
2024-02-17 17:34:45 +08: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
|
Minor cleanup.
|
2024-01-26 13:45:28 -05:00 |
COP_FPU.h
|
make VU jumps relative: pass instruction relative location CMIPSInstructionFactory
|
2022-10-25 17:27:51 -04:00 |
COP_FPU_Reflection.cpp
|
Cleanup.
|
2022-12-07 14:45:20 -05:00 |
COP_SCU.cpp
|
Add stub for TLBP.
|
2023-08-31 16:34:59 -04:00 |
COP_SCU.h
|
Add stub for TLBP.
|
2023-08-31 16:34:59 -04:00 |
COP_SCU_Reflection.cpp
|
Add stub for TLBP.
|
2023-08-31 16:34:59 -04:00 |
DiskUtils.cpp
|
Add support for DVD CHDs.
|
2023-06-30 16:55:03 -04:00 |
DiskUtils.h
|
Add function to obtain supported disc image extensions.
|
2020-10-06 17:01:08 -04:00 |
ELF.h
|
Fix typo.
|
2023-08-30 10:21:24 -04:00 |
ElfDefs.h
|
Cleanup.
|
2024-01-26 13:45:18 -05:00 |
ElfFile.cpp
|
Fix crash that occurs when trying to read an ELF with truncated section headers.
|
2023-08-30 10:21:02 -04:00 |
ElfFile.h
|
Fix crash that occurs when trying to read an ELF with truncated section headers.
|
2023-08-30 10:21:02 -04:00 |
FpUtils.cpp
|
Added some NaN related utils.
|
2021-01-26 19:30:24 -05:00 |
FpUtils.h
|
Added some NaN related utils.
|
2021-01-26 19:30:24 -05:00 |
FrameDump.cpp
|
Apply CZipArchiveWriter refactoring.
|
2023-07-23 17:22:18 -04:00 |
FrameDump.h
|
Frame debugger: Fix display of some far away primitives.
|
2023-09-25 10:53:52 -04:00 |
FrameLimiter.cpp
|
Style fix.
|
2021-12-16 13:24:47 -05:00 |
FrameLimiter.h
|
Use the average frame time to limit frame rate.
|
2021-12-15 17:28:48 -05:00 |
FutureContinuationManager.h
|
Clang format
|
2018-04-30 21:01:23 +01:00 |
GenericMipsExecutor.h
|
Make block invalidation a bit faster.
|
2024-01-08 09:14:10 -05:00 |
InputConfig.cpp
|
Change the way AppConfig base path is initialized.
|
2023-08-30 17:35:10 -04:00 |
InputConfig.h
|
initial Gamepad profiles support
|
2020-02-25 18:47:50 +00:00 |
Integer64.h
|
Apply code formatting changes.
|
2023-08-18 11:39:36 -04:00 |
Js_DiscImageDeviceStream.cpp
|
Fix huge offsets.
|
2022-02-14 13:07:15 -05:00 |
Js_DiscImageDeviceStream.h
|
Improve the way disc images are accessed.
|
2022-02-14 13:07:15 -05:00 |
Log.cpp
|
Change the way AppConfig base path is initialized.
|
2023-08-30 17:35:10 -04:00 |
Log.h
|
Remove usage of boost::filesystem.
|
2019-10-23 20:48:46 -04:00 |
MA_MIPSIV.cpp
|
Fix some parameter values that were implicitly converted to RETURN_VALUE.
|
2024-01-26 13:45:03 -05:00 |
MA_MIPSIV.h
|
Generate illegal instruction traps instead of tripping asserts at compile tile.
|
2024-01-26 13:44:57 -05:00 |
MA_MIPSIV_Reflection.cpp
|
Implement TEQI and check traps in debug builds.
|
2023-03-05 10:05:11 -05:00 |
MA_MIPSIV_Templates.cpp
|
Fix some parameter values that were implicitly converted to RETURN_VALUE.
|
2024-01-26 13:45:03 -05:00 |
MailBox.cpp
|
Update mailbox to use promises and futures
|
2023-10-25 13:20:43 +01:00 |
MailBox.h
|
Update mailbox to use promises and futures
|
2023-10-25 13:20:43 +01:00 |
MemoryMap.cpp
|
expose mapping range
|
2021-01-07 22:21:16 +00:00 |
MemoryMap.h
|
Cleanup.
|
2022-06-09 17:07:30 -04: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
|
Use alignas to specify alignment.
|
2023-10-19 09:21:17 -04:00 |
MIPSAnalysis.cpp
|
Make MIPSAnalysis aware of virtual addresses.
|
2024-03-21 12:59:49 -04:00 |
MIPSAnalysis.h
|
Style cleanup.
|
2024-03-21 12:59:49 -04: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
|
add missing include
|
2021-06-14 08:34:00 +02:00 |
MIPSCoprocessor.cpp
|
Cleanup.
|
2022-12-07 14:45:20 -05:00 |
MIPSCoprocessor.h
|
Cleanup.
|
2022-12-07 14:45:20 -05: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
|
Fix some parameter values that were implicitly converted to RETURN_VALUE.
|
2024-01-26 13:45:03 -05:00 |
MIPSInstructionFactory.h
|
Use indexed store/loads in EE SIMD instructions.
|
2023-07-26 14:10:05 -04:00 |
MipsJitter.cpp
|
Fix Linux build.
|
2022-12-01 16:40:25 -05:00 |
MipsJitter.h
|
Stay inside block when it's branch target is itself.
|
2022-12-01 09:03:40 -05:00 |
MIPSReflection.cpp
|
Add proper "empty" return value to GetEffectiveAddress.
|
2022-12-07 14:48:20 -05:00 |
MIPSReflection.h
|
Clang format
|
2018-04-30 21:01:23 +01:00 |
MIPSTags.cpp
|
Changes to TagsView to improve performance.
|
2023-11-29 16:00:54 -05:00 |
MIPSTags.h
|
Changes to TagsView to improve performance.
|
2023-11-29 16:00:54 -05:00 |
OpticalMedia.cpp
|
Properly set track type when loading a CHD disc image.
|
2022-06-07 12:00:07 -04:00 |
OpticalMedia.h
|
Properly set track type when loading a CHD disc image.
|
2022-06-07 12:00:07 -04:00 |
OsStructManager.h
|
Small cleanup.
|
2023-11-17 08:04:02 -05: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
|
Rename CPadListener->CPadInterface
|
2023-10-31 19:50:26 +00:00 |
PadHandler.h
|
Rename CPadListener->CPadInterface
|
2023-10-31 19:50:26 +00:00 |
PadInterface.cpp
|
Rename CPadListener->CPadInterface
|
2023-10-31 19:50:26 +00:00 |
PadInterface.h
|
return Vibration data through CPadInterface
|
2023-10-31 19:50:37 +00: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
|
Rename CPadListener->CPadInterface
|
2023-10-31 19:50:26 +00:00 |
PH_Generic.h
|
Clang format
|
2018-04-30 21:01:23 +01:00 |
Posix_VolumeStream.cpp
|
PsfPlayer for JS PoC
|
2022-02-08 18:41:06 -05: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
|
Allow for different EE and IOP memory sizes to be used.
|
2023-06-12 12:25:55 -04:00 |
PS2VM.cpp
|
Merge branch 'jpd002:master' into master
|
2024-02-19 22:44:50 +08:00 |
PS2VM.h
|
Renamed GunListener to ScreenPositionListener
|
2024-02-17 17:34:45 +08:00 |
PS2VM_Preferences.h
|
Add settings for arcade I/O server.
|
2024-02-12 17:27:10 -05: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 |
ScreenPositionListener.h
|
Renamed GunListener to ScreenPositionListener
|
2024-02-17 17:34:45 +08:00 |
ScreenShotUtils.cpp
|
Change the way AppConfig base path is initialized.
|
2023-08-30 17:35:10 -04:00 |
ScreenShotUtils.h
|
Remove usage of boost::filesystem.
|
2019-10-23 20:48:46 -04:00 |
SifDefs.h
|
Handle NOWAIT in SifGetOtherData.
|
2023-12-22 15:28:03 -05:00 |
SifModule.h
|
Clang format
|
2018-04-30 21:01:23 +01:00 |
SifModuleAdapter.h
|
Cleanup.
|
2024-02-27 15:46:05 -05:00 |
static_loop.h
|
Use templates to allow better code generation for UNPACK.
|
2021-05-28 08:29:44 -04:00 |
TimeUtils.h
|
Tweak delays to make both Tekken 5.1 and Tekken DR happy.
|
2023-06-30 16:55:18 -04:00 |
uint128.h
|
Apply code formatting changes.
|
2023-08-18 11:39:36 -04:00 |
VirtualMachine.h
|
alias OnMachineStateChange type
|
2022-01-18 17:58:13 +00: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 |