duckstation/src/core
Stenzek 57cf0f2643
System: Reload cheats/patches on safe mode toggle
2024-10-19 01:13:32 +10:00
..
CMakeLists.txt Cheats: Rewrite cheat management system 2024-10-13 16:43:22 +10:00
achievements.cpp Achievements: Mirror whacky rcheevos header handling 2024-09-29 20:38:46 +10:00
achievements.h DiscordRPC: Add Rcheevos Icon Support (#3286) 2024-09-01 22:02:28 +07:00
achievements_private.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
analog_controller.cpp AnalogController: Allow negative vibration bias 2024-10-05 16:07:33 +10:00
analog_controller.h AnalogController: Allow negative vibration bias 2024-10-05 16:07:33 +10:00
analog_joystick.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
analog_joystick.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
bios.cpp System: Fix no-disc startup in later versions 2024-10-11 16:54:46 +10:00
bios.h System: Further improve fastboot behaviour 2024-10-04 14:48:05 +10:00
bus.cpp MemMap: Support dynamic page size selection 2024-10-05 19:25:23 +10:00
bus.h MemMap: Support dynamic page size selection 2024-10-05 19:25:23 +10:00
cdrom.cpp ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
cdrom.h ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
cdrom_async_reader.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cdrom_async_reader.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cheats.cpp System: Add taints to save states 2024-10-19 01:13:32 +10:00
cheats.h System: Add taints to save states 2024-10-19 01:13:32 +10:00
controller.cpp Qt: Remove unused variable 2024-09-27 22:48:43 +10:00
controller.h BIOS: Make GetInfoForHash() public 2024-10-01 21:14:43 +10:00
core.props Deps: Remove rapidjson from in-tree 2024-07-04 15:52:32 +10:00
core.vcxproj Cheats: Rewrite cheat management system 2024-10-13 16:43:22 +10:00
core.vcxproj.filters Cheats: Rewrite cheat management system 2024-10-13 16:43:22 +10:00
cpu_code_cache.cpp MemMap: Support dynamic page size selection 2024-10-05 19:25:23 +10:00
cpu_code_cache.h CPU: Refactor execution mode switching 2024-09-06 20:00:30 +10:00
cpu_code_cache_private.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_core.cpp MemMap: Support dynamic page size selection 2024-10-05 19:25:23 +10:00
cpu_core.h Common: Allow PRINTFLIKE to work on Clang 2024-09-18 21:31:06 +10:00
cpu_core_private.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_disasm.cpp CPU: Display loadstore offsets in hex 2024-09-15 17:29:33 +10:00
cpu_disasm.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_newrec_compiler.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_newrec_compiler.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_newrec_compiler_aarch32.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_newrec_compiler_aarch32.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_newrec_compiler_aarch64.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_newrec_compiler_aarch64.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_newrec_compiler_riscv64.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_newrec_compiler_riscv64.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_newrec_compiler_x64.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_newrec_compiler_x64.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_pgxp.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_pgxp.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_recompiler_code_generator.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_recompiler_code_generator.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_recompiler_code_generator_aarch32.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_recompiler_code_generator_aarch64.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_recompiler_code_generator_generic.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_recompiler_code_generator_x64.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_recompiler_register_cache.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
cpu_recompiler_register_cache.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_recompiler_thunks.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_recompiler_types.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_types.cpp Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
cpu_types.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
digital_controller.cpp Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
digital_controller.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
dma.cpp ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
dma.h ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
fullscreen_ui.cpp GPUDevice: Extract swap chain to separate class 2024-10-18 20:48:29 +10:00
fullscreen_ui.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
game_database.cpp Cheats: Rewrite cheat management system 2024-10-13 16:43:22 +10:00
game_database.h GameDatabase: Store strings as views 2024-10-13 16:43:22 +10:00
game_list.cpp Qt: Swap compatibility star image to SVG 2024-10-13 17:08:56 +10:00
game_list.h Qt: Swap compatibility star image to SVG 2024-10-13 17:08:56 +10:00
gdb_server.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
gdb_server.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
gpu.cpp ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
gpu.h ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
gpu_backend.cpp GPUBackend: Don't rely on g_settings 2024-09-27 20:59:04 +10:00
gpu_backend.h GPUBackend: Don't rely on g_settings 2024-09-27 20:59:04 +10:00
gpu_commands.cpp GPU: Add hardware texture cache 2024-09-29 13:37:47 +10:00
gpu_hw.cpp GPUDevice: Extract swap chain to separate class 2024-10-18 20:48:29 +10:00
gpu_hw.h GPU/HW: Handle redundant texture window updates 2024-10-05 13:06:45 +10:00
gpu_hw_shadergen.cpp GPU/HW: Fix force-round-coords with texture cache 2024-10-05 13:06:43 +10:00
gpu_hw_shadergen.h GPU/TextureCache: Disable bilinear page upscaling by default 2024-10-04 14:48:10 +10:00
gpu_hw_texture_cache.cpp GPU/HW: Fix toggling texture replacement settings 2024-10-05 13:50:36 +10:00
gpu_hw_texture_cache.h GPU/HW: Fix toggling texture replacement settings 2024-10-05 13:50:36 +10:00
gpu_shadergen.cpp Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
gpu_shadergen.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
gpu_sw.cpp GPU: Add hardware texture cache 2024-09-29 13:37:47 +10:00
gpu_sw.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
gpu_sw_backend.cpp GPUBackend: Don't rely on g_settings 2024-09-27 20:59:04 +10:00
gpu_sw_backend.h GPUBackend: Don't rely on g_settings 2024-09-27 20:59:04 +10:00
gpu_sw_rasterizer.cpp Common: Build fix when compiling with AVX2 march 2024-09-28 19:43:23 +10:00
gpu_sw_rasterizer.h GPUBackend: Don't rely on g_settings 2024-09-27 20:59:04 +10:00
gpu_sw_rasterizer.inl GPU: Move software fill/write/copy into rasterizer namespace 2024-09-26 18:30:46 +10:00
gpu_sw_rasterizer_avx2.cpp GPU/SW: Split out rasterizer, add dynamic selection 2023-12-23 20:38:41 +10:00
gpu_types.h GPU/HW: Handle redundant texture window updates 2024-10-05 13:06:45 +10:00
gte.cpp GPUDevice: Extract swap chain to separate class 2024-10-18 20:48:29 +10:00
gte.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
gte_types.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
guncon.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
guncon.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
host.cpp ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
host.h GPUDevice: Extract swap chain to separate class 2024-10-18 20:48:29 +10:00
host_interface_progress_callback.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
host_interface_progress_callback.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
hotkeys.cpp Cheats: Rewrite cheat management system 2024-10-13 16:43:22 +10:00
imgui_overlays.cpp ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
imgui_overlays.h ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
input_types.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
interrupt_controller.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
interrupt_controller.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
justifier.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
justifier.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
mdec.cpp ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
mdec.h ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
memory_card.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
memory_card.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
memory_card_image.cpp MemoryCard: Add RenameFile() and localize errors 2024-10-19 00:03:07 +10:00
memory_card_image.h MemoryCard: Add RenameFile() and localize errors 2024-10-19 00:03:07 +10:00
memory_scanner.cpp Cheats: Rewrite cheat management system 2024-10-13 16:43:22 +10:00
memory_scanner.h Cheats: Rewrite cheat management system 2024-10-13 16:43:22 +10:00
mips_encoder.h Core: Add constexpr MIPS Encoder 2024-08-13 14:46:42 +10:00
multitap.cpp Qt: Fix inconsistent multitap addressing 2024-09-27 20:59:04 +10:00
multitap.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
negcon.cpp Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
negcon.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
negcon_rumble.cpp AnalogController: Allow negative vibration bias 2024-10-05 16:07:33 +10:00
negcon_rumble.h AnalogController: Allow negative vibration bias 2024-10-05 16:07:33 +10:00
pad.cpp Pad: Pack state in struct 2024-09-26 17:54:46 +10:00
pad.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
pcdrv.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
pcdrv.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
pch.cpp Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
pch.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
playstation_mouse.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
playstation_mouse.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
psf_loader.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
psf_loader.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
save_state_version.h System: Add taints to save states 2024-10-19 01:13:32 +10:00
settings.cpp ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
settings.h ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
shader_cache_version.h GPU/HW: Fix force-round-coords with texture cache 2024-10-05 13:06:43 +10:00
sio.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
sio.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
spu.cpp ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
spu.h ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
system.cpp System: Reload cheats/patches on safe mode toggle 2024-10-19 01:13:32 +10:00
system.h System: Add taints to save states 2024-10-19 01:13:32 +10:00
timers.cpp ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
timers.h ImGuiOverlays: Move debug state to auxiliary windows 2024-10-18 20:48:30 +10:00
timing_event.cpp Log: Switch to enum class 2024-09-21 22:26:06 +10:00
timing_event.h Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
types.h Cheats: Rewrite cheat management system 2024-10-13 16:43:22 +10:00