Duckstation/src/core
2019-10-20 22:26:49 +10:00
..
bus.cpp Pad: Store JOY_BAUD 2019-10-18 23:52:52 +10:00
bus.h DMA: Batch multi-word transfers together 2019-10-13 16:48:11 +10:00
bus.inl CPU: Memory access timings 2019-10-04 20:30:54 +10:00
cdrom.cpp CDROM: Implement CDDA playback 2019-10-20 15:55:23 +10:00
cdrom.h CDROM: Implement CDDA playback 2019-10-20 15:55:23 +10:00
CMakeLists.txt Fix CMake build 2019-10-15 18:02:48 +10:00
core.vcxproj Remove libsamplerate dependency 2019-10-20 22:26:49 +10:00
core.vcxproj.filters GPU: Split command handlers into seperate file 2019-10-18 23:52:52 +10:00
cpu_core.cpp CPU: Move alignment check to branch instead of fetch 2019-10-13 18:35:21 +10:00
cpu_core.h CPU: Support stalling CPU for bus activity such as DMA 2019-10-18 00:20:38 +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 Rename to DuckStation 2019-10-04 13:54:09 +10:00
digital_controller.cpp Rename to DuckStation 2019-10-04 13:54:09 +10:00
digital_controller.h Rename to DuckStation 2019-10-04 13:54:09 +10:00
dma.cpp DMA: Fix DICR write breaking FMVs in FF7 2019-10-18 23:52:50 +10:00
dma.h DMA: Fix DICR write breaking FMVs in FF7 2019-10-18 23:52:50 +10:00
gpu.cpp GPU: Split command handlers into seperate file 2019-10-18 23:52:52 +10:00
gpu.h GPU: Split command handlers into seperate file 2019-10-18 23:52:52 +10:00
gpu_commands.cpp GPU: Correctly mask src x/y in VRAM->CPU transfer 2019-10-20 15:31:32 +10:00
gpu_hw.cpp GPU: Copy-less processing from DMA 2019-10-13 17:33:20 +10:00
gpu_hw.h GPU: Copy-less processing from DMA 2019-10-13 17:33:20 +10:00
gpu_hw_opengl.cpp Add debugging for GPU/Timers 2019-10-12 22:15:38 +10:00
gpu_hw_opengl.h Add debugging for GPU/Timers 2019-10-12 22:15:38 +10:00
gte.cpp GTE: Handle buggy matrix in MVMVA 2019-10-12 17:21:24 +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 GTE: Fix RTPS/RTPT 2019-10-12 14:49:26 +10:00
host_interface.cpp Frontend: Add a powered-off window/welcome screen 2019-10-20 21:19:54 +10:00
host_interface.h Frontend: Add a powered-off window/welcome screen 2019-10-20 21:19:54 +10:00
interrupt_controller.cpp Update CPU interrupt line on interrupt mask change 2019-10-16 02:17:18 +10:00
interrupt_controller.h Rename to DuckStation 2019-10-04 13:54:09 +10:00
mdec.cpp MDEC: Refactor buffer handling, fixes FF9 FMVs 2019-10-18 23:52:52 +10:00
mdec.h MDEC: Refactor buffer handling, fixes FF9 FMVs 2019-10-18 23:52:52 +10:00
memory_card.cpp Rename to DuckStation 2019-10-04 13:54:09 +10:00
memory_card.h Rename to DuckStation 2019-10-04 13:54:09 +10:00
pad.cpp Pad: Store JOY_BAUD 2019-10-18 23:52:52 +10:00
pad.h Pad: Store JOY_BAUD 2019-10-18 23:52:52 +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 UI: Beginning of customizable settings, debug menu 2019-10-04 15:00:32 +10:00
settings.h GPU: Set line width at higher internal resolutions 2019-10-04 21:08:53 +10:00
spu.cpp SPU: Add CD audio volume control 2019-10-20 21:19:54 +10:00
spu.h SPU: Add CD audio volume control 2019-10-20 21:19:54 +10:00
system.cpp MDEC: Refactor buffer handling, fixes FF9 FMVs 2019-10-18 23:52:52 +10:00
system.h CPU: Support stalling CPU for bus activity such as DMA 2019-10-18 00:20:38 +10:00
timers.cpp Add debugging for GPU/Timers 2019-10-12 22:15:38 +10:00
timers.h Add debugging for GPU/Timers 2019-10-12 22:15:38 +10:00
types.h Rename to DuckStation 2019-10-04 13:54:09 +10:00