You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
duckstation/src/core
Connor McLaughlin 198a64eb5e HostInterface: Add a helper function for generating timestamp-based filenames 6 years ago
..
CMakeLists.txt CDROM: Implement asynchronous disc reading 6 years ago
analog_controller.cpp Remove YBaseLib dependency 6 years ago
analog_controller.h Controller: Add methods to query buttons/axises for a controller type 6 years ago
bios.cpp Remove YBaseLib dependency 6 years ago
bios.h GameList: Support homebrew/psexe files 6 years ago
bus.cpp Remove YBaseLib dependency 6 years ago
bus.h Remove YBaseLib dependency 6 years ago
bus.inl Bus: Reduce RAM write delay 6 years ago
cdrom.cpp CDROM: Rework sector buffering behavior 6 years ago
cdrom.h CDROM: Rework sector buffering behavior 6 years ago
cdrom_async_reader.cpp CDROM: Implement asynchronous disc reading 6 years ago
cdrom_async_reader.h CDROM: Implement asynchronous disc reading 6 years ago
controller.cpp Controller: Add methods to query buttons/axises for a controller type 6 years ago
controller.h Controller: Add methods to query buttons/axises for a controller type 6 years ago
core.vcxproj CDROM: Implement asynchronous disc reading 6 years ago
core.vcxproj.filters CDROM: Implement asynchronous disc reading 6 years ago
cpu_code_cache.cpp Remove YBaseLib dependency 6 years ago
cpu_code_cache.h CPU/Recompiler: Use register cache for managing pc 6 years ago
cpu_core.cpp Remove YBaseLib dependency 6 years ago
cpu_core.h Implement event-based scheduler instead of lock-step components 6 years ago
cpu_core.inl Remove YBaseLib dependency 6 years ago
cpu_disasm.cpp CPU: Basic recompiler implementation for x64 (lui, ori, addiu) 6 years ago
cpu_disasm.h Remove YBaseLib dependency 6 years ago
cpu_recompiler_code_generator.cpp Remove YBaseLib dependency 6 years ago
cpu_recompiler_code_generator.h Remove YBaseLib dependency 6 years ago
cpu_recompiler_code_generator_aarch64.cpp Remove YBaseLib dependency 6 years ago
cpu_recompiler_code_generator_generic.cpp CPU/Recompiler: Reduced forced PC flushes 6 years ago
cpu_recompiler_code_generator_x64.cpp Core: Linux warning fixes 6 years ago
cpu_recompiler_register_cache.cpp Remove YBaseLib dependency 6 years ago
cpu_recompiler_register_cache.h Remove YBaseLib dependency 6 years ago
cpu_recompiler_thunks.cpp CPU/Recompiler: Reduced forced PC flushes 6 years ago
cpu_recompiler_thunks.h CPU/Recompiler: Reduced forced PC flushes 6 years ago
cpu_recompiler_types.h Add macOS to some Linux/Android-only-isms 6 years ago
cpu_types.cpp Remove YBaseLib dependency 6 years ago
cpu_types.h Compile fixes for Android 6 years ago
digital_controller.cpp Remove YBaseLib dependency 6 years ago
digital_controller.h Controller: Add methods to query buttons/axises for a controller type 6 years ago
dma.cpp Implement event-based scheduler instead of lock-step components 6 years ago
dma.h Linux build fix 6 years ago
game_list.cpp GameList: Use ProgressCallback interface when scanning 6 years ago
game_list.h GameList: Use ProgressCallback interface when scanning 6 years ago
gpu.cpp GPU: Fix incorrect handling of check mask bit 6 years ago
gpu.h GPU: Fix incorrect handling of check mask bit 6 years ago
gpu_commands.cpp GPU: Timing for CPU->VRAM transfers 6 years ago
gpu_hw.cpp GPU/HW: Print capabilities to log 6 years ago
gpu_hw.h GPU/HW: Print capabilities to log 6 years ago
gpu_hw_d3d11.cpp GPU/D3D11: Fix uniform buffer creation on Win7 6 years ago
gpu_hw_d3d11.h GPU/D3D11: Fix uniform buffer creation on Win7 6 years ago
gpu_hw_opengl.cpp GPU/HW: Print capabilities to log 6 years ago
gpu_hw_opengl.h GL: Improve error handling with texture creation 6 years ago
gpu_hw_opengl_es.cpp GPU/HW: Print capabilities to log 6 years ago
gpu_hw_opengl_es.h GL: Improve error handling with texture creation 6 years ago
gpu_hw_shadergen.cpp GPU/D3D11: Fix non-vertical line rendering at >1x scale 6 years ago
gpu_hw_shadergen.h GPU: Implement "Scaled Dithering" option 6 years ago
gpu_sw.cpp GPU: Fix VRAM display in software renderer 6 years ago
gpu_sw.h GPU: Move software copy/fill functions to base class so it can be used as fallback 6 years ago
gte.cpp Core: Linux warning fixes 6 years ago
gte.h CPU/Recompiler: Read GTE registers directly from struct 6 years ago
gte.inl GTE: Fix NCDT 6 years ago
gte_types.h CPU/Recompiler: Don't require fallback for GTE instructions 6 years ago
host_display.cpp GPU: Implement "Crop Mode" (none, overscan, all borders) 6 years ago
host_display.h GPU: Fix display in OpenGL renderer 6 years ago
host_interface.cpp HostInterface: Add a helper function for generating timestamp-based filenames 6 years ago
host_interface.h HostInterface: Add a helper function for generating timestamp-based filenames 6 years ago
interrupt_controller.cpp Remove YBaseLib dependency 6 years ago
interrupt_controller.h System: Support changing BIOS path 6 years ago
mdec.cpp Core: Apply DPI scaling to debug windows 6 years ago
mdec.h GPU: Timing for CPU->VRAM transfers 6 years ago
memory_card.cpp Remove YBaseLib dependency 6 years ago
memory_card.h Move controller creation to System class, switch shared_ptr to unique_ptr 6 years ago
pad.cpp Implement event-based scheduler instead of lock-step components 6 years ago
pad.h Implement event-based scheduler instead of lock-step components 6 years ago
save_state_version.h SPU: Add a tick counter and delay between key on/off writes 6 years ago
settings.cpp Qt: Properly implement "Start Fullscreen" 6 years ago
settings.h Qt: Properly implement "Start Fullscreen" 6 years ago
sio.cpp Remove YBaseLib dependency 6 years ago
sio.h Split MemoryCard and PadDevice (now Controller) 6 years ago
spu.cpp SPU: Add a tick counter and delay between key on/off writes 6 years ago
spu.h SPU: Add a tick counter and delay between key on/off writes 6 years ago
system.cpp System: Fix a possible assertion failure loading state 6 years ago
system.h GameList: Seperate disc region and console region 6 years ago
timers.cpp Core: Apply DPI scaling to debug windows 6 years ago
timers.h Linux build fix 6 years ago
timing_event.cpp Implement event-based scheduler instead of lock-step components 6 years ago
timing_event.h Core/TimingEvent: Add missing <string> include 6 years ago
types.h GameList: Seperate disc region and console region 6 years ago