pcsx2/pcsx2
Connor McLaughlin 2c32c374fb GameDatabase: Don't include rapidyaml in header
Name clashes with Qt.
2021-12-28 05:22:45 +00:00
..
CDVD CDVD: Check file actually opened before proceeding 2021-12-18 13:41:56 +00:00
DEV9 DEV9: Add DEV9: prefix to "Can't open Device" log message 2021-12-05 03:53:33 +01:00
Darwin CDVD: Remove wx from file access 2021-12-12 03:27:43 +00:00
DebugTools Debugger: Allow access to all of 0xBXXXXXXX 2021-11-14 20:19:33 +00:00
Docs Update the FAQ, as well as some general cleanup. (#5033) 2021-11-19 16:22:44 -08:00
GS GS: Move afix check to high blend level 2021-12-27 20:18:47 -06:00
IPU IPU: Unbreak previous change with IDEC sync 2021-12-26 23:44:50 +00:00
Linux CDVD: Remove wx from file access 2021-12-12 03:27:43 +00:00
PAD PAD: Use files on disk instead of embedded resources 2021-12-12 03:27:43 +00:00
RDebug Deci2: port to std::atomic 2016-02-28 15:29:31 +01:00
Recording gamedb: migrate GameDB implementation to `rapidyaml` 2021-12-25 15:11:01 +00:00
Reference Add Memory Card File System documentation to repository for easy reference. 2016-01-31 20:42:29 +01:00
SPU2 SPU2: Add function to pause output stream 2021-12-19 15:14:04 +00:00
System ipc: rename to pine 2021-12-13 09:34:24 +00:00
USB USB: Gametrak/RealPlay 2021-12-19 13:33:04 +00:00
Utilities Debugger: Update enums and fix 32 bit support 2021-11-11 00:41:40 +00:00
gui Add "Clear missing files" option to recent ISO list (#4975) 2021-12-27 20:50:04 -08:00
ps2 Log: Restore BIOS Found message 2021-12-16 11:45:12 +00:00
windows CDVD: Remove wx from file access 2021-12-12 03:27:43 +00:00
x86 EERec: Remove zero-distance jmp in full fpu mode 2021-12-13 00:56:50 +00:00
AsyncFileReader.h CDVD: Remove wx from file access 2021-12-12 03:27:43 +00:00
CMakeLists.txt GS/OpenGL: Use programs instead of separate pipelines 2021-12-26 13:21:51 +00:00
COP0.cpp COP0 PCCR: Don't update counters if counting is disabled 2021-08-27 19:42:28 +01:00
COP0.h COP0: Preserve read only fields IC and DC in the config register 2021-02-24 17:44:14 +00:00
COP2.cpp VU: Synchronise VU1, added speedhack for old behaviour 2020-12-13 22:02:37 +00:00
Cache.cpp vtlb: Switch read64 and read128 handlers to return in sse regs 2021-09-21 22:57:41 +01:00
Cache.h vtlb: Switch read64 and read128 handlers to return in sse regs 2021-09-21 22:57:41 +01:00
Common.h common: reorganize 2021-09-04 18:28:07 -04:00
Config.h ipc: rename to pine 2021-12-13 09:34:24 +00:00
Counters.cpp Add PerformanceMetrics to replace multiple sources of truth 2021-12-12 03:27:43 +00:00
Counters.h Remove gui/ directory from target-wide includes 2021-09-17 22:03:00 -04:00
Dmac.h DMA: Correctly emulate QWC 0 on NORMAL transfers 2020-12-02 20:00:02 +00:00
Dump.cpp Misc: Remove custom countof macros in favor of std::size 2021-11-14 13:52:20 -06:00
Dump.h debug: add a new function to dump EE block 2016-01-09 22:59:31 +01:00
Elfheader.cpp IopBios: Use FileSystem for host access 2021-12-12 03:27:43 +00:00
Elfheader.h ELFHeader: Detect CRC properly for PSX games, improve formatting of game serial output. 2021-11-21 03:25:37 +00:00
FPU.cpp FPU: replace check* macros by functions 2016-09-18 16:13:29 +02:00
FW.cpp FW: fix FWirq callback bug 2020-09-19 22:38:32 +01:00
FW.h FW: fix FWirq callback bug 2020-09-19 22:38:32 +01:00
FiFo.cpp Clang: Format FiFo.cpp 2021-07-29 20:33:52 +01:00
GS.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
GS.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
GSState.cpp pcsx2: clean up references to plugins 2021-07-03 18:16:11 -04:00
GameDatabase.cpp GameDatabase: Don't include rapidyaml in header 2021-12-28 05:22:45 +00:00
GameDatabase.h GameDatabase: Don't include rapidyaml in header 2021-12-28 05:22:45 +00:00
Gif.cpp GIF: Modify fifo read behaviour 2021-11-21 03:01:03 +00:00
Gif.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Gif_Logger.cpp gs: continue merge, modify plugin boundaries and expose signature 2021-07-03 18:16:11 -04:00
Gif_Unit.cpp GS: Split GS.h into multiple smaller headers 2021-11-14 13:52:20 -06:00
Gif_Unit.h GS: Split GS.h into multiple smaller headers 2021-11-14 13:52:20 -06: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.h fs-api: extend host API to allow retrieval of a resource file path 2021-12-25 15:11:01 +00:00
Hw.cpp SPU2: Simplify reset mode function for sample rate. 2021-08-05 23:51:11 +01:00
Hw.h PS2-HW: Remove address of non-existent registers 2017-10-13 20:28:34 +05:30
HwRead.cpp vtlb: Switch read64 and read128 handlers to return in sse regs 2021-09-21 22:57:41 +01:00
HwWrite.cpp Misc: Remove custom countof macros in favor of std::size 2021-11-14 13:52:20 -06:00
Interpreter.cpp pcsx2: remove relative imports 2021-07-03 18:16:11 -04:00
IopBios.cpp IopBios: Use FileSystem for host access 2021-12-12 03:27:43 +00:00
IopBios.h Fix warning and disable dummy static analysis warnings 2021-07-27 15:37:41 +01:00
IopCommon.h PS1 mode: Adjustments to processor clock speed and CD read speed. (#2447) 2018-05-26 13:20:02 +02:00
IopCounters.cpp Savestates: Add missing things from Savestates (#4917) 2021-10-20 10:41:50 +01:00
IopCounters.h Remove gigaherz old wip 'new' iopdma code. (#2703) 2018-12-09 18:00:04 -08:00
IopDma.cpp SPU2: Improve DMA Write timing. Better sync DMA speeds with IOP 2021-01-01 04:38:23 +00:00
IopDma.h plugins: cleaning up more plugin cruft, adding a note on freezeData 2021-07-03 18:16:11 -04:00
IopGte.cpp common: reorganize 2021-09-04 18:28:07 -04:00
IopGte.h IOP: Readd GTE now we know it exists, plus a couple of devcon outputs. 2016-01-20 20:29:18 +00:00
IopHw.cpp IOP DMA: Always fire interrupts for SIF0/SIF1 (#3778) 2020-10-03 01:41:59 +01:00
IopHw.h CDVD: Simulate 1 sector read ahead 2021-10-11 00:16:00 +01:00
IopIrq.cpp USB: continuing merge, platformcompat fixes 2020-11-11 13:34:16 +00:00
IopMem.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
IopMem.h IOP: Convert most IOP memory access in the IRX HLE and debugging module to 2016-11-08 19:08:51 +00: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
IopSio2.cpp Remove gigaherz old wip 'new' iopdma code. (#2703) 2018-12-09 18:00:04 -08:00
IopSio2.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
MMI.cpp common: reorganize 2021-09-04 18:28:07 -04:00
MTGS.cpp Add PerformanceMetrics to replace multiple sources of truth 2021-12-12 03:27:43 +00:00
MTVU.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
MTVU.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Mdec.cpp psxmode: color for mdec please! ;p 2016-09-25 19:55:44 +02:00
Mdec.h psxmode: prepare mdec 2016-09-24 20:08:46 +02:00
Memory.cpp BiosTools: Remove wx 2021-12-12 03:27:43 +00:00
Memory.h vtlb: Switch read64 and read128 handlers to return in sse regs 2021-09-21 22:57:41 +01:00
MemoryCardFile.cpp Misc: Remove custom countof macros in favor of std::size 2021-11-14 13:52:20 -06:00
MemoryCardFile.h Config: Use std::string instead of wxFileName 2021-10-01 23:46:52 -04:00
MemoryCardFolder.cpp memcard: fix saving and loading handling on new yaml lib 2021-12-25 15:11:01 +00:00
MemoryCardFolder.h Move MemoryCard{File,Folder} out of GUI 2021-10-01 23:46:52 -04:00
MemoryTypes.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
MultipartFileReader.cpp CDVD: Remove wx from file access 2021-12-12 03:27:43 +00:00
PCSX2.rc App: Link in version number information to exe version information 2021-09-02 10:00:59 +01:00
PCSX2Base.h Core: Add header for PCSX2-specific preprocessor definitions 2021-11-14 13:52:20 -06:00
PINE.cpp msvc: fix issues with size() not being correctly evaluated as const 2021-12-13 09:34:24 +00:00
PINE.h ipc: rename to pine 2021-12-13 09:34:24 +00:00
Patch.cpp gamedb: migrate GameDB implementation to `rapidyaml` 2021-12-25 15:11:01 +00:00
Patch.h GameDatabase: Move out of gui 2021-12-12 03:27:43 +00:00
Patch_Memory.cpp Patch System: Support Little Endian values for non-extended (#4255) 2021-02-27 03:38:12 +00:00
PathDefs.h Config: Add cache folder 2021-12-12 03:27:43 +00:00
Pcsx2Config.cpp ipc: rename to pine 2021-12-13 09:34:24 +00:00
PerformanceMetrics.cpp Add PerformanceMetrics to replace multiple sources of truth 2021-12-12 03:27:43 +00:00
PerformanceMetrics.h Add PerformanceMetrics to replace multiple sources of truth 2021-12-12 03:27:43 +00:00
PrecompiledHeader.cpp [copyright] 2010-07-08 16:40:44 +00:00
PrecompiledHeader.h Core: Add header for PCSX2-specific preprocessor definitions 2021-11-14 13:52:20 -06:00
R3000A.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
R3000A.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
R3000AInterpreter.cpp Config: Swap out wxString for std::string 2021-10-01 23:46:52 -04:00
R3000AOpcodeTables.cpp iop:interpreter: remove special case for unsigned division 2016-01-27 18:20:54 +01:00
R5900.cpp Savestates: Use folders for organizing savestates per game. 2021-11-21 03:25:37 +00:00
R5900.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
R5900Exceptions.h Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy. 2010-06-28 18:03:54 +00:00
R5900OpcodeImpl.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
R5900OpcodeTables.cpp Fill in flags for most debugger relevant opcodes 2014-08-22 21:50:05 +02:00
R5900OpcodeTables.h BIOS/FastBoot: If OSDConfig is written, turn off HLE 2021-10-14 22:27:02 +01:00
SPR.cpp Savestates: Add missing things from Savestates (#4917) 2021-10-20 10:41:50 +01:00
SPR.h Remove init procedures from Hw.cpp 2014-08-15 14:17:35 +10:00
SaveState.cpp BiosTools: Remove wx 2021-12-12 03:27:43 +00:00
SaveState.h Savestate: Bump version 2021-12-26 04:48:49 +00:00
ShiftJisToUnicode.cpp [copyright] 2010-07-09 15:36:09 +00:00
Sif.cpp Remove init procedures from Hw.cpp 2014-08-15 14:17:35 +10:00
Sif.h SIF: Fix attempting to write junk when FIFO full 2020-10-09 23:51:12 +01:00
Sif0.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Sif1.cpp DMAC: Improve DMA Stall handling (#3701) 2020-09-18 16:23:18 +01:00
Sifcmd.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
SingleRegisterTypes.h core: Fix up issues introduced in vtlb xmm change 2021-09-21 21:47:40 -05:00
Sio.cpp PAD: Call one joint pad header in most of pcsx2, not two. (#4985) 2021-11-20 18:57:58 -08:00
Sio.h Move MemoryCard{File,Folder} out of GUI 2021-10-01 23:46:52 -04:00
SourceLog.cpp SourceLog: Try to fix Wreorder warnings. 2021-09-26 20:42:12 +02:00
SysForwardDefs.h App: Link in version number information to exe version information 2021-09-02 10:00:59 +01:00
System.cpp Core: Reset game loaded/started variables on recompiler shutdown. 2021-11-21 03:25:37 +00:00
System.h common: reorganize 2021-09-04 18:28:07 -04:00
VU.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
VU0.cpp VU: Only wait for VU sync after wait macro if VU0 still running 2021-09-25 01:51:19 +01:00
VU0micro.cpp VU: Initial work to overhaul VU interpreter 2021-09-12 16:12:31 +01:00
VU0microInterp.cpp VU: Fix Wsequence-point warnings. 2021-10-27 01:00:38 +02:00
VU1micro.cpp VU: Fix address masking in MTVU 2021-07-10 03:31:04 +01:00
VU1microInterp.cpp VU: Fix Wsequence-point warnings. 2021-10-27 01:00:38 +02:00
VUflags.cpp VU Int: Link in clamping settings from UI 2021-09-12 16:12:31 +01: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: Sync tighter when VU Kickstart is disabled + Improved M-Bit Sync 2021-09-19 18:49:24 +01:00
VUmicro.h VU Int: Rewrote most of the FMAC/IALU handling, now with 2x performance 2021-09-12 16:12:31 +01:00
VUmicroMem.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
VUops.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
VUops.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Vif.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Vif.h MFIFO: Refactor of some of the VIF/GIF MFIFO functionality. Centralised the MFIFO resume function which should have been separate anyway. 2018-05-30 01:29:23 +01:00
Vif0_Dma.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Vif1_Dma.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Vif1_MFIFO.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Vif_Codes.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Vif_Dma.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Vif_Transfer.cpp VIF/VU: Cleaned up VIF Stall behaviour, sync XGKick with Unpacks. 2021-09-12 16:12:31 +01:00
Vif_Unpack.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Vif_Unpack.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
pcsx2.vcxproj GS/OpenGL: Use programs instead of separate pipelines 2021-12-26 13:21:51 +00:00
pcsx2.vcxproj.filters GS/OpenGL: Use programs instead of separate pipelines 2021-12-26 13:21:51 +00:00
resource.h App: Add Windows exe version information 2021-09-02 10:00:59 +01:00
sif2.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
sio_internal.h SIO: KrossX new changes for Memcards, seems ok on a test of random 10-15 random games, please report if any errors appear! 2013-12-29 21:57:17 +00:00
vtlb.cpp Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
vtlb.h Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00