| .. |
|
CMakeLists.txt
|
GPU: Drop OpenGL ES renderer
|
7 years ago |
|
analog_controller.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
analog_controller.h
|
Controller: Add methods to query buttons/axises for a controller type
|
7 years ago |
|
bios.cpp
|
BIOS: Make SCPH-3000 BIOS known
|
7 years ago |
|
bios.h
|
GameList: Support homebrew/psexe files
|
7 years ago |
|
bus.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
bus.h
|
Remove YBaseLib dependency
|
7 years ago |
|
bus.inl
|
Bus: Reduce RAM write delay
|
7 years ago |
|
cdrom.cpp
|
CDROM: Deliver invalid sub-q (libcrypted) sectors to CPU
|
7 years ago |
|
cdrom.h
|
CDROM: Add timing for speed changes/adjust seek timing
|
7 years ago |
|
cdrom_async_reader.cpp
|
CDROM: Implement asynchronous disc reading
|
7 years ago |
|
cdrom_async_reader.h
|
CDROM: Implement asynchronous disc reading
|
7 years ago |
|
controller.cpp
|
Controller: Add methods to query buttons/axises for a controller type
|
7 years ago |
|
controller.h
|
Controller: Add methods to query buttons/axises for a controller type
|
7 years ago |
|
core.vcxproj
|
GPU: Drop OpenGL ES renderer
|
7 years ago |
|
core.vcxproj.filters
|
GPU: Drop OpenGL ES renderer
|
7 years ago |
|
cpu_code_cache.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_code_cache.h
|
CPU/Recompiler: Use register cache for managing pc
|
7 years ago |
|
cpu_core.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_core.h
|
Implement event-based scheduler instead of lock-step components
|
7 years ago |
|
cpu_core.inl
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_disasm.cpp
|
CPU: Basic recompiler implementation for x64 (lui, ori, addiu)
|
7 years ago |
|
cpu_disasm.h
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_recompiler_code_generator.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_recompiler_code_generator.h
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_recompiler_code_generator_aarch64.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_recompiler_code_generator_generic.cpp
|
CPU/Recompiler: Reduced forced PC flushes
|
7 years ago |
|
cpu_recompiler_code_generator_x64.cpp
|
Core: Linux warning fixes
|
7 years ago |
|
cpu_recompiler_register_cache.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_recompiler_register_cache.h
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_recompiler_thunks.cpp
|
CPU/Recompiler: Reduced forced PC flushes
|
7 years ago |
|
cpu_recompiler_thunks.h
|
CPU/Recompiler: Reduced forced PC flushes
|
7 years ago |
|
cpu_recompiler_types.h
|
Add macOS to some Linux/Android-only-isms
|
7 years ago |
|
cpu_types.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_types.h
|
Compile fixes for Android
|
7 years ago |
|
digital_controller.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
digital_controller.h
|
Controller: Add methods to query buttons/axises for a controller type
|
7 years ago |
|
dma.cpp
|
DMA: Remove timing events
|
7 years ago |
|
dma.h
|
DMA: Remove timing events
|
7 years ago |
|
game_list.cpp
|
GameList: Use ProgressCallback interface when scanning
|
7 years ago |
|
game_list.h
|
GameList: Use ProgressCallback interface when scanning
|
7 years ago |
|
gpu.cpp
|
GPU: Add pixel aspect ratio option
|
7 years ago |
|
gpu.h
|
GPU: Drop OpenGL ES renderer
|
7 years ago |
|
gpu_commands.cpp
|
GPU: Implement interlaced VRAM fills
|
7 years ago |
|
gpu_hw.cpp
|
GPU: Implement interlaced VRAM fills
|
7 years ago |
|
gpu_hw.h
|
Revert "GPU: Clamp coordinates to 11 bits after applying drawing offset"
|
7 years ago |
|
gpu_hw_d3d11.cpp
|
GPU/D3D11: Fix incorrect usage of CopySubresourceRegion() in CopyVRAM()
|
7 years ago |
|
gpu_hw_d3d11.h
|
GPU: Implement interlaced VRAM fills
|
7 years ago |
|
gpu_hw_opengl.cpp
|
GPU: Implement interlaced VRAM fills
|
7 years ago |
|
gpu_hw_opengl.h
|
GPU: Implement interlaced VRAM fills
|
7 years ago |
|
gpu_hw_shadergen.cpp
|
GPU: Drop OpenGL ES renderer
|
7 years ago |
|
gpu_hw_shadergen.h
|
GPU: Drop OpenGL ES renderer
|
7 years ago |
|
gpu_sw.cpp
|
GPU/Software: Fix broken display when VRAM is X-offset
|
7 years ago |
|
gpu_sw.h
|
GPU: Move software copy/fill functions to base class so it can be used as fallback
|
7 years ago |
|
gte.cpp
|
Core: Linux warning fixes
|
7 years ago |
|
gte.h
|
CPU/Recompiler: Read GTE registers directly from struct
|
7 years ago |
|
gte.inl
|
GTE: Fix NCDT
|
7 years ago |
|
gte_types.h
|
CPU/Recompiler: Don't require fallback for GTE instructions
|
7 years ago |
|
host_display.cpp
|
HostDisplay: Fix 1x1 1:1 AR screenshots in OpenGL
|
7 years ago |
|
host_display.h
|
GPU: Rewrite CRTC display modeling and overscan handling
|
7 years ago |
|
host_interface.cpp
|
HostInterface: Set NoNav on FPS window
|
7 years ago |
|
host_interface.h
|
HostInterface: Fix crash on startup with controller connected
|
7 years ago |
|
interrupt_controller.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
interrupt_controller.h
|
System: Support changing BIOS path
|
7 years ago |
|
mdec.cpp
|
MDEC: Refactoring and fixes
|
7 years ago |
|
mdec.h
|
MDEC: Refactoring and fixes
|
7 years ago |
|
memory_card.cpp
|
MemoryCard: Batch sector writes together 5 seconds at a time
|
7 years ago |
|
memory_card.h
|
MemoryCard: Batch sector writes together 5 seconds at a time
|
7 years ago |
|
pad.cpp
|
Implement event-based scheduler instead of lock-step components
|
7 years ago |
|
pad.h
|
Implement event-based scheduler instead of lock-step components
|
7 years ago |
|
save_state_version.h
|
CDROM: Add timing for speed changes/adjust seek timing
|
7 years ago |
|
settings.cpp
|
GPU: Add pixel aspect ratio option
|
7 years ago |
|
settings.h
|
GPU: Add pixel aspect ratio option
|
7 years ago |
|
sio.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
sio.h
|
Split MemoryCard and PadDevice (now Controller)
|
7 years ago |
|
spu.cpp
|
Revert "SPU: Use reverb formula from Mednafen-PSX"
|
7 years ago |
|
spu.h
|
Revert "SPU: Use reverb formula from Mednafen-PSX"
|
7 years ago |
|
system.cpp
|
GPU: Drop OpenGL ES renderer
|
7 years ago |
|
system.h
|
GameList: Seperate disc region and console region
|
7 years ago |
|
timers.cpp
|
GPU: Let the GPU drive DMA transfers for large time slices
|
7 years ago |
|
timers.h
|
Linux build fix
|
7 years ago |
|
timing_event.cpp
|
GPU: Let the GPU drive DMA transfers for large time slices
|
7 years ago |
|
timing_event.h
|
TimingEvent: Fix events losing time when rescheduling outside handler
|
7 years ago |
|
types.h
|
GPU: Add pixel aspect ratio option
|
7 years ago |