Duckstation/src/core
2019-11-27 00:01:47 +10:00
..
bios.cpp System: Scaffolding for multi-system/multi-bios 2019-11-16 20:50:59 +10:00
bios.h System: Scaffolding for multi-system/multi-bios 2019-11-16 20:50:59 +10:00
bus.cpp Bus: Reduce RAM write delay 2019-11-27 00:01:47 +10:00
bus.h Bus: Reduce RAM write delay 2019-11-27 00:01:47 +10:00
bus.inl Bus: Reduce RAM write delay 2019-11-27 00:01:47 +10:00
cdrom.cpp CDROM: Header valid/playing should not be set on SeekL 2019-11-23 19:13:50 +10:00
cdrom.h CDROM: Header valid/playing should not be set on SeekL 2019-11-23 19:13:50 +10:00
CMakeLists.txt CPU: Basic recompiler implementation for x64 (lui, ori, addiu) 2019-11-19 20:38:05 +10:00
core.vcxproj CPU: Basic recompiler implementation for x64 (lui, ori, addiu) 2019-11-19 20:38:05 +10:00
core.vcxproj.filters CPU: Basic recompiler implementation for x64 (lui, ori, addiu) 2019-11-19 20:38:05 +10:00
cpu_code_cache.cpp CPU/CodeCache: Fix DMA writes not invalidating code blocks 2019-11-26 19:45:38 +10:00
cpu_code_cache.h CPU: Add settings for execution mode 2019-11-23 20:22:09 +10:00
cpu_core.cpp Bus: Reduce RAM write delay 2019-11-27 00:01:47 +10:00
cpu_core.h CPU: Fix more load delay slot issues 2019-11-24 01:11:51 +10:00
cpu_core.inl Bus: Reduce RAM write delay 2019-11-27 00:01:47 +10:00
cpu_disasm.cpp CPU: Basic recompiler implementation for x64 (lui, ori, addiu) 2019-11-19 20:38:05 +10:00
cpu_disasm.h Rename to DuckStation 2019-10-04 13:54:09 +10:00
cpu_recompiler_code_generator.cpp CPU/Recompiler: Fix b{ltz,gez}al when using a load delayed register 2019-11-24 16:47:21 +10:00
cpu_recompiler_code_generator.h CPU/Recompiler: Fix b{ltz,gez}al when using a load delayed register 2019-11-24 16:47:21 +10:00
cpu_recompiler_code_generator_generic.cpp CPU: Fix more load delay slot issues 2019-11-24 01:11:51 +10:00
cpu_recompiler_code_generator_x64.cpp CPU/Recompiler: Only check interpreter load delay when it's dirty 2019-11-24 16:51:08 +10:00
cpu_recompiler_register_cache.cpp CPU: Fix more load delay slot issues 2019-11-24 01:11:51 +10:00
cpu_recompiler_register_cache.h CPU: Fix more load delay slot issues 2019-11-24 01:11:51 +10:00
cpu_recompiler_thunks.cpp Bus: Reduce RAM write delay 2019-11-27 00:01:47 +10:00
cpu_recompiler_thunks.h CPU/Recompiler: Implement add/addu/addi 2019-11-23 00:26:56 +10:00
cpu_recompiler_types.h CPU/Recompiler: Implement slt/sltu/slti/sltiu 2019-11-23 01:20:59 +10:00
cpu_types.cpp CPU/Recompiler: Implement mfhi/mthi/mflo/mtlo 2019-11-22 10:53:54 +10:00
cpu_types.h CPU/CodeCache: Fix DMA writes not invalidating code blocks 2019-11-26 19:45:38 +10:00
digital_controller.cpp DigitalController: Fix broken input due to 0x01 handling 2019-10-26 22:33:25 +10:00
digital_controller.h DigitalController: Fix broken input due to 0x01 handling 2019-10-26 22:33:25 +10:00
dma.cpp DMA: Add missing transfer_ticks to save state 2019-11-16 01:51:22 +10:00
dma.h DMA: Support delaying transfers 2019-11-15 23:27:56 +10:00
gpu.cpp GPU: Implement mask bit handling in software renderer 2019-11-24 18:47:42 +10:00
gpu.h GPU/HW: Cull primitives larger than 1024x512 2019-11-24 23:46:33 +10:00
gpu_commands.cpp GPU: Implement mask bit handling in software renderer 2019-11-24 18:47:42 +10:00
gpu_hw.cpp GPU/HW: Cull primitives larger than 1024x512 2019-11-24 23:46:33 +10:00
gpu_hw.h GPU/HW: Set alpha to mask bit setting 2019-11-24 23:30:35 +10:00
gpu_hw_d3d11.cpp GPU/HW: Use dual-source blend to split alpha and mask 2019-11-24 23:28:01 +10:00
gpu_hw_d3d11.h GPU: Eliminate temporary buffer when reading back 2019-11-14 17:17:22 +10:00
gpu_hw_opengl.cpp GPU/OpenGL: Use CopyImageSubData for VRAM copies 2019-11-25 00:27:23 +10:00
gpu_hw_opengl.h GPU: Eliminate temporary buffer when reading back 2019-11-14 17:17:22 +10:00
gpu_hw_shadergen.cpp GPU/OpenGL: Set GLSL version string dynamically 2019-11-25 00:17:17 +10:00
gpu_hw_shadergen.h GPU/OpenGL: Set GLSL version string dynamically 2019-11-25 00:17:17 +10:00
gpu_sw.cpp GPU/HW: Cull primitives larger than 1024x512 2019-11-24 23:46:33 +10:00
gpu_sw.h GPU: Handle oversized transfers (wrap around behavior) 2019-11-14 20:31:48 +10:00
gte.cpp Compile fixes for GCC 2019-10-22 23:07:51 +10:00
gte.h GTE: Fix NCDT 2019-10-12 17:21:08 +10:00
gte.inl GTE: Fix NCDT 2019-10-12 17:21:08 +10:00
gte_types.h CPU: Inline instruction accessor functions 2019-10-26 15:44:03 +10:00
host_display.h HostInterface: Fix display classes not getting destructed 2019-11-17 19:36:56 +10:00
host_interface.cpp HostInterface: Fix load state on boot not loading state 2019-11-17 19:41:25 +10:00
host_interface.h HostInterface: Implement non-vsync based speed throttler 2019-11-16 20:52:39 +10:00
interrupt_controller.cpp System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
interrupt_controller.h System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
mdec.cpp System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
mdec.h System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
memory_card.cpp Fix compile errors on GCC 2019-11-03 00:15:42 +10:00
memory_card.h Pad: Set up memory cards via settings 2019-10-27 17:46:36 +10:00
pad.cpp Pad: Only buffer a single byte 2019-11-12 01:32:06 +10:00
pad.h Pad: Only buffer a single byte 2019-11-12 01:32:06 +10:00
pad_device.cpp Rename to DuckStation 2019-10-04 13:54:09 +10:00
pad_device.h Rename to DuckStation 2019-10-04 13:54:09 +10:00
save_state_version.h Rename to DuckStation 2019-10-04 13:54:09 +10:00
settings.cpp CPU: Add settings for execution mode 2019-11-23 20:22:09 +10:00
settings.h CPU: Add settings for execution mode 2019-11-23 20:22:09 +10:00
spu.cpp SPU: Fix incorrect step value in attack phase 2019-11-16 01:43:34 +10:00
spu.h SPU: Stub out transfer control register 2019-11-15 16:44:23 +10:00
system.cpp System: Fall back to software when D3D11 selected on Linux 2019-11-25 00:24:22 +10:00
system.h CPU: Add settings for execution mode 2019-11-23 20:22:09 +10:00
timers.cpp System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
timers.h System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
types.h CPU: Add settings for execution mode 2019-11-23 20:22:09 +10:00