Duckstation/src/duckstation-libretro
2020-11-24 15:14:34 +10:00
..
CMakeLists.txt FrontendCommon: Drop imgui deps for libretro build 2020-09-01 12:48:57 +10:00
duckstation-libretro.vcxproj Build: Add ARM64 platform for Windows 2020-10-14 00:48:48 +10:00
duckstation-libretro.vcxproj.filters libretro: Vulkan renderer support 2020-07-04 22:14:07 +10:00
libretro_audio_stream.cpp Add initial libretro implementation 2020-06-09 02:44:42 +10:00
libretro_audio_stream.h Add initial libretro implementation 2020-06-09 02:44:42 +10:00
libretro_d3d11_host_display.cpp libretro: Fix Windows build 2020-10-31 15:12:18 +10:00
libretro_d3d11_host_display.h libretro: Fix display rendering in D3D11/OpenGL 2020-07-04 20:05:49 +10:00
libretro_host_display.cpp GPU/Software: Reduce number of copies by one, enable 16-bit scanout 2020-11-21 18:39:04 +10:00
libretro_host_display.h GPU/Software: Reduce number of copies by one, enable 16-bit scanout 2020-11-21 18:39:04 +10:00
libretro_host_interface.cpp libretro: Fix fastmem defaulting to LUT on 64-bit 2020-11-24 15:14:34 +10:00
libretro_host_interface.h GPU/Software: Reduce number of copies by one, enable 16-bit scanout 2020-11-21 18:39:04 +10:00
libretro_opengl_host_display.cpp libretro: Try for a GLES context first depending on preferred renderer 2020-08-04 14:40:00 +10:00
libretro_opengl_host_display.h libretro: Try for a GLES context first depending on preferred renderer 2020-08-04 14:40:00 +10:00
libretro_settings_interface.cpp Prefix libretro core options with core name. 2020-08-12 12:15:07 +01:00
libretro_settings_interface.h Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00
libretro_vulkan_host_display.cpp (libretro/Vulkan) Fix glslang shader-related crashes 2020-08-01 15:29:59 +01:00
libretro_vulkan_host_display.h libretro: Work around hw render interface pointer being freed 2020-07-06 02:47:33 +10:00
main.cpp libretro: Move some interface init to retro_init 2020-11-15 00:11:50 +10:00