..
achievements.cpp
Achievements: Handle dynamically-sized leaderboard trackers
2023-12-04 14:12:32 +10:00
achievements.h
Achievements: Use big picture for confirm hardcore disable
2023-11-26 23:57:49 +10:00
achievements_private.h
Misc: Build fixes for Android
2023-11-04 20:11:51 +10:00
analog_controller.cpp
ImGuiManager: Use PromptFont icons for input OSD
2023-11-26 21:35:29 +10:00
analog_controller.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
analog_joystick.cpp
ImGuiManager: Use PromptFont icons for input OSD
2023-11-26 21:35:29 +10:00
analog_joystick.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
bios.cpp
Common: Drop String, add SmallString
2023-09-23 14:14:52 +10:00
bios.h
BIOS: Add FindBIOSPathWithHash()
2023-08-30 22:20:36 +10:00
bus.cpp
CPU: Fix incorrect scratchpad masking
2023-11-06 18:09:27 +10:00
bus.h
CPU: Fix incorrect scratchpad masking
2023-11-06 18:09:27 +10:00
cdrom.cpp
CDROM: Add PVD/directory entries to file map
2023-11-30 14:38:38 +10:00
cdrom.h
System: Store game hash as well as serial
2023-05-15 23:39:07 +10:00
cdrom_async_reader.cpp
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
cdrom_async_reader.h
CDROM: Add current file to debug window
2023-11-29 22:01:45 +10:00
cheats.cpp
CPU: Fix incorrect scratchpad masking
2023-11-06 18:09:27 +10:00
cheats.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
CMakeLists.txt
CMake: Support multiple CMAKE_OSX_ARCHITECTURES
2023-11-25 00:50:12 +10:00
controller.cpp
FullscreenUI: More localization fixes
2023-11-30 14:21:44 +10:00
controller.h
ImGuiManager: Use PromptFont icons for input OSD
2023-11-26 21:35:29 +10:00
core.props
CPU: Add new experimental recompiler
2023-10-18 00:49:01 +10:00
core.vcxproj
Misc: Build fixes for Android
2023-11-04 20:11:51 +10:00
core.vcxproj.filters
Misc: Build fixes for Android
2023-11-04 20:11:51 +10:00
cpu_code_cache.cpp
CPU/CodeCache: Call Block constructor/destructor
2023-11-29 19:16:33 +10:00
cpu_code_cache.h
Bus: Protect main RAM buffer
2023-10-18 00:49:01 +10:00
cpu_code_cache_private.h
CPU/NewRec: Add speculative constants
2023-10-22 00:07:46 +10:00
cpu_core.cpp
CPU: Flush load delays before PCDrv calls
2023-11-28 18:25:12 +10:00
cpu_core.h
CPU: Fix incorrect scratchpad masking
2023-11-06 18:09:27 +10:00
cpu_core_private.h
CPU: Use lookup tables for memory access
2023-10-01 20:48:02 +10:00
cpu_disasm.cpp
Common: Drop String, add SmallString
2023-09-23 14:14:52 +10:00
cpu_disasm.h
Common: Drop String, add SmallString
2023-09-23 14:14:52 +10:00
cpu_newrec_compiler.cpp
CPU/NewRec: Fix OOB reads on InstructionInfo
2023-12-05 00:27:55 +10:00
cpu_newrec_compiler.h
CPU/NewRec: Fix OOB reads on InstructionInfo
2023-12-05 00:27:55 +10:00
cpu_newrec_compiler_aarch32.cpp
CPU/NewRec: Allocate callee-saved before flush in lwx/swx
2023-12-05 00:27:55 +10:00
cpu_newrec_compiler_aarch32.h
CMake: Support multiple CMAKE_OSX_ARCHITECTURES
2023-11-25 00:50:12 +10:00
cpu_newrec_compiler_aarch64.cpp
CPU/NewRec: Allocate callee-saved before flush in lwx/swx
2023-12-05 00:27:55 +10:00
cpu_newrec_compiler_aarch64.h
CMake: Support multiple CMAKE_OSX_ARCHITECTURES
2023-11-25 00:50:12 +10:00
cpu_newrec_compiler_riscv64.cpp
CPU/NewRec: Allocate callee-saved before flush in lwx/swx
2023-12-05 00:27:55 +10:00
cpu_newrec_compiler_riscv64.h
CMake: Support multiple CMAKE_OSX_ARCHITECTURES
2023-11-25 00:50:12 +10:00
cpu_newrec_compiler_x64.cpp
CPU/NewRec: Allocate callee-saved before flush in lwx/swx
2023-12-05 00:27:55 +10:00
cpu_newrec_compiler_x64.h
CMake: Support multiple CMAKE_OSX_ARCHITECTURES
2023-11-25 00:50:12 +10:00
cpu_recompiler_code_generator.cpp
RegTest: Fix build on Mac
2023-11-21 22:31:18 +10:00
cpu_recompiler_code_generator.h
CPU/Recompiler/AArch32: Load membase on demand
2023-10-21 13:49:35 +10:00
cpu_recompiler_code_generator_aarch32.cpp
CMake: Support multiple CMAKE_OSX_ARCHITECTURES
2023-11-25 00:50:12 +10:00
cpu_recompiler_code_generator_aarch64.cpp
CMake: Support multiple CMAKE_OSX_ARCHITECTURES
2023-11-25 00:50:12 +10:00
cpu_recompiler_code_generator_generic.cpp
Bus: Protect main RAM buffer
2023-10-18 00:49:01 +10:00
cpu_recompiler_code_generator_x64.cpp
CMake: Support multiple CMAKE_OSX_ARCHITECTURES
2023-11-25 00:50:12 +10:00
cpu_recompiler_register_cache.cpp
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
cpu_recompiler_register_cache.h
CPU/CodeCache: Rewrite using new-rec's block management
2023-10-18 00:49:01 +10:00
cpu_recompiler_thunks.h
CPU/CodeCache: Include hi/lo in state logging
2023-10-21 13:49:35 +10:00
cpu_recompiler_types.h
CPU/NewRec: Add AArch32 backend
2023-10-21 20:22:51 +10:00
cpu_types.cpp
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
cpu_types.h
Common: Add intrin.h
2023-10-01 17:24:34 +10:00
digital_controller.cpp
ImGuiManager: Use PromptFont icons for input OSD
2023-11-26 21:35:29 +10:00
digital_controller.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
dma.cpp
Misc: Make struct member functions file-local
2023-11-18 16:46:11 +10:00
dma.h
DMA: Convert to namespace
2023-01-11 19:15:59 +10:00
fullscreen_ui.cpp
FullscreenUI: Properly account for multiline Rich Presence in Title Info
2023-12-01 18:08:19 +01:00
fullscreen_ui.h
Achievements: Use big picture for confirm hardcore disable
2023-11-26 23:57:49 +10:00
game_database.cpp
GameDB: Add DisableTextureFiltering option
2023-12-01 17:36:37 +10:00
game_database.h
GameDB: Add DisableTextureFiltering option
2023-12-01 17:36:37 +10:00
game_list.cpp
GameDatabase: Fix identification of misnamed-exe games
2023-11-29 23:05:27 +10:00
game_list.h
Qt: Fix 'Edit Memory Cards' using disc-specific cards
2023-11-28 15:06:12 +10:00
gdb_protocol.cpp
Misc: Swap most C format strings for fmt
2023-09-23 14:14:52 +10:00
gdb_protocol.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
gpu.cpp
GPU/HW: Add framebuffer fetch blending path
2023-11-25 21:22:35 +10:00
gpu.h
GunCon: Add relative pointer binding
2023-09-20 17:11:29 +10:00
gpu_backend.cpp
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
gpu_backend.h
Common: DynamicHeapArray/FixedHeapArray
2023-08-19 21:18:28 +10:00
gpu_commands.cpp
GPU/HW: Trace min/max UVs for hazards
2023-11-26 17:35:48 +10:00
gpu_hw.cpp
GPU/HW: Skip per-primitive flush for BG-FB with fbfetch
2023-12-03 21:37:26 +10:00
gpu_hw.h
GPU/HW: Trace min/max UVs for hazards
2023-11-26 17:35:48 +10:00
gpu_hw_shadergen.cpp
GPU/HW: Add framebuffer fetch blending path
2023-11-25 21:22:35 +10:00
gpu_hw_shadergen.h
GPU/HW: Add framebuffer fetch blending path
2023-11-25 21:22:35 +10:00
gpu_shadergen.cpp
GPU/HW: Add framebuffer fetch blending path
2023-11-25 21:22:35 +10:00
gpu_shadergen.h
GPU/HW: Add framebuffer fetch blending path
2023-11-25 21:22:35 +10:00
gpu_sw.cpp
Misc: Swap make_array() for size deduction
2023-10-02 13:33:33 +10:00
gpu_sw.h
GPU: Add scaling shader support
2023-08-31 23:38:11 +10:00
gpu_sw_backend.cpp
Misc: clang-cl warning clean-up
2023-09-03 14:30:26 +10:00
gpu_sw_backend.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
gpu_types.h
GPU/HW: Trace min/max UVs for hazards
2023-11-26 17:35:48 +10:00
gte.cpp
Misc: Make struct member functions file-local
2023-11-18 16:46:11 +10:00
gte.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
gte_types.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
guncon.cpp
ImGuiManager: Use PromptFont icons for input OSD
2023-11-26 21:35:29 +10:00
guncon.h
GunCon: Add relative pointer binding
2023-09-20 17:11:29 +10:00
host.cpp
Settings: Add option to disable DSB/fbfetch
2023-11-28 14:38:38 +10:00
host.h
FullscreenUI: Allow changing UI language
2023-11-29 20:26:36 +10:00
host_interface_progress_callback.cpp
Common: Drop String, add SmallString
2023-09-23 14:14:52 +10:00
host_interface_progress_callback.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
hotkeys.cpp
Hotkeys: Throttle pause requests
2023-11-27 00:15:52 +10:00
imgui_overlays.cpp
FullscreenUI: Use icon font for bindings
2023-11-26 23:57:49 +10:00
imgui_overlays.h
Misc: Post-refactor cleanups
2023-08-24 18:01:32 +10:00
input_types.h
InputManager: Support inverted full axis
2023-01-15 15:13:54 +10:00
interrupt_controller.cpp
InterruptController: Convert to namespace
2023-01-11 19:15:59 +10:00
interrupt_controller.h
InterruptController: Convert to namespace
2023-01-11 19:15:59 +10:00
mdec.cpp
Misc: Make struct member functions file-local
2023-11-18 16:46:11 +10:00
mdec.h
MDEC: Convert to namespace
2022-12-20 21:18:30 +10:00
memory_card.cpp
Common: Add intrin.h
2023-10-01 17:24:34 +10:00
memory_card.h
PAD: Intelligently skip saving memcard state for runahead
2023-03-16 21:22:08 +10:00
memory_card_image.cpp
Qt: Fix 'Edit Memory Cards' using disc-specific cards
2023-11-28 15:06:12 +10:00
memory_card_image.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
multitap.cpp
Pad: Convert to namespace
2023-01-11 19:15:59 +10:00
multitap.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
negcon.cpp
ImGuiManager: Use PromptFont icons for input OSD
2023-11-26 21:35:29 +10:00
negcon.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
pad.cpp
Common: Add intrin.h
2023-10-01 17:24:34 +10:00
pad.h
PAD: Intelligently skip saving memcard state for runahead
2023-03-16 21:22:08 +10:00
pcdrv.cpp
CPU: Flush load delays before PCDrv calls
2023-11-28 18:25:12 +10:00
pcdrv.h
CPU: HLE implementation of PCDrv (host file access)
2023-04-29 20:45:39 +10:00
pch.cpp
Build: Use precompiled headers
2023-09-02 21:44:08 +10:00
pch.h
Build: Use precompiled headers
2023-09-02 21:44:08 +10:00
pgxp.cpp
CPU: Panic process on memory alloc fail
2023-11-29 02:01:24 +10:00
pgxp.h
Misc: clang-cl warning clean-up
2023-09-03 14:30:26 +10:00
playstation_mouse.cpp
ImGuiManager: Use PromptFont icons for input OSD
2023-11-26 21:35:29 +10:00
playstation_mouse.h
GunCon: Add relative pointer binding
2023-09-20 17:11:29 +10:00
psf_loader.cpp
Common: Drop String, add SmallString
2023-09-23 14:14:52 +10:00
psf_loader.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
resources.cpp
Resources: Remove embedded crosshair image
2023-08-30 00:44:00 +10:00
resources.h
Resources: Remove embedded crosshair image
2023-08-30 00:44:00 +10:00
save_state_version.h
CPU: Use lookup tables for memory access
2023-10-01 20:48:02 +10:00
settings.cpp
Settings: Add option to disable DSB/fbfetch
2023-11-28 14:38:38 +10:00
settings.h
Settings: Add option to disable DSB/fbfetch
2023-11-28 14:38:38 +10:00
shader_cache_version.h
GPUDevice: Support geometry shaders
2023-09-02 22:09:22 +10:00
sio.cpp
Misc: Make struct member functions file-local
2023-11-18 16:46:11 +10:00
sio.h
SIO: Convert to namespace
2023-01-11 19:15:59 +10:00
spu.cpp
Misc: Make struct member functions file-local
2023-11-18 16:46:11 +10:00
spu.h
CDROM: Convert to namespace
2023-01-09 22:20:27 +10:00
system.cpp
GameDatabase: Fix identification of misnamed-exe games
2023-11-29 23:05:27 +10:00
system.h
System: Use Async HC mode disable for resuming
2023-11-27 00:45:00 +10:00
texture_replacements.cpp
Common: Add intrin.h
2023-10-01 17:24:34 +10:00
texture_replacements.h
Misc: Add copyright/license statement to applicable files
2022-12-04 21:03:49 +10:00
timers.cpp
Misc: Make struct member functions file-local
2023-11-18 16:46:11 +10:00
timers.h
Timers: Convert to namespace
2023-01-11 19:15:59 +10:00
timing_event.cpp
TimingEvents: Reset downcount when head is resorted
2023-10-17 13:14:05 +10:00
timing_event.h
System: Refactor main loop
2023-08-16 01:13:00 +10:00
types.h
CDROM: Add option to choose emulated mechacon version
2023-11-05 14:43:38 +10:00