.. |
analog_controller.cpp
|
AnalogController: Rumble support
|
2019-12-15 23:22:53 +10:00 |
analog_controller.h
|
AnalogController: Rumble support
|
2019-12-15 23:22:53 +10:00 |
bios.cpp
|
System: Fix loading of EXEs with sp=0 (leave unchanged)
|
2019-12-11 16:34:56 +10:00 |
bios.h
|
GameList: Support homebrew/psexe files
|
2019-12-04 21:12:50 +10:00 |
bus.cpp
|
Stub out SIO controller
|
2019-12-07 21:09:04 +10:00 |
bus.h
|
Stub out SIO controller
|
2019-12-07 21:09:04 +10:00 |
bus.inl
|
Bus: Reduce RAM write delay
|
2019-11-27 00:01:47 +10:00 |
cdrom.cpp
|
CDROM: Seek to start of first track on stop
|
2019-12-07 21:09:30 +10:00 |
cdrom.h
|
CDROM: Header valid/playing should not be set on SeekL
|
2019-11-23 19:13:50 +10:00 |
CMakeLists.txt
|
Implement support for analog controllers
|
2019-12-15 21:58:27 +10:00 |
controller.cpp
|
AnalogController: Rumble support
|
2019-12-15 23:22:53 +10:00 |
controller.h
|
AnalogController: Rumble support
|
2019-12-15 23:22:53 +10:00 |
core.vcxproj
|
Implement support for analog controllers
|
2019-12-15 21:58:27 +10:00 |
core.vcxproj.filters
|
Implement support for analog controllers
|
2019-12-15 21:58:27 +10:00 |
cpu_code_cache.cpp
|
CPU/Recompiler: Fetch instruction before dispatching interrupts
|
2019-12-12 23:55:42 +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
|
CPU: Simplify GTE register addressing
|
2019-12-11 21:44:26 +10:00 |
cpu_core.h
|
CPU: Force-inline some accessor functions
|
2019-12-05 23:02:03 +10:00 |
cpu_core.inl
|
Bus: Reduce RAM write delay
|
2019-11-27 00:01:47 +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
|
Rename to DuckStation
|
2019-10-04 13:54:09 +10:00 |
cpu_recompiler_code_generator.cpp
|
CPU/Recompiler: Support three-operand basic operations
|
2019-12-13 00:51:41 +10:00 |
cpu_recompiler_code_generator.h
|
CPU/Recompiler: Support three-operand basic operations
|
2019-12-13 00:51:41 +10:00 |
cpu_recompiler_code_generator_aarch64.cpp
|
CPU/Recompiler: Fix "jalr t0, t0" and like instructions (mainly AArch64)
|
2019-12-13 14:36:41 +10:00 |
cpu_recompiler_code_generator_generic.cpp
|
CPU: Preparations for AArch64 recompiler
|
2019-12-03 01:31:49 +10:00 |
cpu_recompiler_code_generator_x64.cpp
|
CPU/Recompiler: Fix "jalr t0, t0" and like instructions (mainly AArch64)
|
2019-12-13 14:36:41 +10:00 |
cpu_recompiler_register_cache.cpp
|
CPU/Recompiler: Support three-operand basic operations
|
2019-12-13 00:51:41 +10:00 |
cpu_recompiler_register_cache.h
|
CPU/Recompiler: Use register cache for managing pc
|
2019-12-12 23:55:23 +10:00 |
cpu_recompiler_thunks.cpp
|
CPU/Recompiler: Don't require fallback for GTE instructions
|
2019-12-11 21:54:08 +10:00 |
cpu_recompiler_thunks.h
|
CPU/Recompiler: Don't require fallback for GTE instructions
|
2019-12-11 21:54:08 +10:00 |
cpu_recompiler_types.h
|
CPU: Preparations for AArch64 recompiler
|
2019-12-03 01:31:49 +10:00 |
cpu_types.cpp
|
CPU/Recompiler: Use register cache for managing pc
|
2019-12-12 23:55:23 +10:00 |
cpu_types.h
|
Compile fixes for Android
|
2019-11-28 01:55:33 +10:00 |
digital_controller.cpp
|
Controller: Support general axis input events
|
2019-12-15 00:32:55 +10:00 |
digital_controller.h
|
Controller: Support general axis input events
|
2019-12-15 00:32:55 +10:00 |
dma.cpp
|
DMA: Add missing transfer_ticks to save state
|
2019-11-16 01:51:22 +10:00 |
dma.h
|
Compile fixes for Android
|
2019-11-28 01:55:33 +10:00 |
game_list.cpp
|
GameList: Support detecting region from system area of CDROM
|
2019-12-13 16:51:40 +10:00 |
game_list.h
|
GameList: Support detecting region from system area of CDROM
|
2019-12-13 16:51:40 +10:00 |
gpu.cpp
|
GPU: Improve structure alignment
|
2019-12-11 20:28:14 +10:00 |
gpu.h
|
GPU: Improve structure alignment
|
2019-12-11 20:28:14 +10:00 |
gpu_commands.cpp
|
GPU: Refactor draw mode setting
|
2019-12-11 16:35:14 +10:00 |
gpu_hw.cpp
|
GPU: Refactor draw mode setting
|
2019-12-11 16:35:14 +10:00 |
gpu_hw.h
|
GPU: Refactor draw mode setting
|
2019-12-11 16:35:14 +10:00 |
gpu_hw_d3d11.cpp
|
GPU: Add a Force Progressive Scan option (disable interlacing)
|
2019-12-10 22:52:46 +10:00 |
gpu_hw_d3d11.h
|
GPU: Eliminate temporary buffer when reading back
|
2019-11-14 17:17:22 +10:00 |
gpu_hw_opengl.cpp
|
GL: Improve error handling with texture creation
|
2019-12-11 00:02:12 +10: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
|
GL: Improve error handling with texture creation
|
2019-12-11 00:02:12 +10: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
|
GPU: Fix mask bit setting on non-textured polygons
|
2019-12-10 23:27:41 +10:00 |
gpu_hw_shadergen.h
|
GPU: Add basic texture filtering support
|
2019-12-07 17:03:56 +10:00 |
gpu_sw.cpp
|
GPU/Software: Use templates for render functions
|
2019-12-22 19:34:24 +10:00 |
gpu_sw.h
|
GPU/Software: Use templates for render functions
|
2019-12-22 19:34:24 +10:00 |
gte.cpp
|
CPU: Simplify GTE register addressing
|
2019-12-11 21:44:26 +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.h
|
More changes to accomodate Android - imgui/host display
|
2019-11-28 23:32:57 +10:00 |
host_interface.cpp
|
Move controller creation to System class, switch shared_ptr to unique_ptr
|
2019-12-14 23:20:24 +10:00 |
host_interface.h
|
Move controller creation to System class, switch shared_ptr to unique_ptr
|
2019-12-14 23:20:24 +10:00 |
interrupt_controller.cpp
|
System: Support changing BIOS path
|
2019-11-11 19:43:39 +10:00 |
interrupt_controller.h
|
System: Support changing BIOS path
|
2019-11-11 19:43:39 +10:00 |
mdec.cpp
|
System: Support changing BIOS path
|
2019-11-11 19:43:39 +10:00 |
mdec.h
|
System: Support changing BIOS path
|
2019-11-11 19:43:39 +10:00 |
memory_card.cpp
|
Move controller creation to System class, switch shared_ptr to unique_ptr
|
2019-12-14 23:20:24 +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
|
Pad: Change controller types when loading states if needed
|
2019-12-16 00:05:48 +10:00 |
pad.h
|
Move controller creation to System class, switch shared_ptr to unique_ptr
|
2019-12-14 23:20:24 +10:00 |
save_state_version.h
|
Rename to DuckStation
|
2019-10-04 13:54:09 +10:00 |
settings.cpp
|
Fix Android build after controller changes
|
2019-12-16 16:46:43 +10:00 |
settings.h
|
Fix Android build after controller changes
|
2019-12-16 16:46:43 +10:00 |
sio.cpp
|
Split MemoryCard and PadDevice (now Controller)
|
2019-12-09 00:52:00 +10:00 |
sio.h
|
Split MemoryCard and PadDevice (now Controller)
|
2019-12-09 00:52:00 +10:00 |
spu.cpp
|
Compile fixes for Android
|
2019-11-28 01:55:33 +10:00 |
spu.h
|
SPU: Stub out transfer control register
|
2019-11-15 16:44:23 +10:00 |
system.cpp
|
Fix Android build after controller changes
|
2019-12-16 16:46:43 +10:00 |
system.h
|
Move controller creation to System class, switch shared_ptr to unique_ptr
|
2019-12-14 23:20:24 +10:00 |
timers.cpp
|
System: Support changing BIOS path
|
2019-11-11 19:43:39 +10:00 |
timers.h
|
System: Support changing BIOS path
|
2019-11-11 19:43:39 +10:00 |
types.h
|
Fix Android build after controller changes
|
2019-12-16 16:46:43 +10:00 |