Duckstation/src/core
2024-07-09 19:07:17 +10:00
..
achievements.cpp System: Load discord-rpc dynamically 2024-07-04 15:52:32 +10:00
achievements.h Achievements: Fix HC mode activating on reset of non-cheevo game 2024-04-18 00:40:06 +10:00
achievements_private.h Misc: Pass string_view by value 2024-05-05 22:28:29 +10:00
analog_controller.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
analog_controller.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
analog_joystick.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
analog_joystick.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
bios.cpp BIOS: Add further detail to missing BIOS message 2024-06-17 16:47:21 +10:00
bios.h System: Fix triple popup on missing BIOS 2024-05-13 00:07:47 +10:00
bus.cpp Bus: Ignore SPU byte writes to unaligned addresses 2024-05-31 21:00:55 +10:00
bus.h Misc: Purge unused code and report startup error to host 2024-05-05 22:29:26 +10:00
cdrom.cpp CDROM: Use GSVector 2024-07-03 00:24:12 +10:00
cdrom.h System: Store game hash as well as serial 2023-05-15 23:39:07 +10:00
cdrom_async_reader.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
cdrom_async_reader.h CDROM: Add current file to debug window 2023-11-29 22:01:45 +10:00
cheats.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
cheats.h Renamed Mem Scanner Op Text&added Virtual Address (#3172) 2024-04-13 19:57:12 +10:00
CMakeLists.txt System: Load discord-rpc dynamically 2024-07-04 15:52:32 +10:00
controller.cpp Misc: Purge unused code and report startup error to host 2024-05-05 22:29:26 +10:00
controller.h Misc: Purge unused code and report startup error to host 2024-05-05 22:29:26 +10:00
core.props Deps: Remove rapidjson from in-tree 2024-07-04 15:52:32 +10:00
core.vcxproj Build: Use shared discord-rpc 2024-07-04 15:52:32 +10:00
core.vcxproj.filters System: Move GDB server into core 2024-05-27 00:18:05 +10:00
cpu_code_cache.cpp CPU/CodeCache: Reduce far code size when using NewRec 2024-06-30 16:45:51 +10:00
cpu_code_cache.h Misc: Purge unused code and report startup error to host 2024-05-05 22:29:26 +10:00
cpu_code_cache_private.h MSBuild: Silence MSVC warning C4324 2024-07-06 19:45:16 +10:00
cpu_core.cpp Misc: Align CPU state and SPU voices to cache lines 2024-07-06 18:49:37 +10:00
cpu_core.h CPU/PGXP: Don't force inputs to valid on add/sub 2024-07-08 17:18:27 +10:00
cpu_core_private.h CPU: Update debug dispatcher flag on init 2024-04-22 00:08:16 +10:00
cpu_disasm.cpp Add memory contents to "Addr=" string in debugger 2024-07-06 22:51:59 +10:00
cpu_disasm.h CPU: Fix GTE control register disassembly 2024-01-21 02:45:09 +10:00
cpu_newrec_compiler.cpp CPU/CodeCache: Purge JitCodeBuffer 2024-06-30 16:45:51 +10:00
cpu_newrec_compiler.h CPU/NewRec: Speculative execution for mult/div 2024-02-24 14:57:30 +10:00
cpu_newrec_compiler_aarch32.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
cpu_newrec_compiler_aarch32.h CMake: Support multiple CMAKE_OSX_ARCHITECTURES 2023-11-25 00:50:12 +10:00
cpu_newrec_compiler_aarch64.cpp Dep: Update vixl to 662828c 2024-06-14 17:42:24 +10:00
cpu_newrec_compiler_aarch64.h Dep: Update vixl to 662828c 2024-06-14 17:42:24 +10:00
cpu_newrec_compiler_riscv64.cpp CPU/NewRec/RV64: Compile fix 2024-07-04 21:40:19 +10:00
cpu_newrec_compiler_riscv64.h CPU/NewRec/RISCV64: Implement PGXP 2023-12-21 02:00:19 +10:00
cpu_newrec_compiler_x64.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
cpu_newrec_compiler_x64.h CMake: Support multiple CMAKE_OSX_ARCHITECTURES 2023-11-25 00:50:12 +10:00
cpu_pgxp.cpp CPU/PGXP: Explicitly handle addi rt, zero, nnnn 2024-07-09 19:07:17 +10:00
cpu_pgxp.h CPU/PGXP: Reduce vertex cache memory 2024-05-25 02:06:40 +10:00
cpu_recompiler_code_generator.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
cpu_recompiler_code_generator.h CPU/CodeCache: Purge JitCodeBuffer 2024-06-30 16:45:51 +10:00
cpu_recompiler_code_generator_aarch32.cpp CPU/CodeCache: Purge JitCodeBuffer 2024-06-30 16:45:51 +10:00
cpu_recompiler_code_generator_aarch64.cpp CPU/Recompiler: Prefer adrp over trampoline for +/-4GB branches 2024-06-30 16:45:51 +10:00
cpu_recompiler_code_generator_generic.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
cpu_recompiler_code_generator_x64.cpp CPU/CodeCache: Purge JitCodeBuffer 2024-06-30 16:45:51 +10:00
cpu_recompiler_register_cache.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
cpu_recompiler_register_cache.h CPU/Recompiler: Fix jal/jalr to load delayed register 2023-12-15 21:46:30 +10:00
cpu_recompiler_thunks.h CPU/CodeCache: Include hi/lo in state logging 2023-10-21 13:49:35 +10:00
cpu_recompiler_types.h CPU/Recompiler: Prefer adrp over trampoline for +/-4GB branches 2024-06-30 16:45:51 +10:00
cpu_types.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
cpu_types.h Common: Add intrin.h 2023-10-01 17:24:34 +10:00
digital_controller.cpp ImGuiManager: Use PromptFont icons for input OSD 2023-11-26 21:35:29 +10:00
digital_controller.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
dma.cpp DMA: Pack state in struct 2024-07-06 19:18:25 +10:00
dma.h DMA: Convert to namespace 2023-01-11 19:15:59 +10:00
fullscreen_ui.cpp fix: string to c-string to string 2024-07-07 12:45:49 +10:00
fullscreen_ui.h System: Add "Disable Mailbox Presentation" option 2024-05-26 22:38:35 +10:00
game_database.cpp GameDatabase: Warn if vertex cache is enabled but unnecessary 2024-07-07 14:29:29 +10:00
game_database.h GPU/HW: Add 'Force Round Upscaled Texture Coordinates' 2024-06-16 19:09:46 +10:00
game_list.cpp fix: moved vairable access 2024-07-07 12:45:49 +10:00
game_list.h GameList: Add custom title/regions 2024-06-17 23:45:02 +10:00
gdb_server.cpp GDB/PINE: Fix listen socket leak on shutdown 2024-07-06 21:56:30 +10:00
gdb_server.h System: Move GDB server into core 2024-05-27 00:18:05 +10:00
gpu.cpp GPU: Always calculate draw rect 2024-07-07 12:46:09 +10:00
gpu.h GPU: Cull off-screen sprites/lines 2024-07-06 22:13:46 +10:00
gpu_backend.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
gpu_backend.h GPU: Implement CLUT cache (SW renderer only) 2024-05-02 01:03:58 +10:00
gpu_commands.cpp TextureReplacements: Namespace-ify 2024-07-04 15:52:32 +10:00
gpu_hw.cpp GPU: Cull off-screen sprites/lines 2024-07-06 22:13:46 +10:00
gpu_hw.h GPU: Cull off-screen sprites/lines 2024-07-06 22:13:46 +10:00
gpu_hw_shadergen.cpp GPU/HW: Interpolate native texture coordinates when upscaling 2024-07-03 15:44:12 +10:00
gpu_hw_shadergen.h GPU/HW: Interpolate native texture coordinates when upscaling 2024-07-03 15:44:12 +10:00
gpu_shadergen.cpp ShaderGen: Support multiple render target output 2024-06-29 13:09:45 +10:00
gpu_shadergen.h GPU: Rewrite deinterlacing and add adaptive/blend modes 2024-03-16 14:14:15 +10:00
gpu_sw.cpp GPU: Cull off-screen sprites/lines 2024-07-06 22:13:46 +10:00
gpu_sw.h GPU: Implement CLUT cache (SW renderer only) 2024-05-02 01:03:58 +10:00
gpu_sw_backend.cpp GPU: Implement CLUT cache (SW renderer only) 2024-05-02 01:03:58 +10:00
gpu_sw_backend.h GPU: Implement CLUT cache (SW renderer only) 2024-05-02 01:03:58 +10:00
gpu_types.h GPU/HW: Use GSVector instead of Rectangle 2024-07-03 15:44:12 +10:00
gte.cpp GTE: Pack local config in struct 2024-07-06 19:33:38 +10:00
gte.h CPU: Add disassembly of GTE instructions 2023-12-17 00:38:11 +10:00
gte_types.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
guncon.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
guncon.h GunCon: Add relative pointer binding 2023-09-20 17:11:29 +10:00
host.cpp System: Fallback to FIFO on AMD (no mailbox support) 2024-05-24 22:48:26 +10:00
host.h System: Fix regtest dumping 2024-05-25 15:58:41 +10:00
host_interface_progress_callback.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
host_interface_progress_callback.h PostProcessing: Add compile progress indicator 2023-12-14 20:23:48 +10:00
hotkeys.cpp TextureReplacements: Namespace-ify 2024-07-04 15:52:32 +10:00
imgui_overlays.cpp ImGuiOverlays: Use GSVector 2024-07-03 00:24:12 +10:00
imgui_overlays.h SaveStateSelectorUI: Decouple current slot from list 2023-12-17 13:33:51 +10:00
input_types.h InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
interrupt_controller.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
interrupt_controller.h CPU: Make interrupts actually edge-triggered 2024-03-18 01:46:19 +10:00
justifier.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
justifier.h Justifier: Add controller implementation 2024-04-28 15:25:24 +10:00
mdec.cpp MDEC: Pack state in struct 2024-07-06 19:18:25 +10:00
mdec.h MDEC: Convert to namespace 2022-12-20 21:18:30 +10:00
memory_card.cpp Common/Log: Make actually writing unlikely 2024-06-30 16:45:51 +10:00
memory_card.h MemoryCard: Implement GetID command 2024-05-31 21:08:21 +10:00
memory_card_image.cpp Misc: More format string fixes 2024-05-25 15:48:31 +10:00
memory_card_image.h Misc: Pass string_view by value 2024-05-05 22:28:29 +10:00
multitap.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
multitap.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
negcon.cpp Misc: Warning fixes 2024-01-26 14:31:03 +10:00
negcon.h Add independent settings for NeGcon axes (#3094) 2024-01-22 14:41:19 +10:00
negcon_rumble.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
negcon_rumble.h Qt: Add binding layout for NegConRumble 2024-04-16 15:40:31 +10:00
pad.cpp Pad: Fix incorrect card mismatch OSD message 2024-06-13 18:35:02 +10:00
pad.h Qt: Fix labels when changing multi-tap controller type 2024-02-15 22:06:01 +09:00
pcdrv.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
pcdrv.h CPU: HLE implementation of PCDrv (host file access) 2023-04-29 20:45:39 +10:00
pch.cpp Build: Use precompiled headers 2023-09-02 21:44:08 +10:00
pch.h Build: Use precompiled headers 2023-09-02 21:44:08 +10:00
pine_server.cpp GDB/PINE: Fix listen socket leak on shutdown 2024-07-06 21:56:30 +10:00
pine_server.h System: Implement PINE server 2024-05-26 22:38:35 +10:00
playstation_mouse.cpp Misc: Loading old save state versions is unlikely 2024-05-31 18:48:26 +10:00
playstation_mouse.h GunCon: Add relative pointer binding 2023-09-20 17:11:29 +10:00
psf_loader.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
psf_loader.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
resources.cpp Resources: Remove embedded crosshair image 2023-08-30 00:44:00 +10:00
resources.h Resources: Remove embedded crosshair image 2023-08-30 00:44:00 +10:00
save_state_version.h MDEC: Store scale/IDCT matrix transposed 2024-07-02 16:56:10 +10:00
settings.cpp GPU/HW: Add separate 3D/2D (sprite) texture filtering 2024-06-17 15:56:56 +10:00
settings.h GPU/HW: Add separate 3D/2D (sprite) texture filtering 2024-06-17 15:56:56 +10:00
shader_cache_version.h GPU/HW: Interpolate native texture coordinates when upscaling 2024-07-03 15:44:12 +10:00
sio.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
sio.h SIO: Convert to namespace 2023-01-11 19:15:59 +10:00
spu.cpp SPU: Pack state in struct 2024-07-06 19:18:25 +10:00
spu.h CDROM: Convert to namespace 2023-01-09 22:20:27 +10:00
system.cpp System: Use socket multiplier for sleeping when connected 2024-07-06 21:56:30 +10:00
system.h System: Load discord-rpc dynamically 2024-07-04 15:52:32 +10:00
texture_replacements.cpp TextureReplacements: Namespace-ify 2024-07-04 15:52:32 +10:00
texture_replacements.h TextureReplacements: Namespace-ify 2024-07-04 15:52:32 +10:00
timers.cpp Timers: Pack state in struct 2024-07-06 19:18:25 +10:00
timers.h Timers: Convert to namespace 2023-01-11 19:15:59 +10:00
timing_event.cpp TimingEvents: Pack state in struct 2024-07-06 19:18:25 +10:00
timing_event.h DMA: Better enforce CPU runtime during linked list 2024-04-10 20:11:23 +10:00
types.h GPU: Add Bilinear (Integer) scaling option 2024-05-12 15:32:21 +10:00