.. |
CDVD
|
CDVD: Fix seek times, improve read flow
|
2023-10-11 16:06:56 +01:00 |
DEV9
|
DEV9: Replace sprintf()/strcat() with snprintf()
|
2023-10-02 17:37:38 +10:00 |
Darwin
|
CDVD: Report open errors to host
|
2023-10-01 17:46:26 +10:00 |
DebugTools
|
Debugger: Disable instruction simplification
|
2023-10-26 19:26:43 +01:00 |
Docs
|
GameDB: Add name-sort and name-en fields
|
2023-10-15 01:11:35 -05:00 |
GS
|
GS: Disable interlace skipping on FMVs on SW FMV switch
|
2023-10-29 22:19:32 +00:00 |
IPU
|
IPU: Adjust DMA timings, improve internal calling
|
2023-09-17 14:52:47 +01:00 |
ImGui
|
Achievements: Don't prompt for system reset if enabling Hardcore Mode on a game without achievements/leaderboards
|
2023-10-25 19:01:47 +10:00 |
Input
|
DInputSource: Limit the amount of reported buttons and POV hats to what the data format supports
|
2023-10-23 18:46:33 +10:00 |
Linux
|
CDVD: Report open errors to host
|
2023-10-01 17:46:26 +10:00 |
RDebug
|
formatter: apply editorconig into various files
|
2022-11-25 22:41:00 +00:00 |
Recording
|
VMManager: Support picking between en and non-en title
|
2023-10-15 23:13:04 -05:00 |
Reference
|
formatter: apply editorconig into various files
|
2022-11-25 22:41:00 +00:00 |
Resources
|
Qt:Mac: Add CFBundleLocalizations tag
|
2023-07-19 13:46:40 +10:00 |
SIO
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
SPU2
|
SPU2: Temporary CDDA fix
|
2023-10-20 16:46:12 +01:00 |
USB
|
USB: Fix inverted mouse wheel (#10158)
|
2023-10-22 02:02:27 +10:00 |
ps2
|
Pad: Fixes and cleanup (#9623)
|
2023-07-26 01:10:02 +10:00 |
windows
|
CDVD: Report open errors to host
|
2023-10-01 17:46:26 +10:00 |
x86
|
Debugger: Visually show what CPU triggered a breakpoint
|
2023-10-26 19:26:43 +01:00 |
Achievements.cpp
|
Achievements: Disable Hardcore Mode if the game has a RetroAchievements entry, but no achievements or leaderboards
|
2023-10-25 19:01:47 +10:00 |
Achievements.h
|
Achievements: Switch to rc_client
|
2023-09-24 11:22:22 +10:00 |
AsyncFileReader.h
|
CDVD: Report open errors to host
|
2023-10-01 17:46:26 +10:00 |
CMakeLists.txt
|
SPU2: Multi-isa resampling functions
|
2023-10-20 00:34:39 +01:00 |
COP0.cpp
|
SaveState: Only remap changed TLB slots on load
|
2022-11-19 04:59:10 +00:00 |
COP0.h
|
SaveState: Only remap changed TLB slots on load
|
2022-11-19 04:59:10 +00:00 |
COP2.cpp
|
VU: Synchronise VU1, added speedhack for old behaviour
|
2020-12-13 22:02:37 +00:00 |
Cache.cpp
|
Common: Replace MemsetFast routines with C memset
|
2023-06-22 19:11:57 +10:00 |
Cache.h
|
System: Revamp memory allocation
|
2022-10-14 22:24:42 +01:00 |
Common.h
|
Everything: Remove a **lot** of wx, and px nonsense
|
2022-05-22 13:58:56 +01:00 |
Config.h
|
DEV9: Do not save hdd size
|
2023-09-24 11:53:02 +01:00 |
Counters.cpp
|
PCRTC/Counters: Fix H-Blanks per frame
|
2023-10-29 22:20:24 +00:00 |
Counters.h
|
VMManager: Rewrite frame limiting
|
2023-09-10 11:18:20 +10:00 |
Dmac.cpp
|
Dmac: Fix incorrect condition for OPH flag hack
|
2023-01-13 12:20:12 +00:00 |
Dmac.h
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
Elfheader.cpp
|
Elfheader: Fix the scope of the variable can be reduced warning.
|
2023-09-16 18:46:45 +02:00 |
Elfheader.h
|
CDVD: Rewrite ISO parser
|
2023-07-09 21:52:02 +10:00 |
FPU.cpp
|
FPU: replace check* macros by functions
|
2016-09-18 16:13:29 +02:00 |
FW.cpp
|
Remove IopCommon.h added proper includes to files. Removing circle includes in several files that sometimes was several layers deep
|
2022-04-11 21:25:20 +01:00 |
FW.h
|
FW: fix FWirq callback bug
|
2020-09-19 22:38:32 +01:00 |
FiFo.cpp
|
MTGS: Convert to namespace
|
2023-06-25 12:54:14 +10:00 |
GS.cpp
|
GIF: Correctly delay FINISH interrupts/flags
|
2023-09-17 14:52:47 +01:00 |
GS.h
|
VMManager: Rewrite frame limiting
|
2023-09-10 11:18:20 +10:00 |
GSDumpReplayer.cpp
|
VMManager: Rewrite frame limiting
|
2023-09-10 11:18:20 +10:00 |
GSDumpReplayer.h
|
GSDumpReplayer: Fix resetting
|
2023-03-06 09:11:08 +00:00 |
GameDatabase.cpp
|
GameDB: Add name-sort and name-en fields
|
2023-10-15 01:11:35 -05:00 |
GameDatabase.h
|
GameDB: Add name-sort and name-en fields
|
2023-10-15 01:11:35 -05:00 |
GameList.cpp
|
GameDB: Add name-sort and name-en fields
|
2023-10-15 01:11:35 -05:00 |
GameList.h
|
Qt: Add option to prefer English titles in Game List
|
2023-10-15 01:11:35 -05:00 |
Gif.cpp
|
GIF: Adjust run length of split in intermittent packets
|
2023-08-12 00:28:28 +01:00 |
Gif.h
|
GIF: Cleanup Gif.
|
2023-06-06 12:46:46 +02:00 |
Gif_Logger.cpp
|
Core: Remove trailing whitespace from all files
|
2022-09-16 00:52:28 -05:00 |
Gif_Unit.cpp
|
GIF: Correctly delay FINISH interrupts/flags
|
2023-09-17 14:52:47 +01:00 |
Gif_Unit.h
|
GIF: Don't check current path for FINISH
|
2023-09-17 23:23:04 +01:00 |
Hardware.h
|
Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;)
|
2010-07-22 12:20:11 +00:00 |
Host.cpp
|
[SAVEVERSION+] Reimplement PAD system
|
2023-07-24 16:41:17 +01:00 |
Host.h
|
Host: Remove resource read wrappers
|
2023-10-01 17:45:54 +10:00 |
Hotkeys.cpp
|
UI: Changes for translators (#10038)
|
2023-09-29 20:22:04 +10:00 |
Hw.cpp
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
Hw.h
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
HwRead.cpp
|
x86: Move cycle/writeback fields to CPU structs
|
2022-11-19 03:54:02 +00:00 |
HwWrite.cpp
|
SPU2: Namespace logging/debugging
|
2022-12-31 23:23:58 +00:00 |
INISettingsInterface.cpp
|
INISettingsInterface: Fix scope of variable warning.
|
2023-04-05 20:15:18 +02:00 |
INISettingsInterface.h
|
SettingsInterface: Add Key+Value setting support
|
2022-12-18 08:27:07 +00:00 |
Interpreter.cpp
|
Debugger: Visually show what CPU triggered a breakpoint
|
2023-10-26 19:26:43 +01:00 |
IopBios.cpp
|
IopBios: Mute deprecated warnings
|
2023-10-02 17:37:38 +10:00 |
IopBios.h
|
VMManager: Clear host root on booting ISO
|
2023-02-15 10:04:39 +00:00 |
IopCounters.cpp
|
EE/IOP Sync: Optimize EE/IOP sync for more intelligent syncing
|
2023-07-09 13:53:00 +01:00 |
IopCounters.h
|
Core: Replace old include guard with pragma once
|
2022-06-26 12:42:10 +02:00 |
IopDma.cpp
|
[SAVEVERSION+] Reimplement PAD system
|
2023-07-24 16:41:17 +01:00 |
IopDma.h
|
SIO: Separate SIO2 from SIO0, reimplement memcard protocol
|
2022-11-19 02:08:13 +00:00 |
IopGte.cpp
|
Common: Merge MathUtils.h into BitUtils.h
|
2023-07-23 21:52:36 +10:00 |
IopGte.h
|
Core: Replace old include guard with pragma once
|
2022-06-26 12:42:10 +02:00 |
IopHw.cpp
|
[SAVEVERSION+] Reimplement PAD system
|
2023-07-24 16:41:17 +01:00 |
IopHw.h
|
CDVD: Fix seek times, improve read flow
|
2023-10-11 16:06:56 +01:00 |
IopIrq.cpp
|
Core: Remove PCSX2_CORE define and leftovers from wx
|
2022-12-24 08:42:23 +00:00 |
IopMem.cpp
|
IopMem: Fix incorrect memory pointer
|
2023-10-14 17:01:33 +10:00 |
IopMem.h
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
IopModuleNames.cpp
|
IOP: Convert most IOP memory access in the IRX HLE and debugging module to
|
2016-11-08 19:08:51 +00:00 |
LayeredSettingsInterface.cpp
|
USB: Add ConfigKeyExists()
|
2023-07-26 13:20:44 +10:00 |
LayeredSettingsInterface.h
|
Misc: Various cleanup
|
2023-05-13 07:12:12 +01:00 |
LogSink.cpp
|
LogSink: Log BIOS print syscall messages if EE console is enabled
|
2023-05-22 08:37:50 +01:00 |
LogSink.h
|
GSRunner: Fix log file writing
|
2023-05-21 08:52:45 +01:00 |
MMI.cpp
|
Common: Merge MathUtils.h into BitUtils.h
|
2023-07-23 21:52:36 +10:00 |
MTGS.cpp
|
GS: Disable interlace skipping on FMVs on SW FMV switch
|
2023-10-29 22:19:32 +00:00 |
MTGS.h
|
GS: Disable interlace skipping on FMVs on SW FMV switch
|
2023-10-29 22:19:32 +00:00 |
MTVU.cpp
|
GIF: Don't check current path for FINISH
|
2023-09-17 23:23:04 +01:00 |
MTVU.h
|
MTVU: Fix hang on shutdown if thread never opened
|
2023-01-04 11:43:23 +00:00 |
Mdec.cpp
|
Remove IopCommon.h added proper includes to files. Removing circle includes in several files that sometimes was several layers deep
|
2022-04-11 21:25:20 +01:00 |
Mdec.h
|
Core: Replace old include guard with pragma once
|
2022-06-26 12:42:10 +02:00 |
Memory.cpp
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
Memory.h
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
MemoryTypes.h
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
MultipartFileReader.cpp
|
CDVD: Report open errors to host
|
2023-10-01 17:46:26 +10:00 |
PCSX2Base.h
|
Misc: Remove GS/config.h include from PCSX2Base.h
|
2022-12-31 06:57:21 +00:00 |
PINE.cpp
|
VMManager: Support picking between en and non-en title
|
2023-10-15 23:13:04 -05:00 |
PINE.h
|
Misc: Swap from gsl::span to std::span
|
2023-07-20 21:23:31 +10:00 |
Patch.cpp
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
Patch.h
|
Qt: Add Edit Cheats/Patches to Tools menu
|
2023-09-10 11:19:53 +10:00 |
Pcsx2Config.cpp
|
DEV9: Do not save hdd size
|
2023-09-24 11:53:02 +01:00 |
PerformanceMetrics.cpp
|
VMManager: Rewrite frame limiting
|
2023-09-10 11:18:20 +10:00 |
PerformanceMetrics.h
|
VMManager: Rewrite frame limiting
|
2023-09-10 11:18:20 +10:00 |
PrecompiledHeader.cpp
|
[copyright]
|
2010-07-08 16:40:44 +00:00 |
PrecompiledHeader.h
|
Common: Move MemcpyFast routines to General.h
|
2023-06-16 18:26:28 +10:00 |
R3000A.cpp
|
CDVD: Fix seek times, improve read flow
|
2023-10-11 16:06:56 +01:00 |
R3000A.h
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
R3000AInterpreter.cpp
|
Debugger: Visually show what CPU triggered a breakpoint
|
2023-10-26 19:26:43 +01:00 |
R3000AOpcodeTables.cpp
|
Core: Remove trailing whitespace from all files
|
2022-09-16 00:52:28 -05:00 |
R5900.cpp
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
R5900.h
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
R5900OpcodeImpl.cpp
|
DebugTools: Replace sprintf() with snprintf()
|
2023-10-02 17:37:38 +10:00 |
R5900OpcodeTables.cpp
|
Debugger: Implement BC0XY branches & their condition evaluation
|
2023-04-25 17:28:31 +01:00 |
R5900OpcodeTables.h
|
Debugger: Implement BC0XY branches & their condition evaluation
|
2023-04-25 17:28:31 +01:00 |
SPR.cpp
|
SaveState: Remove exceptions
|
2023-06-30 21:37:44 +10:00 |
SPR.h
|
SPR: Cleanup constants.
|
2023-06-06 12:46:46 +02:00 |
SaveState.cpp
|
CMake: Purge no-achievements option
|
2023-09-16 19:32:13 +10:00 |
SaveState.h
|
SPU2: Optimize reverb resampling [SAVEVERSION+]
|
2023-10-20 00:34:39 +01:00 |
ShaderCacheVersion.h
|
GS: Bump shader cache version.
|
2023-10-19 19:25:13 +02:00 |
ShiftJisToUnicode.cpp
|
Everything: Remove a **lot** of wx, and px nonsense
|
2022-05-22 13:58:56 +01:00 |
Sif.cpp
|
SaveState: Remove exceptions
|
2023-06-30 21:37:44 +10:00 |
Sif.h
|
Common: Replace MemsetFast routines with C memset
|
2023-06-22 19:11:57 +10:00 |
Sif0.cpp
|
SIF: Correct junk data behaviour. Fixes True Crime Streets of LA
|
2023-05-11 16:03:13 +01:00 |
Sif1.cpp
|
EE: Implement Instant DMA hack for some cache problematic games
|
2022-11-07 18:56:04 +00:00 |
Sifcmd.h
|
Core: Replace old include guard with pragma once
|
2022-06-26 12:42:10 +02:00 |
SingleRegisterTypes.h
|
vtlb: Remove upper/lower 32-bit unmapped split
|
2023-01-26 09:41:13 +00:00 |
SourceLog.cpp
|
Misc: More build system cleanups
|
2023-05-16 12:58:19 +01:00 |
StateWrapper.cpp
|
Misc: Fix various warnings
|
2023-08-26 15:02:17 +10:00 |
StateWrapper.h
|
StateWrapper: Use is_standard_layout+is_trivial instead of is_pod
|
2023-08-27 01:08:56 +10:00 |
SysForwardDefs.h
|
System: Remove/move out a bunch more leftover stuff from wx
|
2022-10-14 22:24:42 +01:00 |
System.cpp
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
System.h
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
VMManager.cpp
|
VMManager: Support picking between en and non-en title
|
2023-10-15 23:13:04 -05:00 |
VMManager.h
|
VMManager: Support picking between en and non-en title
|
2023-10-15 23:13:04 -05:00 |
VU.h
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
VU0.cpp
|
COP2: Mask R register on CFC2 reads
|
2023-03-17 00:43:23 +00:00 |
VU0micro.cpp
|
Misc: Remove __fastcall, __fc, __concall and friends
|
2022-05-12 14:58:03 +01:00 |
VU0microInterp.cpp
|
x86/microVU: Pack VF cycles into bitfields
|
2023-04-29 18:24:49 +01:00 |
VU1micro.cpp
|
VU: Fix some bugs, ignore VU's in EE Timing Hack
|
2022-07-31 10:58:51 +01:00 |
VU1microInterp.cpp
|
Config: Add separate VU0/VU1 round/clamp mode options
|
2022-12-28 16:36:36 +00:00 |
VUflags.cpp
|
Config: Add separate VU0/VU1 round/clamp mode options
|
2022-12-28 16:36:36 +00:00 |
VUflags.h
|
Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins)
|
2010-05-03 14:08:02 +00:00 |
VUmicro.cpp
|
VU: Rework VUKickstart in to VUSync, swap behaviour
|
2022-02-28 19:29:53 +00:00 |
VUmicro.h
|
Common: Remove Exceptions
|
2023-06-30 21:37:44 +10:00 |
VUmicroMem.cpp
|
IopMem: Fix incorrect memory pointer
|
2023-10-14 17:01:33 +10:00 |
VUops.cpp
|
VU/Int: Fix for completing XGKick
|
2023-09-12 14:07:36 +01:00 |
VUops.h
|
Misc: Remove __fastcall, __fc, __concall and friends
|
2022-05-12 14:58:03 +01:00 |
Vif.cpp
|
SaveState: Remove exceptions
|
2023-06-30 21:37:44 +10:00 |
Vif.h
|
HwRegs: Swap wxString desc() for std::string
|
2022-04-15 08:15:40 +01:00 |
Vif0_Dma.cpp
|
VIF: Fix VU Sync option infinite loop
|
2023-09-17 14:52:47 +01:00 |
Vif1_Dma.cpp
|
VIF: Fix VU Sync option infinite loop
|
2023-09-17 14:52:47 +01:00 |
Vif1_MFIFO.cpp
|
VIF: Correct DMA stall for VIF1 MFIFO
|
2023-09-17 14:52:47 +01:00 |
Vif_Codes.cpp
|
VIF: Correct DMA stall for VIF1 MFIFO
|
2023-09-17 14:52:47 +01:00 |
Vif_Dma.h
|
GS: Read local memory without sync when readbacks are disabled
|
2022-05-29 16:15:34 +01:00 |
Vif_Transfer.cpp
|
Misc: More build system cleanups
|
2023-05-16 12:58:19 +01:00 |
Vif_Unpack.cpp
|
Core: Remove trailing whitespace from all files
|
2022-09-16 00:52:28 -05:00 |
Vif_Unpack.h
|
Misc: Remove __fastcall, __fc, __concall and friends
|
2022-05-12 14:58:03 +01:00 |
pcsx2.vcxproj
|
SPU2: Multi-isa resampling functions
|
2023-10-20 00:34:39 +01:00 |
pcsx2.vcxproj.filters
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
sif2.cpp
|
Core: Remove trailing whitespace from all files
|
2022-09-16 00:52:28 -05:00 |
vtlb.cpp
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |
vtlb.h
|
System: Simplify memory allocation
|
2023-10-10 18:01:30 +10:00 |