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
Stenzek 7e07d2feb8 GunCon: Add relative pointer binding 3 years ago
..
CMakeLists.txt CMake: Swap USE_ and WITH_ for ENABLE_ 3 years ago
achievements.cpp Fullscreen: Light mode corrections 3 years ago
achievements.h Achievements: Backports from PCSX2 3 years ago
analog_controller.cpp Misc: clang-cl warning clean-up 3 years ago
analog_controller.h Misc: Add copyright/license statement to applicable files 4 years ago
analog_joystick.cpp Misc: Split core and util Host 3 years ago
analog_joystick.h Misc: Add copyright/license statement to applicable files 4 years ago
bios.cpp Qt: Add setup wizard 3 years ago
bios.h BIOS: Add FindBIOSPathWithHash() 3 years ago
bus.cpp CMake: Swap USE_ and WITH_ for ENABLE_ 3 years ago
bus.h CMake: Swap USE_ and WITH_ for ENABLE_ 3 years ago
cdrom.cpp Misc: Unreachable code warning fixes 3 years ago
cdrom.h System: Store game hash as well as serial 3 years ago
cdrom_async_reader.cpp Misc: Add copyright/license statement to applicable files 4 years ago
cdrom_async_reader.h Misc: Add copyright/license statement to applicable files 4 years ago
cheats.cpp Host: Split translation macros dependent on return type 3 years ago
cheats.h Misc: Add copyright/license statement to applicable files 4 years ago
controller.cpp GunCon: Add relative pointer binding 3 years ago
controller.h GunCon: Add relative pointer binding 3 years ago
core.props CMake: Swap USE_ and WITH_ for ENABLE_ 3 years ago
core.vcxproj Build: Use precompiled headers 3 years ago
core.vcxproj.filters Build: Use precompiled headers 3 years ago
cpu_code_cache.cpp CMake: Swap USE_ and WITH_ for ENABLE_ 3 years ago
cpu_code_cache.h CMake: Swap USE_ and WITH_ for ENABLE_ 3 years ago
cpu_core.cpp Misc: Swap LIKELY/UNLIKELY macros for attributes 3 years ago
cpu_core.h System: Refactor main loop 3 years ago
cpu_core_private.h BIOS: Replace TTY patch with syscall hook 3 years ago
cpu_disasm.cpp Misc: Add copyright/license statement to applicable files 4 years ago
cpu_disasm.h Misc: Add copyright/license statement to applicable files 4 years ago
cpu_recompiler_code_generator.cpp Misc: Unreachable code warning fixes 3 years ago
cpu_recompiler_code_generator.h Misc: Add copyright/license statement to applicable files 4 years ago
cpu_recompiler_code_generator_aarch32.cpp System: Refactor main loop 3 years ago
cpu_recompiler_code_generator_aarch64.cpp System: Refactor main loop 3 years ago
cpu_recompiler_code_generator_generic.cpp Misc: Add copyright/license statement to applicable files 4 years ago
cpu_recompiler_code_generator_x64.cpp Misc: clang-cl warning clean-up 3 years ago
cpu_recompiler_register_cache.cpp Misc: Add copyright/license statement to applicable files 4 years ago
cpu_recompiler_register_cache.h Misc: Add copyright/license statement to applicable files 4 years ago
cpu_recompiler_thunks.h Misc: Add copyright/license statement to applicable files 4 years ago
cpu_recompiler_types.h dep/xbyak: Update to v6.73 3 years ago
cpu_types.cpp Misc: Add copyright/license statement to applicable files 4 years ago
cpu_types.h System: Refactor main loop 3 years ago
digital_controller.cpp Misc: Unreachable code warning fixes 3 years ago
digital_controller.h Misc: Add copyright/license statement to applicable files 4 years ago
dma.cpp Misc: clang-cl warning clean-up 3 years ago
dma.h DMA: Convert to namespace 4 years ago
fullscreen_ui.cpp Fullscreen: Light mode corrections 3 years ago
fullscreen_ui.h Achievements: Backports from PCSX2 3 years ago
game_database.cpp Common: Drop fallback path for HeterogeneousContainers 3 years ago
game_database.h GameDatabase: Parse discSetName/discSetSerials 3 years ago
game_list.cpp Misc: Swap gsl::span for std::span 3 years ago
game_list.h Misc: Swap gsl::span for std::span 3 years ago
gdb_protocol.cpp Misc: Post-refactor cleanups 3 years ago
gdb_protocol.h Misc: Add copyright/license statement to applicable files 4 years ago
gpu.cpp GunCon: Add relative pointer binding 3 years ago
gpu.h GunCon: Add relative pointer binding 3 years ago
gpu_backend.cpp Misc: Add copyright/license statement to applicable files 4 years ago
gpu_backend.h Common: DynamicHeapArray/FixedHeapArray 3 years ago
gpu_commands.cpp InterruptController: Convert to namespace 4 years ago
gpu_hw.cpp GPU/HW: Fix copy pipeline not getting destroyed 3 years ago
gpu_hw.h GPU: Add downsample scale option 3 years ago
gpu_hw_shadergen.cpp GPU: Add downsample scale option 3 years ago
gpu_hw_shadergen.h GPU: Add downsample scale option 3 years ago
gpu_shadergen.cpp GPU: Clamp UVs to active rect when presenting 3 years ago
gpu_shadergen.h GPU: Clamp UVs to active rect when presenting 3 years ago
gpu_sw.cpp GPU: Add scaling shader support 3 years ago
gpu_sw.h GPU: Add scaling shader support 3 years ago
gpu_sw_backend.cpp Misc: clang-cl warning clean-up 3 years ago
gpu_sw_backend.h Misc: Add copyright/license statement to applicable files 4 years ago
gpu_types.h GPU: Truncate instead of rounding 24bpp->16bpp 4 years ago
gte.cpp Misc: Unreachable code warning fixes 3 years ago
gte.h Misc: Add copyright/license statement to applicable files 4 years ago
gte_types.h Misc: Add copyright/license statement to applicable files 4 years ago
guncon.cpp GunCon: Add relative pointer binding 3 years ago
guncon.h GunCon: Add relative pointer binding 3 years ago
host.cpp CMake: Swap USE_ and WITH_ for ENABLE_ 3 years ago
host.h GunCon: Add relative pointer binding 3 years ago
host_interface_progress_callback.cpp Misc: Add copyright/license statement to applicable files 4 years ago
host_interface_progress_callback.h Misc: Add copyright/license statement to applicable files 4 years ago
hotkeys.cpp Achievements: Backports from PCSX2 3 years ago
imgui_overlays.cpp Misc: Swap gsl::span for std::span 3 years ago
imgui_overlays.h Misc: Post-refactor cleanups 3 years ago
input_types.h InputManager: Support inverted full axis 4 years ago
interrupt_controller.cpp InterruptController: Convert to namespace 4 years ago
interrupt_controller.h InterruptController: Convert to namespace 4 years ago
mdec.cpp Misc: Swap LIKELY/UNLIKELY macros for attributes 3 years ago
mdec.h MDEC: Convert to namespace 4 years ago
memory_card.cpp Misc: Split core and util Host 3 years ago
memory_card.h PAD: Intelligently skip saving memcard state for runahead 4 years ago
memory_card_image.cpp Misc: Add copyright/license statement to applicable files 4 years ago
memory_card_image.h Misc: Add copyright/license statement to applicable files 4 years ago
multitap.cpp Pad: Convert to namespace 4 years ago
multitap.h Misc: Add copyright/license statement to applicable files 4 years ago
negcon.cpp Misc: Make controller bindings translatable 3 years ago
negcon.h Misc: Add copyright/license statement to applicable files 4 years ago
pad.cpp Misc: Split core and util Host 3 years ago
pad.h PAD: Intelligently skip saving memcard state for runahead 4 years ago
pcdrv.cpp Common: Error/FileSystem backports 3 years ago
pcdrv.h CPU: HLE implementation of PCDrv (host file access) 3 years ago
pch.cpp Build: Use precompiled headers 3 years ago
pch.h Build: Use precompiled headers 3 years ago
pgxp.cpp Misc: More enum cast warning fixes 3 years ago
pgxp.h Misc: clang-cl warning clean-up 3 years ago
playstation_mouse.cpp GunCon: Add relative pointer binding 3 years ago
playstation_mouse.h GunCon: Add relative pointer binding 3 years ago
psf_loader.cpp Misc: Add copyright/license statement to applicable files 4 years ago
psf_loader.h Misc: Add copyright/license statement to applicable files 4 years ago
resources.cpp Resources: Remove embedded crosshair image 3 years ago
resources.h Resources: Remove embedded crosshair image 3 years ago
save_state_version.h GunCon: Add relative pointer binding 3 years ago
settings.cpp Achievements: Backports from PCSX2 3 years ago
settings.h Achievements: Backports from PCSX2 3 years ago
shader_cache_version.h GPUDevice: Support geometry shaders 3 years ago
sio.cpp SIO: Convert to namespace 4 years ago
sio.h SIO: Convert to namespace 4 years ago
spu.cpp Misc: More enum cast warning fixes 3 years ago
spu.h CDROM: Convert to namespace 4 years ago
system.cpp GunCon: Add relative pointer binding 3 years ago
system.h GunCon: Add relative pointer binding 3 years ago
texture_replacements.cpp Misc: Add copyright/license statement to applicable files 4 years ago
texture_replacements.h Misc: Add copyright/license statement to applicable files 4 years ago
timers.cpp Misc: clang-cl warning clean-up 3 years ago
timers.h Timers: Convert to namespace 4 years ago
timing_event.cpp System: Refactor main loop 3 years ago
timing_event.h System: Refactor main loop 3 years ago
types.h CMake: Swap USE_ and WITH_ for ENABLE_ 3 years ago