Duckstation/src/core
2019-11-14 00:59:09 +10:00
..
bus.cpp System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
bus.h System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
bus.inl CPU: Memory access timings 2019-10-04 20:30:54 +10:00
cdrom.cpp CDROM: Fix track skip behavior with track=0 2019-11-13 16:33:51 +10:00
cdrom.h CDROM: Fix track skip behavior with track=0 2019-11-13 16:33:51 +10:00
CMakeLists.txt Settings: Use simpleini for settings load/save 2019-11-07 01:43:51 +10:00
core.vcxproj Settings: Use simpleini for settings load/save 2019-11-07 01:43:51 +10:00
core.vcxproj.filters GPU/HW: Add D3D11 renderer and refactor host interface/display 2019-11-04 00:39:48 +10:00
cpu_core.cpp System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
cpu_core.h System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
cpu_core.inl CPU: Memory access timings 2019-10-04 20:30:54 +10:00
cpu_disasm.cpp CPU: Add missing instruction signature for xori 2019-10-16 02:17:18 +10:00
cpu_disasm.h Rename to DuckStation 2019-10-04 13:54:09 +10:00
cpu_types.h CPU: Inline instruction accessor functions 2019-10-26 15:44:03 +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: Hack for self-referencing DMA loops 2019-11-11 20:37:13 +10:00
dma.h DMA: Simplify address masking 2019-11-11 20:34:41 +10:00
gpu.cpp GPU: Simplify 480i mode handling in CRTC 2019-11-14 00:58:15 +10:00
gpu.h GPU: Simplify 480i mode handling in CRTC 2019-11-14 00:58:15 +10:00
gpu_commands.cpp GPU: Flush render before changing drawing area/offset 2019-11-09 22:56:53 +10:00
gpu_hw.cpp System: Move settings to HostInterface 2019-11-08 01:07:39 +10:00
gpu_hw.h GPU/HW: Only copy the dirty area to the VRAM read texture 2019-11-05 22:34:36 +10:00
gpu_hw_d3d11.cpp GPU: Fix handling of interlaced non-480-line mode 2019-11-14 00:59:09 +10:00
gpu_hw_d3d11.h GPU/HW: Only copy the dirty area to the VRAM read texture 2019-11-05 22:34:36 +10:00
gpu_hw_opengl.cpp GPU: Fix handling of interlaced non-480-line mode 2019-11-14 00:59:09 +10:00
gpu_hw_opengl.h GPU/HW: Support OpenGL ES 2019-11-06 01:33:09 +10:00
gpu_hw_shadergen.cpp GPU: Fix handling of interlaced non-480-line mode 2019-11-14 00:59:09 +10:00
gpu_hw_shadergen.h GPU/HW: Support OpenGL ES 2019-11-06 01:33:09 +10:00
gpu_sw.cpp GPU: Simplify 480i mode handling in CRTC 2019-11-14 00:58:15 +10:00
gpu_sw.h GPU/HW: Add D3D11 renderer and refactor host interface/display 2019-11-04 00:39: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 Frontend: Support OpenGL ES 2019-11-06 01:32:56 +10:00
host_interface.cpp System: Move settings to HostInterface 2019-11-08 01:07:39 +10:00
host_interface.h System: Move settings to HostInterface 2019-11-08 01:07: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 System: Move settings to HostInterface 2019-11-08 01:07:39 +10:00
settings.h System: Move settings to HostInterface 2019-11-08 01:07:39 +10:00
spu.cpp SPU: Check upper 8 byte block of ADPCM block for interrupt 2019-11-12 18:56:55 +10:00
spu.h System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
system.cpp System: Support changing BIOS path 2019-11-11 19:43:39 +10:00
system.h System: Support changing BIOS path 2019-11-11 19:43:39 +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 Rename to DuckStation 2019-10-04 13:54:09 +10:00