Duckstation/src/core
2020-08-06 19:32:53 +10:00
..
analog_controller.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
analog_controller.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
bios.cpp BIOS: Fix Linux build 2020-07-31 16:34:25 +10:00
bios.h GameList: Support homebrew/psexe files 2019-12-04 21:12:50 +10:00
bus.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
bus.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cdrom.cpp CDROM: Fix handling of logical seeks to audio sectors 2020-08-05 03:14:04 +10:00
cdrom.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cdrom_async_reader.cpp System: Use existing CD media when loading state where possible 2020-07-22 00:02:37 +10:00
cdrom_async_reader.h System: Support loading m3u playlists 2020-07-23 02:36:05 +10:00
CMakeLists.txt PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
controller.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
controller.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
core.vcxproj PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
core.vcxproj.filters PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
cpu_code_cache.cpp CPU/CodeCache: Hopefully fix 32-bit compile errors 2020-08-01 03:53:53 +10:00
cpu_code_cache.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cpu_core.cpp PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
cpu_core.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cpu_disasm.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cpu_disasm.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cpu_recompiler_code_generator.cpp PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
cpu_recompiler_code_generator.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cpu_recompiler_code_generator_aarch64.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cpu_recompiler_code_generator_generic.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cpu_recompiler_code_generator_x64.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +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.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cpu_recompiler_types.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
cpu_types.cpp Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
cpu_types.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
digital_controller.cpp DigitalController: Store button state/transfer state in save states 2020-04-26 01:23:01 +10:00
digital_controller.h DigitalController: Store button state/transfer state in save states 2020-04-26 01:23:01 +10:00
dma.cpp PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
dma.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
game_list.cpp Replace more instances of fopen() with FileSystem::OpenFile() 2020-08-01 14:00:22 +10:00
game_list.h System: Support loading m3u playlists 2020-07-23 02:36:05 +10:00
gpu.cpp GPU: Claer interlaced field buffer when enabling 2020-08-03 03:26:13 +10:00
gpu.h GPU: Claer interlaced field buffer when enabling 2020-08-03 03:26:13 +10:00
gpu_commands.cpp PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
gpu_hw.cpp GPU/HW: Debug build compile fix 2020-08-03 03:26:00 +10:00
gpu_hw.h GPU/HW: Implement automatic resolution scale from window size 2020-08-03 03:06:03 +10:00
gpu_hw_d3d11.cpp GPU/HW: Use texture samplers rather than fetching for batches 2020-08-04 14:40:00 +10:00
gpu_hw_d3d11.h GPU: Claer interlaced field buffer when enabling 2020-08-03 03:26:13 +10:00
gpu_hw_opengl.cpp GPU/HW: Use wrap texture address modes 2020-08-04 14:40:00 +10:00
gpu_hw_opengl.h GPU: Claer interlaced field buffer when enabling 2020-08-03 03:26:13 +10:00
gpu_hw_shadergen.cpp GPU/HW: Fix last row of oversized writes not applying 2020-08-04 14:40:00 +10:00
gpu_hw_shadergen.h GPU/HW: Expand lines into triangles before rendering 2020-08-02 17:17:11 +10:00
gpu_hw_vulkan.cpp GPU/HW: Use wrap texture address modes 2020-08-04 14:40:00 +10:00
gpu_hw_vulkan.h GPU: Claer interlaced field buffer when enabling 2020-08-03 03:26:13 +10:00
gpu_sw.cpp GPU/SW: Wrap texture coordinates when sampling 2020-08-04 14:40:00 +10:00
gpu_sw.h GPU: Claer interlaced field buffer when enabling 2020-08-03 03:26:13 +10:00
gte.cpp PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
gte.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
gte_types.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
host_display.cpp Settings: Add 1:1 pixel aspect ratio 2020-07-12 17:09:15 -07:00
host_display.h libretro: Fix display aspect ratio 2020-07-04 22:33:07 +10:00
host_interface.cpp PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
host_interface.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
host_interface_progress_callback.cpp Common: Add title, modal information to ProgressCallback 2020-08-06 19:32:53 +10:00
host_interface_progress_callback.h Common: Add title, modal information to ProgressCallback 2020-08-06 19:32:53 +10:00
interrupt_controller.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
interrupt_controller.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
mdec.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
mdec.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
memory_card.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
memory_card.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
namco_guncon.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
namco_guncon.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
negcon.cpp Controller: Add NeGcon support 2020-05-30 23:11:02 -07:00
negcon.h Controller: Add NeGcon support 2020-05-30 23:11:02 -07:00
pad.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
pad.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
pgxp.cpp PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
pgxp.h PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
playstation_mouse.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
playstation_mouse.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
psf_loader.cpp System: PSF (Portable Sound Format) loading support 2020-04-17 00:29:56 +10:00
psf_loader.h System: PSF (Portable Sound Format) loading support 2020-04-17 00:29:56 +10:00
resources.cpp Core: Add resources file 2020-07-01 00:56:46 +10:00
resources.h Core: Add resources file 2020-07-01 00:56:46 +10:00
save_state_version.h CDROM: Move audio FIFO to CDROM class and skip sectors when unempty 2020-07-22 00:05:52 +10:00
settings.cpp PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
settings.h PGXP: Add initial implementation 2020-08-02 00:25:07 +10:00
sio.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
sio.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
spu.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
spu.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
system.cpp System: Move restore/reset graphics API state to System 2020-08-01 16:45:07 +10:00
system.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
timers.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
timers.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
timing_event.cpp JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
timing_event.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
types.h Settings: Add 1:1 pixel aspect ratio 2020-07-12 17:09:15 -07:00