Duckstation/src/core
2024-08-23 15:59:38 +10:00
..
achievements.cpp Settings: Don't create deprecated achievement cache directories 2024-08-18 13:04:14 +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 Achievements: Use badge IDs from server 2024-08-04 17:00:08 +10:00
analog_controller.cpp GameDatabase: Add DisableAutoAnalogMode trait 2024-08-19 15:12:04 +10:00
analog_controller.h ImGuiOverlays: Change icon colour depending on controller mode 2024-08-19 15:12:04 +10:00
analog_joystick.cpp Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
analog_joystick.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
bios.cpp System: Fix reset with Type 2 fastboot 2024-08-18 12:13:57 +10:00
bios.h BIOS: Prioritize image enumeration 2024-08-13 15:09:13 +10:00
bus.cpp Bus: Add stub for SIO2 accesses 2024-08-13 14:48:18 +10:00
bus.h Bus: Add stub for SIO2 accesses 2024-08-13 14:48:18 +10:00
cdrom.cpp TimingEvents: Switch to 64-bit counters 2024-08-19 15:31:31 +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 Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
cheats.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
CMakeLists.txt Core: Add constexpr MIPS Encoder 2024-08-13 14:46:42 +10:00
controller.cpp GameDatabase: Add DisableAutoAnalogMode trait 2024-08-19 15:12:04 +10:00
controller.h GameDatabase: Add DisableAutoAnalogMode trait 2024-08-19 15:12:04 +10:00
core.props Deps: Remove rapidjson from in-tree 2024-07-04 15:52:32 +10:00
core.vcxproj Core: Purge resources.cpp 2024-08-04 14:13:15 +10:00
core.vcxproj.filters Core: Purge resources.cpp 2024-08-04 14:13:15 +10:00
cpu_code_cache.cpp TimingEvents: Switch to 64-bit counters 2024-08-19 15:31:31 +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 Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
cpu_core.cpp CPU/PGXP: Use Instruction type 2024-08-20 22:29:50 +10:00
cpu_core.h CPU/PGXP: Inline valid flag updates 2024-08-20 22:29:51 +10:00
cpu_core_private.h System: Rewrite EXE override/loading 2024-07-28 19:05:56 +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: Dynamically compute BIOS memory access timing 2024-07-19 22:25:57 +10:00
cpu_newrec_compiler.h CPU/CodeCache: Dynamically compute BIOS memory access timing 2024-07-19 22:25:57 +10:00
cpu_newrec_compiler_aarch32.cpp CPU/CodeCache: Dynamically compute BIOS memory access timing 2024-07-19 22:25:57 +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 CPU/CodeCache: Dynamically compute BIOS memory access timing 2024-07-19 22:25:57 +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/CodeCache: Dynamically compute BIOS memory access timing 2024-07-19 22:25:57 +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 CPU/NewRec/x64: Fix data corruption on lwl/lwr with PGXP 2024-08-23 14:33:42 +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: Inline valid flag updates 2024-08-20 22:29:51 +10:00
cpu_pgxp.h CPU/PGXP: Identifier name consistency 2024-08-20 22:29:51 +10:00
cpu_recompiler_code_generator.cpp CPU: Fix loading recompiler-saved states with interpreter 2024-07-23 21:11:01 +10:00
cpu_recompiler_code_generator.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
cpu_recompiler_code_generator_aarch32.cpp Misc: Fix ARM32 build (again) 2024-08-14 21:39:29 +10:00
cpu_recompiler_code_generator_aarch64.cpp CPU/CodeCache: Dynamically compute BIOS memory access timing 2024-07-19 22:25:57 +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: Dynamically compute BIOS memory access timing 2024-07-19 22:25:57 +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/CodeCache: Dynamically compute BIOS memory access timing 2024-07-19 22:25:57 +10:00
cpu_types.cpp CPU/Recompiler: Break blocks on invalid instructions 2024-07-11 17:17:25 +10:00
cpu_types.h CPU/PGXP: Use Instruction type 2024-08-20 22:29:50 +10:00
digital_controller.cpp ImGuiOverlays: Change icon colour depending on controller mode 2024-08-19 15:12:04 +10:00
digital_controller.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
dma.cpp Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
dma.h TimingEvents: Fix events ending up out-of-order 2024-07-20 22:35:32 +10:00
fullscreen_ui.cpp FullscreenUI: Make "version" in Big picture translatable (#3279) 2024-08-18 12:16:18 +10:00
fullscreen_ui.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
game_database.cpp GameDatabase: Add DisableSpriteTextureFiltering trait 2024-08-23 15:18:55 +10:00
game_database.h GameDatabase: Add DisableSpriteTextureFiltering trait 2024-08-23 15:18:55 +10:00
game_list.cpp Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
game_list.h Qt: Reduce game list jank after shutting down VM 2024-08-03 00:50:04 +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 System: Fix HW/SW rendering swap 2024-08-23 15:59:38 +10:00
gpu.h System: Fix HW/SW rendering swap 2024-08-23 15:59:38 +10:00
gpu_backend.cpp Log: Simplify macros 2024-05-24 02:08:14 +10:00
gpu_backend.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
gpu_commands.cpp Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
gpu_hw.cpp GPU/HW: Use texture instead of RTs for rewind/runahead w/o MSAA 2024-08-10 01:24:38 +10:00
gpu_hw.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
gpu_hw_shadergen.cpp Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
gpu_hw_shadergen.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
gpu_shadergen.cpp GPU: Add display rotation option 2024-07-26 23:09:33 +10:00
gpu_shadergen.h GPU: Rewrite deinterlacing and add adaptive/blend modes 2024-03-16 14:14:15 +10:00
gpu_sw.cpp GameDatabase: Merge compatibility messages 2024-07-22 14:59:55 +10:00
gpu_sw.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
gpu_sw_backend.cpp GPU: Vectorize VRAM fills 2024-08-12 00:20:53 +10:00
gpu_sw_backend.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
gpu_types.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
gte.cpp CPU/PGXP: Identifier name consistency 2024-08-20 22:29:51 +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 Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
host.cpp GPU/HW: Support using ROV for accurate blending 2024-07-23 14:46:06 +10:00
host.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
host_interface_progress_callback.cpp ProgressCallback: Eliminate redundancy and drop C format strings 2024-07-19 15:51:25 +10:00
host_interface_progress_callback.h ProgressCallback: Eliminate redundancy and drop C format strings 2024-07-19 15:51:25 +10:00
hotkeys.cpp Hotkeys: Move Toggle Media Capture to General 2024-08-12 16:29:03 +10:00
imgui_overlays.cpp ImGuiOverlays: Change icon colour depending on controller mode 2024-08-19 15:12:04 +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 Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
justifier.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
mdec.cpp MDEC: Ensure alignment of inputs 2024-08-14 21:39:04 +10:00
mdec.h MDEC: Convert to namespace 2022-12-20 21:18:30 +10:00
memory_card.cpp Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
memory_card.h MemoryCard: Purge use of ByteStream 2024-07-29 17:27:32 +10:00
memory_card_image.cpp MemoryCard: Purge use of ByteStream 2024-07-29 17:27:32 +10:00
memory_card_image.h MemoryCard: Purge use of ByteStream 2024-07-29 17:27:32 +10:00
mips_encoder.h Core: Add constexpr MIPS Encoder 2024-08-13 14:46:42 +10:00
multitap.cpp Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
multitap.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
negcon.cpp Misc: Warning fixes 2024-01-26 14:31:03 +10:00
negcon.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
negcon_rumble.cpp GameDatabase: Add DisableAutoAnalogMode trait 2024-08-19 15:12:04 +10:00
negcon_rumble.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
pad.cpp System: Rewrite save state I/O 2024-07-29 17:27:32 +10:00
pad.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
pcdrv.cpp Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
pcdrv.h Misc: Slim down some header includes 2024-08-04 14:49:55 +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 Misc: Slim down some header includes 2024-08-04 14:49:55 +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 Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
psf_loader.cpp Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
psf_loader.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
save_state_version.h TimingEvents: Switch to 64-bit counters 2024-08-19 15:31:31 +10:00
settings.cpp System: Look up media capture settings on-demand 2024-08-18 15:52:54 +10:00
settings.h GameDatabase: Add DisableAutoAnalogMode trait 2024-08-19 15:12:04 +10:00
shader_cache_version.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
sio.cpp Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
sio.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
spu.cpp SPU: Refactor volume envelopes 2024-08-19 15:12:04 +10:00
spu.h System: Add video capture feature 2024-08-11 21:06:58 +10:00
system.cpp System: Remove contradictory statement 2024-08-20 12:08:59 +10:00
system.h TimingEvents: Don't defer frame done callback 2024-08-19 19:41:14 +10:00
texture_replacements.cpp Misc: Fix a bunch of code analysis warnings 2024-08-02 23:56:07 +10:00
texture_replacements.h TextureReplacements: Namespace-ify 2024-07-04 15:52:32 +10:00
timers.cpp TimingEvents: Remove pointer indirection 2024-07-19 22:56:41 +10:00
timers.h Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
timing_event.cpp System: Fix lockup with runahead enabled 2024-08-20 11:50:52 +10:00
timing_event.h TimingEvents: Don't defer frame done callback 2024-08-19 19:41:14 +10:00
types.h TimingEvents: Switch to 64-bit counters 2024-08-19 15:31:31 +10:00