pcsx2/pcsx2
Stenzek adca796d94 Common: Remove SafeArray
And replace with std::vector.
2023-06-30 21:37:44 +10:00
..
CDVD Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
DEV9 DEV9: Fix typo preventing linux debug builds 2023-06-24 01:42:02 +01:00
Darwin pcsx2-wx: Finally remove it all 2022-12-24 08:42:23 +00:00
DebugTools Misc: More build system cleanups 2023-05-16 12:58:19 +01:00
Docs Docs: update build guide URLs (#8972) 2023-06-13 05:10:06 +01:00
GS Common: Remove AlignedBuffer 2023-06-30 21:37:44 +10:00
IPU SaveState: Remove exceptions 2023-06-30 21:37:44 +10:00
ImGui Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
Input Misc: Various cleanup 2023-05-13 07:12:12 +01:00
Linux pcsx2-wx: Finally remove it all 2022-12-24 08:42:23 +00:00
PAD/Host Misc: Mark core strings for translation 2023-06-20 22:46:00 +10:00
RDebug formatter: apply editorconig into various files 2022-11-25 22:41:00 +00:00
Recording Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
Reference formatter: apply editorconig into various files 2022-11-25 22:41:00 +00:00
Resources Qt: De-duplicate AppIcon 2023-06-26 17:52:39 +10:00
SPU2 Qt: Move audio backend names to core and allow translation 2023-06-27 09:21:23 +02:00
USB Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
ps2 Qt: Icon Refine 2023-06-17 18:36:37 +01:00
windows Qt: Merge old wxResources.rc (icon) into PCSX2.rc 2022-12-28 11:02:53 +00:00
x86 SaveState: Remove exceptions 2023-06-30 21:37:44 +10:00
Achievements.cpp Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
Achievements.h VMManager: Refactor and improve boot process 2023-06-17 17:38:43 +10:00
AsyncFileReader.h Core: Remove PCSX2_CORE define and leftovers from wx 2022-12-24 08:42:23 +00:00
CMakeLists.txt MTGS: Convert to namespace 2023-06-25 12:54:14 +10: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 USB: Copy configuration when creating input profile 2023-06-19 23:16:37 +10:00
Counters.cpp SaveState: Remove exceptions 2023-06-30 21:37:44 +10:00
Counters.h Counters: Retool UpdateVSyncRate 2023-04-06 08:47:35 +01:00
Dmac.cpp Dmac: Fix incorrect condition for OPH flag hack 2023-01-13 12:20:12 +00:00
Dmac.h Everything: Get rid of wx entirely from the Qt build 2022-05-22 13:58:56 +01:00
Elfheader.cpp CDVD: Remove exceptions (completely this time) 2023-06-30 21:37:44 +10:00
Elfheader.h CDVD: Remove exceptions (completely this time) 2023-06-30 21:37:44 +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 SaveState: Remove exceptions 2023-06-30 21:37:44 +10:00
GS.h MTGS: Convert to namespace 2023-06-25 12:54:14 +10:00
GSDumpReplayer.cpp Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
GSDumpReplayer.h GSDumpReplayer: Fix resetting 2023-03-06 09:11:08 +00:00
GameDatabase.cpp Misc: Clean up the last places exceptions were used 2023-06-30 21:37:44 +10:00
GameDatabase.h Config: Don't apply upscaling fixes from GameDB in native 2023-06-24 04:49:44 +01:00
GameList.cpp CDVD: Remove exceptions (completely this time) 2023-06-30 21:37:44 +10:00
GameList.h CommonHost: Purge and move functions to appropriate locations 2023-05-16 12:58:19 +01:00
Gif.cpp SaveState: Remove exceptions 2023-06-30 21:37:44 +10: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 SaveState: Remove exceptions 2023-06-30 21:37:44 +10:00
Gif_Unit.h MTGS: Convert to namespace 2023-06-25 12:54:14 +10: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 Qt: Hook up current translations 2023-06-25 16:45:37 +10:00
Host.h Qt: Hook up current translations 2023-06-25 16:45:37 +10:00
Hotkeys.cpp Misc: Mark core strings for translation 2023-06-20 22:46:00 +10:00
Hw.cpp MTGS: Convert to namespace 2023-06-25 12:54:14 +10:00
Hw.h Core: Remove unused code 2022-03-20 04:00:27 +00: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 Interpreter: Cleanup constants, casts, formatting. 2023-06-28 22:59:58 +02:00
IopBios.cpp VMManager: Refactor and improve boot process 2023-06-17 17:38:43 +10:00
IopBios.h VMManager: Clear host root on booting ISO 2023-02-15 10:04:39 +00:00
IopCounters.cpp SaveState: Remove exceptions 2023-06-30 21:37:44 +10:00
IopCounters.h Core: Replace old include guard with pragma once 2022-06-26 12:42:10 +02:00
IopDma.cpp x86: Move cycle/writeback fields to CPU structs 2022-11-19 03:54:02 +00:00
IopDma.h SIO: Separate SIO2 from SIO0, reimplement memcard protocol 2022-11-19 02:08:13 +00:00
IopGte.cpp Core: Remove trailing whitespace from all files 2022-09-16 00:52:28 -05:00
IopGte.h Core: Replace old include guard with pragma once 2022-06-26 12:42:10 +02:00
IopHw.cpp Misc: More build system cleanups 2023-05-16 12:58:19 +01:00
IopHw.h Core: Remove unused code/includes. 2022-05-16 17:30:52 +01:00
IopIrq.cpp Core: Remove PCSX2_CORE define and leftovers from wx 2022-12-24 08:42:23 +00:00
IopMem.cpp Patch: Add "bytes" type 2023-06-03 23:09:52 +01:00
IopMem.h Patch: Add "bytes" type 2023-06-03 23:09:52 +01: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 Misc: Various cleanup 2023-05-13 07:12:12 +01: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 Core: Remove trailing whitespace from all files 2022-09-16 00:52:28 -05:00
MTGS.cpp GS: Use ResetGS() for CSR resets 2023-06-25 12:54:14 +10:00
MTGS.h Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
MTVU.cpp SaveState: Remove exceptions 2023-06-30 21:37:44 +10: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 VMManager: Refactor and improve boot process 2023-06-17 17:38:43 +10:00
Memory.h Common: Move VirtualMemory related functionality to core 2023-01-26 11:11:36 +00:00
MemoryCardFile.cpp Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
MemoryCardFile.h Memcard: Stop Folder memcards double reindexing 2023-06-26 14:45:50 +01:00
MemoryCardFolder.cpp Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
MemoryCardFolder.h MemoryCardFolder: Fix saved message displaying junk 2023-06-23 11:50:39 +01:00
MemoryCardProtocol.cpp Core: Warning fixes for clang-cl 2022-12-25 09:27:44 +00:00
MemoryCardProtocol.h SIO: Separate SIO2 from SIO0, reimplement memcard protocol 2022-11-19 02:08:13 +00:00
MemoryTypes.h BIOS: Map the entire ROM1 file to PS2 memory 2022-10-18 10:04:52 +01:00
MultipartFileReader.cpp MultipartFileReader: Fix use-after-free when opening multipart files 2022-05-24 11:34:56 +01:00
MultitapProtocol.cpp MultitapProtocol: Fix Wtype-limits warning. 2022-11-19 19:28:52 +01:00
MultitapProtocol.h SIO: Separate SIO2 from SIO0, reimplement memcard protocol 2022-11-19 02:08:13 +00:00
PCSX2Base.h Misc: Remove GS/config.h include from PCSX2Base.h 2022-12-31 06:57:21 +00:00
PINE.cpp Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
PINE.h PINE: Update to the age of Qt 2023-05-13 16:17:30 +01:00
Patch.cpp FullscreenUI: Add patches/cheats to game settings 2023-06-25 01:52:56 +10:00
Patch.h FullscreenUI: Add patches/cheats to game settings 2023-06-25 01:52:56 +10:00
Pcsx2Config.cpp SIO/MCD: hugely improved memcard swapping + reinsertion 2023-06-26 14:45:50 +01:00
PerformanceMetrics.cpp MTGS: Convert to namespace 2023-06-25 12:54:14 +10:00
PerformanceMetrics.h GS: Move video capture encoding onto its own thread 2023-01-21 16:56:57 +00: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 Common: Replace MemsetFast routines with C memset 2023-06-22 19:11:57 +10:00
R3000A.h x86: Move cycle/writeback fields to CPU structs 2022-11-19 03:54:02 +00:00
R3000AInterpreter.cpp R5900: Fully get rid of exceptions 2023-06-28 22:44:54 +10:00
R3000AOpcodeTables.cpp Core: Remove trailing whitespace from all files 2022-09-16 00:52:28 -05:00
R5900.cpp MTGS: Convert to namespace 2023-06-25 12:54:14 +10:00
R5900.h Misc: Clean up the last places exceptions were used 2023-06-30 21:37:44 +10:00
R5900OpcodeImpl.cpp Misc: Clean up the last places exceptions were used 2023-06-30 21:37:44 +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 Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
SaveState.h Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
ShaderCacheVersion.h GS/Vulkan: Make line width dynamic 2023-06-29 20:29:59 +01: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
Sio.cpp SaveState: Remove exceptions 2023-06-30 21:37:44 +10:00
Sio.h SIO/MCD: hugely improved memcard swapping + reinsertion 2023-06-26 14:45:50 +01:00
SioTypes.h SIO: Separate SIO2 from SIO0, reimplement memcard protocol 2022-11-19 02:08:13 +00:00
SourceLog.cpp Misc: More build system cleanups 2023-05-16 12:58:19 +01:00
StateWrapper.cpp Misc: Add StateWrapper 2022-12-18 03:47:00 +00:00
StateWrapper.h SaveState: Partial migration to StateWrapper for USB 2022-12-26 04:26:21 +00:00
SysForwardDefs.h System: Remove/move out a bunch more leftover stuff from wx 2022-10-14 22:24:42 +01:00
System.cpp Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
System.h Common: Remove SafeArray 2023-06-30 21:37:44 +10:00
VMManager.cpp SaveState: Remove exceptions 2023-06-30 21:37:44 +10:00
VMManager.h VMManager: Only reload core settings on ELF load 2023-06-19 23:16:37 +10:00
VU.h x86/microVU: Pack VF cycles into bitfields 2023-04-29 18:24:49 +01: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 SaveState: Remove exceptions 2023-06-30 21:37:44 +10:00
VUops.cpp Config: Add separate VU0/VU1 round/clamp mode options 2022-12-28 16:36:36 +00: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 Misc: More build system cleanups 2023-05-16 12:58:19 +01:00
Vif1_Dma.cpp MTGS: Convert to namespace 2023-06-25 12:54:14 +10:00
Vif1_MFIFO.cpp Core: Warning fixes for clang-cl 2022-12-25 09:27:44 +00:00
Vif_Codes.cpp Misc: More build system cleanups 2023-05-16 12:58:19 +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
VirtualMemory.cpp Perf: Support instruction-level profiling with jitdump on Linux 2023-04-29 16:22:37 +01:00
VirtualMemory.h Perf: Support instruction-level profiling with jitdump on Linux 2023-04-29 16:22:37 +01:00
pcsx2.vcxproj ImGuiManager: Localization support 2023-06-20 22:46:00 +10:00
pcsx2.vcxproj.filters Patch: Add new toggleable cheat and patch interface 2023-05-31 16:38:14 +01:00
sif2.cpp Core: Remove trailing whitespace from all files 2022-09-16 00:52:28 -05:00
vtlb.cpp Common: Replace MemsetFast routines with C memset 2023-06-22 19:11:57 +10:00
vtlb.h Patch: Add "bytes" type 2023-06-03 23:09:52 +01:00