.. |
analog_controller.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
analog_controller.h
|
Controller: Add methods to query buttons/axises for a controller type
|
2020-01-02 16:10:42 +10:00 |
bios.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
bios.h
|
GameList: Support homebrew/psexe files
|
2019-12-04 21:12:50 +10:00 |
bus.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
bus.h
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
bus.inl
|
Bus: Reduce RAM write delay
|
2019-11-27 00:01:47 +10:00 |
cdrom.cpp
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
cdrom.h
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
CMakeLists.txt
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
controller.cpp
|
Controller: Add methods to query buttons/axises for a controller type
|
2020-01-02 16:10:42 +10:00 |
controller.h
|
Controller: Add methods to query buttons/axises for a controller type
|
2020-01-02 16:10:42 +10:00 |
core.vcxproj
|
Build: Compile tinyxml2 as static library instead of dll
|
2020-02-03 14:22:17 +10:00 |
core.vcxproj.filters
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
cpu_code_cache.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
cpu_code_cache.h
|
CPU/Recompiler: Use register cache for managing pc
|
2019-12-12 23:55:23 +10:00 |
cpu_core.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
cpu_core.h
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
cpu_core.inl
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
cpu_disasm.cpp
|
CPU: Basic recompiler implementation for x64 (lui, ori, addiu)
|
2019-11-19 20:38:05 +10:00 |
cpu_disasm.h
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
cpu_recompiler_code_generator.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
cpu_recompiler_code_generator.h
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
cpu_recompiler_code_generator_aarch64.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
cpu_recompiler_code_generator_generic.cpp
|
CPU/Recompiler: Reduced forced PC flushes
|
2019-12-28 14:04:15 +10:00 |
cpu_recompiler_code_generator_x64.cpp
|
Core: Linux warning fixes
|
2020-01-09 08:46:52 +10:00 |
cpu_recompiler_register_cache.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
cpu_recompiler_register_cache.h
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
cpu_recompiler_thunks.cpp
|
CPU/Recompiler: Reduced forced PC flushes
|
2019-12-28 14:04:15 +10:00 |
cpu_recompiler_thunks.h
|
CPU/Recompiler: Reduced forced PC flushes
|
2019-12-28 14:04:15 +10:00 |
cpu_recompiler_types.h
|
Add macOS to some Linux/Android-only-isms
|
2020-02-14 22:58:18 +09:00 |
cpu_types.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
cpu_types.h
|
Compile fixes for Android
|
2019-11-28 01:55:33 +10:00 |
digital_controller.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
digital_controller.h
|
Controller: Add methods to query buttons/axises for a controller type
|
2020-01-02 16:10:42 +10:00 |
dma.cpp
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
dma.h
|
Linux build fix
|
2020-01-24 16:44:13 +10:00 |
game_list.cpp
|
GameList: Add function to query whether database exists
|
2020-01-24 14:51:12 +10:00 |
game_list.h
|
Qt: Add automatic download of redump disc database for game list
|
2020-01-24 14:51:25 +10:00 |
gpu.cpp
|
GPU: Narrowing warning fix
|
2020-02-16 00:13:57 +09:00 |
gpu.h
|
GPU: Use correct texture page size in overlap tracking
|
2020-02-12 20:58:34 +09:00 |
gpu_commands.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
gpu_hw.cpp
|
Qt: Fix compilation under clang-9
|
2020-02-13 16:54:09 +09:00 |
gpu_hw.h
|
GPU/HW: Improve dirty rectangle tracking
|
2020-02-09 22:49:53 +09:00 |
gpu_hw_d3d11.cpp
|
GPU: Keep drawing area invalidated after invalidating shadow VRAM copy
|
2020-02-07 00:10:58 +09:00 |
gpu_hw_d3d11.h
|
GPU/D3D11: Use shader bytecode cache
|
2020-01-24 14:52:01 +10:00 |
gpu_hw_opengl.cpp
|
GPU: Keep drawing area invalidated after invalidating shadow VRAM copy
|
2020-02-07 00:10:58 +09:00 |
gpu_hw_opengl.h
|
GL: Improve error handling with texture creation
|
2019-12-11 00:02:12 +10:00 |
gpu_hw_opengl_es.cpp
|
GPU: Keep drawing area invalidated after invalidating shadow VRAM copy
|
2020-02-07 00:10:58 +09:00 |
gpu_hw_opengl_es.h
|
GL: Improve error handling with texture creation
|
2019-12-11 00:02:12 +10:00 |
gpu_hw_shadergen.cpp
|
Don't require OpenGL compatibility profile
|
2020-02-15 21:11:51 +09:00 |
gpu_hw_shadergen.h
|
GPU: Add basic texture filtering support
|
2019-12-07 17:03:56 +10:00 |
gpu_sw.cpp
|
GPU: Fix texture bit15 not propogating when blending enabled
|
2020-02-08 00:01:12 +09:00 |
gpu_sw.h
|
HostInterface: Add function to switch between sw/hw rendering
|
2020-01-24 14:51:53 +10:00 |
gte.cpp
|
Core: Linux warning fixes
|
2020-01-09 08:46:52 +10:00 |
gte.h
|
CPU/Recompiler: Read GTE registers directly from struct
|
2019-12-11 22:33:54 +10:00 |
gte.inl
|
GTE: Fix NCDT
|
2019-10-12 17:21:08 +10:00 |
gte_types.h
|
CPU/Recompiler: Don't require fallback for GTE instructions
|
2019-12-11 21:54:08 +10:00 |
host_display.cpp
|
HostDisplay: Move some derived class fields to base class
|
2020-01-24 14:51:36 +10:00 |
host_display.h
|
HostDisplay: Move some derived class fields to base class
|
2020-01-24 14:51:36 +10:00 |
host_interface.cpp
|
Rename 'Default' audio backend to 'SDL'
|
2020-02-16 00:14:35 +09:00 |
host_interface.h
|
Move more logic from frontend to base HostInterface
|
2020-02-16 00:14:28 +09:00 |
interrupt_controller.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
interrupt_controller.h
|
System: Support changing BIOS path
|
2019-11-11 19:43:39 +10:00 |
mdec.cpp
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
mdec.h
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
memory_card.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
memory_card.h
|
Move controller creation to System class, switch shared_ptr to unique_ptr
|
2019-12-14 23:20:24 +10:00 |
pad.cpp
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
pad.h
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
save_state_version.h
|
Rename to DuckStation
|
2019-10-04 13:54:09 +10:00 |
settings.cpp
|
Rename 'Default' audio backend to 'SDL'
|
2020-02-16 00:14:35 +09:00 |
settings.h
|
Rename 'Default' audio backend to 'SDL'
|
2020-02-16 00:14:35 +09:00 |
sio.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
sio.h
|
Split MemoryCard and PadDevice (now Controller)
|
2019-12-09 00:52:00 +10:00 |
spu.cpp
|
SPU: Refactor ADSR/implement exponential mode
|
2020-02-11 23:10:00 +09:00 |
spu.h
|
SPU: Refactor ADSR/implement exponential mode
|
2020-02-11 23:10:00 +09:00 |
system.cpp
|
System: Implement variable emulation speed
|
2020-02-11 12:02:42 +09:00 |
system.h
|
System: Implement variable emulation speed
|
2020-02-11 12:02:42 +09:00 |
timers.cpp
|
Timers: Fix sync mode 3 inverted condition
|
2020-01-30 16:22:05 +10:00 |
timers.h
|
Linux build fix
|
2020-01-24 16:44:13 +10:00 |
timing_event.cpp
|
Implement event-based scheduler instead of lock-step components
|
2020-01-24 16:23:39 +10:00 |
timing_event.h
|
Core/TimingEvent: Add missing <string> include
|
2020-02-15 11:34:57 +09:00 |
types.h
|
Rename 'Default' audio backend to 'SDL'
|
2020-02-16 00:14:35 +09:00 |