You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
duckstation/src/core
Connor McLaughlin da14b10e72 Split MemoryCard and PadDevice (now Controller) 7 years ago
..
CMakeLists.txt Split MemoryCard and PadDevice (now Controller) 7 years ago
bios.cpp GameList: Support homebrew/psexe files 7 years ago
bios.h GameList: Support homebrew/psexe files 7 years ago
bus.cpp Stub out SIO controller 7 years ago
bus.h Stub out SIO controller 7 years ago
bus.inl Bus: Reduce RAM write delay 7 years ago
cdrom.cpp CDROM: Seek to start of first track on stop 7 years ago
cdrom.h CDROM: Header valid/playing should not be set on SeekL 7 years ago
controller.cpp Split MemoryCard and PadDevice (now Controller) 7 years ago
controller.h Split MemoryCard and PadDevice (now Controller) 7 years ago
core.vcxproj Split MemoryCard and PadDevice (now Controller) 7 years ago
core.vcxproj.filters Split MemoryCard and PadDevice (now Controller) 7 years ago
cpu_code_cache.cpp CPU: Use pending ticks as downcount comparison 7 years ago
cpu_code_cache.h Compile fixes for Android 7 years ago
cpu_core.cpp CPU: Use pending ticks as downcount comparison 7 years ago
cpu_core.h CPU: Force-inline some accessor functions 7 years ago
cpu_core.inl Bus: Reduce RAM write delay 7 years ago
cpu_disasm.cpp CPU: Basic recompiler implementation for x64 (lui, ori, addiu) 7 years ago
cpu_disasm.h
cpu_recompiler_code_generator.cpp CPU: Use pending ticks as downcount comparison 7 years ago
cpu_recompiler_code_generator.h CPU/Recompiler: Fallback-all-instructions working in AArch64 7 years ago
cpu_recompiler_code_generator_aarch64.cpp CPU/Recompiler: Prevent vixl from using scratch registers 7 years ago
cpu_recompiler_code_generator_generic.cpp CPU: Preparations for AArch64 recompiler 7 years ago
cpu_recompiler_code_generator_x64.cpp CPU/Recompiler: Instruction parity between x64 and AArch64 7 years ago
cpu_recompiler_register_cache.cpp CPU/Recompiler: Fallback-all-instructions working in AArch64 7 years ago
cpu_recompiler_register_cache.h CPU/Recompiler: Extend sign for add/sub/cmp immediates in AArch64 7 years ago
cpu_recompiler_thunks.cpp CPU: Use pending ticks as downcount comparison 7 years ago
cpu_recompiler_thunks.h CPU/Recompiler: Implement add/addu/addi 7 years ago
cpu_recompiler_types.h CPU: Preparations for AArch64 recompiler 7 years ago
cpu_types.cpp CPU/Recompiler: Implement mfhi/mthi/mflo/mtlo 7 years ago
cpu_types.h Compile fixes for Android 7 years ago
digital_controller.cpp Pad: Add button name -> code lookup functions 7 years ago
digital_controller.h Split MemoryCard and PadDevice (now Controller) 7 years ago
dma.cpp DMA: Add missing transfer_ticks to save state 7 years ago
dma.h Compile fixes for Android 7 years ago
game_list.cpp System: Use game code for automatic region detection 7 years ago
game_list.h System: Use game code for automatic region detection 7 years ago
gpu.cpp GPU: Use start address in computation of drawing_even_line 7 years ago
gpu.h GPU: Add a simplified OpenGL ES renderer 7 years ago
gpu_commands.cpp GPU: Only latch texpage/mode on polygon/set draw mode 7 years ago
gpu_hw.cpp GPU: Add basic texture filtering support 7 years ago
gpu_hw.h GPU: Add basic texture filtering support 7 years ago
gpu_hw_d3d11.cpp GPU: Add basic texture filtering support 7 years ago
gpu_hw_d3d11.h
gpu_hw_opengl.cpp GPU: Add basic texture filtering support 7 years ago
gpu_hw_opengl.h
gpu_hw_opengl_es.cpp GPU: Add basic texture filtering support 7 years ago
gpu_hw_opengl_es.h GPU: Add a simplified OpenGL ES renderer 7 years ago
gpu_hw_shadergen.cpp GPU: Add basic texture filtering support 7 years ago
gpu_hw_shadergen.h GPU: Add basic texture filtering support 7 years ago
gpu_sw.cpp GPU: Only latch texpage/mode on polygon/set draw mode 7 years ago
gpu_sw.h
gte.cpp
gte.h
gte.inl
gte_types.h
host_display.h More changes to accomodate Android - imgui/host display 7 years ago
host_interface.cpp HostInterface: Fix for gcc < 8 7 years ago
host_interface.h HostInterface: Move OSD messages to base class 7 years ago
interrupt_controller.cpp
interrupt_controller.h
mdec.cpp
mdec.h
memory_card.cpp Split MemoryCard and PadDevice (now Controller) 7 years ago
memory_card.h Split MemoryCard and PadDevice (now Controller) 7 years ago
pad.cpp Split MemoryCard and PadDevice (now Controller) 7 years ago
pad.h Split MemoryCard and PadDevice (now Controller) 7 years ago
save_state_version.h
settings.cpp GPU: Add basic texture filtering support 7 years ago
settings.h GPU: Add basic texture filtering support 7 years ago
sio.cpp Split MemoryCard and PadDevice (now Controller) 7 years ago
sio.h Split MemoryCard and PadDevice (now Controller) 7 years ago
spu.cpp Compile fixes for Android 7 years ago
spu.h SPU: Stub out transfer control register 7 years ago
system.cpp Split MemoryCard and PadDevice (now Controller) 7 years ago
system.h Split MemoryCard and PadDevice (now Controller) 7 years ago
timers.cpp
timers.h
types.h CPU: Add settings for execution mode 7 years ago