Duckstation/src/core
2023-04-10 23:50:09 +10:00
..
achievements.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
analog_controller.cpp AnalogController: Fix incorrect locked message format 2023-02-05 13:12:45 +10:00
analog_controller.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
analog_joystick.cpp InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
analog_joystick.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
bios.cpp System: Store BIOS image info/hash after loading 2023-03-16 19:22:54 +10:00
bios.h System: Store BIOS image info/hash after loading 2023-03-16 19:22:54 +10:00
bus.cpp System: Remove BIOS from save state 2023-03-16 19:34:01 +10:00
bus.h System: Store BIOS image info/hash after loading 2023-03-16 19:22:54 +10:00
cdrom.cpp CDROM: Try to reject non-PS1 discs 2023-01-20 05:46:22 +03:00
cdrom.h CDROM: Try to reject non-PS1 discs 2023-01-20 05:46:22 +03: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 Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cheats.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cheats.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
CMakeLists.txt InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
controller.cpp InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
controller.h InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
core.props Misc: Remove unused code 2022-08-22 19:55:38 +10:00
core.vcxproj InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
core.vcxproj.filters InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
cpu_code_cache.cpp CPU/CodeCache: Always compute uncached fetch ticks 2023-01-11 19:15:59 +10:00
cpu_code_cache.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_core.cpp Qt: Add COP0/GTE registers to debugger list 2023-01-15 15:13:54 +10:00
cpu_core.h Qt: Add COP0/GTE registers to debugger list 2023-01-15 15:13:54 +10:00
cpu_core_private.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_disasm.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_disasm.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_recompiler_code_generator.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_recompiler_code_generator.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_recompiler_code_generator_aarch32.cpp CPU: Don't leave fault_count uninitialized 2023-03-16 18:58:43 +10:00
cpu_recompiler_code_generator_aarch64.cpp CPU: Don't leave fault_count uninitialized 2023-03-16 18:58:43 +10:00
cpu_recompiler_code_generator_generic.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_recompiler_code_generator_x64.cpp System: Store BIOS image info/hash after loading 2023-03-16 19:22:54 +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 Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_recompiler_thunks.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_recompiler_types.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_types.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_types.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
digital_controller.cpp InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
digital_controller.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
dma.cpp Pad: Convert to namespace 2023-01-11 19:15:59 +10:00
dma.h DMA: Convert to namespace 2023-01-11 19:15:59 +10:00
game_database.cpp GameDatabase: Fix ForceSoftwareRendererForReadbacks 2023-01-30 19:26:48 +10:00
game_database.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
gdb_protocol.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
gdb_protocol.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
gpu.cpp InterruptController: Convert to namespace 2023-01-11 19:15:59 +10:00
gpu.h Timers: Convert to namespace 2023-01-11 19:15:59 +10:00
gpu_backend.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
gpu_backend.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
gpu_commands.cpp InterruptController: Convert to namespace 2023-01-11 19:15:59 +10:00
gpu_hw.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
gpu_hw.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
gpu_hw_d3d11.cpp GPU: Move graphics API reset state to System 2023-02-05 13:12:45 +10:00
gpu_hw_d3d11.h Misc: Correctness fixes for OpenGL 2023-01-30 19:17:11 +10:00
gpu_hw_d3d12.cpp GPU: Move graphics API reset state to System 2023-02-05 13:12:45 +10:00
gpu_hw_d3d12.h Misc: Correctness fixes for OpenGL 2023-01-30 19:17:11 +10:00
gpu_hw_opengl.cpp GL: Fix shader/memory leak 2023-04-10 23:50:09 +10:00
gpu_hw_opengl.h Misc: Correctness fixes for OpenGL 2023-01-30 19:17:11 +10:00
gpu_hw_shadergen.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
gpu_hw_shadergen.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
gpu_hw_vulkan.cpp GPU: Move graphics API reset state to System 2023-02-05 13:12:45 +10:00
gpu_hw_vulkan.h Misc: Correctness fixes for OpenGL 2023-01-30 19:17:11 +10:00
gpu_sw.cpp Misc: Correctness fixes for OpenGL 2023-01-30 19:17:11 +10:00
gpu_sw.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
gpu_sw_backend.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +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: Truncate instead of rounding 24bpp->16bpp 2022-12-20 21:19:58 +10:00
gte.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +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 InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
guncon.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
host.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
host.h InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
host_display.cpp HostDisplay: Fix cursor texture leak 2023-02-07 20:06:29 +10:00
host_display.h HostDisplay: Fix cursor texture leak 2023-02-07 20:06:29 +10:00
host_interface_progress_callback.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
host_interface_progress_callback.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
host_settings.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +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
libcrypt_serials.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
libcrypt_serials.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
mdec.cpp MDEC: Add option to use old conversion routines 2023-01-12 17:01:04 +10:00
mdec.h MDEC: Convert to namespace 2022-12-20 21:18:30 +10:00
memory_card.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +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 Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +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 InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
negcon.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
pad.cpp Pad: Don't backup card state unconditionally 2023-03-16 21:48:58 +10:00
pad.h PAD: Intelligently skip saving memcard state for runahead 2023-03-16 21:22:08 +10:00
pgxp.cpp PGXP: Fix memory past 2MB 2021-08-23 02:18:06 +10:00
pgxp.h PGXP: Further optimizations 2021-06-12 22:02:33 +10:00
playstation_mouse.cpp InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
playstation_mouse.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
psf_loader.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
psf_loader.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
resources.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
resources.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
save_state_version.h System: Remove BIOS from save state 2023-03-16 19:34:01 +10:00
settings.cpp PAD: Intelligently skip saving memcard state for runahead 2023-03-16 21:22:08 +10:00
settings.h Settings: Default to Vulkan/Metal renderer on Mac 2023-02-05 15:12:43 +10:00
shader_cache_version.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
shadergen.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
shadergen.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
sio.cpp SIO: Convert to namespace 2023-01-11 19:15:59 +10:00
sio.h SIO: Convert to namespace 2023-01-11 19:15:59 +10:00
spu.cpp SPU: Bypass FIFO for direct memory writes 2023-01-13 21:03:10 +10:00
spu.h CDROM: Convert to namespace 2023-01-09 22:20:27 +10:00
system.cpp PAD: Intelligently skip saving memcard state for runahead 2023-03-16 21:22:08 +10:00
system.h System: Store BIOS image info/hash after loading 2023-03-16 19:22:54 +10:00
texture_replacements.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
texture_replacements.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
timers.cpp Timers: Fix debug window rendering in hidpi 2023-01-11 19:15:59 +10:00
timers.h Timers: Convert to namespace 2023-01-11 19:15:59 +10:00
timing_event.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
timing_event.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
types.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00