| .. |
|
CMakeLists.txt
|
MemoryCard: Split into image helper functions
|
6 years ago |
|
analog_controller.cpp
|
AnalogController: Fix Linux build
|
6 years ago |
|
analog_controller.h
|
AnalogController: Use range for large motor, add bias
|
6 years ago |
|
bios.cpp
|
BIOS: Compile fix
|
6 years ago |
|
bios.h
|
BIOS: Automatically detect images, improve selection UI
|
6 years ago |
|
bus.cpp
|
CPU: Implement instruction cache simulation
|
6 years ago |
|
bus.h
|
CPU: Implement instruction cache simulation
|
6 years ago |
|
cdrom.cpp
|
CDROM: Implement volume peak in CDDA report
|
6 years ago |
|
cdrom.h
|
System: Implement CPU overclocking [SAVEVERSION+]
|
6 years ago |
|
cdrom_async_reader.cpp
|
System: Use existing CD media when loading state where possible
|
6 years ago |
|
cdrom_async_reader.h
|
System: Support loading m3u playlists
|
6 years ago |
|
cheats.cpp
|
Cheats: Implement 0x1F/scratchpad write
|
6 years ago |
|
cheats.h
|
Cheats: Implement 0x1F/scratchpad write
|
6 years ago |
|
controller.cpp
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
controller.h
|
Allow mapping half axes to buttons
|
6 years ago |
|
core.vcxproj
|
Build: Add ARM64 platform for Windows
|
6 years ago |
|
core.vcxproj.filters
|
MemoryCard: Split into image helper functions
|
6 years ago |
|
cpu_code_cache.cpp
|
CPU: Implement instruction cache simulation
|
6 years ago |
|
cpu_code_cache.h
|
CPU: Implement instruction cache simulation
|
6 years ago |
|
cpu_core.cpp
|
CPU/Interpreter: Fix incorrect call in to PGXP for addi
|
6 years ago |
|
cpu_core.h
|
System: Implement CPU overclocking [SAVEVERSION+]
|
6 years ago |
|
cpu_core_private.h
|
CPU: Implement instruction cache simulation
|
6 years ago |
|
cpu_disasm.cpp
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
cpu_disasm.h
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
cpu_recompiler_code_generator.cpp
|
Clean up some compiler warnings
|
6 years ago |
|
cpu_recompiler_code_generator.h
|
CPU: Implement instruction cache simulation
|
6 years ago |
|
cpu_recompiler_code_generator_aarch64.cpp
|
CPU/Recompiler/AArch64: Fix crash when calling >26-bit away functions
|
6 years ago |
|
cpu_recompiler_code_generator_generic.cpp
|
CPU/Recompiler/AArch64: Fix crash when icache is enabled
|
6 years ago |
|
cpu_recompiler_code_generator_x64.cpp
|
CPU: Implement instruction cache simulation
|
6 years ago |
|
cpu_recompiler_register_cache.cpp
|
CPU/Recompiler: Flush caller-saved regs before calling functions
|
6 years ago |
|
cpu_recompiler_register_cache.h
|
CPU/Recompiler: Flush caller-saved regs before calling functions
|
6 years ago |
|
cpu_recompiler_thunks.h
|
CPU: Implement instruction cache simulation
|
6 years ago |
|
cpu_recompiler_types.h
|
Haiku port of duckstation libretro core (#716)
|
6 years ago |
|
cpu_types.cpp
|
Remove YBaseLib dependency
|
7 years ago |
|
cpu_types.h
|
CPU: Implement PGXP CPU Mode
|
6 years ago |
|
digital_controller.cpp
|
Make additional strings in controller settings translatable
|
6 years ago |
|
digital_controller.h
|
DigitalController: Store button state/transfer state in save states
|
7 years ago |
|
dma.cpp
|
PGXP: Add initial implementation
|
6 years ago |
|
dma.h
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
gpu.cpp
|
System: Implement CPU overclocking [SAVEVERSION+]
|
6 years ago |
|
gpu.h
|
GPU: Fix incorrect sign extension of positions
|
6 years ago |
|
gpu_commands.cpp
|
GPU: Precompute texture window expression [SAVEVERSION+]
|
6 years ago |
|
gpu_hw.cpp
|
GPU: Use triangle area for ticks rather than bbox
|
6 years ago |
|
gpu_hw.h
|
GPU: Precompute texture window expression [SAVEVERSION+]
|
6 years ago |
|
gpu_hw_d3d11.cpp
|
GPU/D3D11: Don't keep shader cache open
|
6 years ago |
|
gpu_hw_d3d11.h
|
GPU/D3D11: Don't keep shader cache open
|
6 years ago |
|
gpu_hw_opengl.cpp
|
GPU/OpenGL: Fix crash on non-dual-source-blend drivers
|
6 years ago |
|
gpu_hw_opengl.h
|
GPU/OpenGL: Don't keep shader cache open
|
6 years ago |
|
gpu_hw_shadergen.cpp
|
Clean up some compiler warnings
|
6 years ago |
|
gpu_hw_shadergen.h
|
ShaderGen: Split HW shadergen from base
|
6 years ago |
|
gpu_hw_vulkan.cpp
|
GPU: Add option to force 4:3 for 24-bit content (e.g. FMVs)
|
6 years ago |
|
gpu_hw_vulkan.h
|
GPU: Claer interlaced field buffer when enabling
|
6 years ago |
|
gpu_sw.cpp
|
Minor gpu_sw optimizations and warning fixes
|
6 years ago |
|
gpu_sw.h
|
Minor gpu_sw optimizations and warning fixes
|
6 years ago |
|
gte.cpp
|
PGXP: Make preserving pre-divide fractional coordinates an option
|
6 years ago |
|
gte.h
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
gte_types.h
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
host_display.cpp
|
STBI: Handle UTF-8 paths correctly
|
6 years ago |
|
host_display.h
|
FrontendCommon: Add a post processing implementation
|
6 years ago |
|
host_interface.cpp
|
Android: Add BIOS importer
|
6 years ago |
|
host_interface.h
|
Clean up some compiler warnings
|
6 years ago |
|
host_interface_progress_callback.cpp
|
Common: Add title, modal information to ProgressCallback
|
6 years ago |
|
host_interface_progress_callback.h
|
Common: Add title, modal information to ProgressCallback
|
6 years ago |
|
interrupt_controller.cpp
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
interrupt_controller.h
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
mdec.cpp
|
Clean up some compiler warnings
|
6 years ago |
|
mdec.h
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
memory_card.cpp
|
Clean up some compiler warnings
|
6 years ago |
|
memory_card.h
|
System: Implement CPU overclocking [SAVEVERSION+]
|
6 years ago |
|
memory_card_image.cpp
|
MemoryCardImage: Fix error in DeleteFile()
|
6 years ago |
|
memory_card_image.h
|
MemoryCard: Split into image helper functions
|
6 years ago |
|
namco_guncon.cpp
|
Qt: Make some additional controller strings translatable
|
6 years ago |
|
namco_guncon.h
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
negcon.cpp
|
Qt: Make some additional controller strings translatable
|
6 years ago |
|
negcon.h
|
Controller: Add NeGcon support
|
6 years ago |
|
pad.cpp
|
Pad: Use memory card filename from current state
|
6 years ago |
|
pad.h
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
pgxp.cpp
|
Clean up some compiler warnings
|
6 years ago |
|
pgxp.h
|
CPU/Recompiler: Detect move instructions and forward to PGXP
|
6 years ago |
|
playstation_mouse.cpp
|
Qt: Make some additional controller strings translatable
|
6 years ago |
|
playstation_mouse.h
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
psf_loader.cpp
|
System: PSF (Portable Sound Format) loading support
|
7 years ago |
|
psf_loader.h
|
System: PSF (Portable Sound Format) loading support
|
7 years ago |
|
resources.cpp
|
Core: Add resources file
|
6 years ago |
|
resources.h
|
Core: Add resources file
|
6 years ago |
|
save_state_version.h
|
System: Implement CPU overclocking [SAVEVERSION+]
|
6 years ago |
|
settings.cpp
|
Android: Add OpenSL ES audio backend
|
6 years ago |
|
settings.h
|
Android: Add OpenSL ES audio backend
|
6 years ago |
|
shadergen.cpp
|
PostProcessingShaderGen: Use ints instead of bools for options
|
6 years ago |
|
shadergen.h
|
FrontendCommon: Add a post processing implementation
|
6 years ago |
|
sio.cpp
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
sio.h
|
JIT optimizations and refactoring (#675)
|
6 years ago |
|
spu.cpp
|
SPU: Set block counter to zero on key on
|
6 years ago |
|
spu.h
|
System: Implement CPU overclocking [SAVEVERSION+]
|
6 years ago |
|
system.cpp
|
System: Implement CPU overclocking [SAVEVERSION+]
|
6 years ago |
|
system.h
|
System: Implement CPU overclocking [SAVEVERSION+]
|
6 years ago |
|
timers.cpp
|
System: Implement CPU overclocking [SAVEVERSION+]
|
6 years ago |
|
timers.h
|
System: Implement CPU overclocking [SAVEVERSION+]
|
6 years ago |
|
timing_event.cpp
|
TimingEvent: Fix crash when invalid save state loaded
|
6 years ago |
|
timing_event.h
|
TimingEvents: Switch from heap to sorted linked list
|
6 years ago |
|
types.h
|
Android: Add OpenSL ES audio backend
|
6 years ago |