Duckstation/src/duckstation-libretro
Connor McLaughlin 922003ba50 libretro: Ignore renderer changes
RetroArch does not support hot swapping renderers.
2020-07-08 02:05:36 +10:00
..
CMakeLists.txt build: Support building libretro core for Android 2020-07-07 20:27:14 +10:00
duckstation-libretro.vcxproj libretro: Vulkan renderer support 2020-07-04 22:14:07 +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 display aspect ratio 2020-07-04 22:33:07 +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 libretro: Additional work 2020-06-30 03:03:56 +10:00
libretro_host_display.h libretro: Additional work 2020-06-30 03:03:56 +10:00
libretro_host_interface.cpp libretro: Ignore renderer changes 2020-07-08 02:05:36 +10:00
libretro_host_interface.h libretro: Better handle resolution changes 2020-07-04 22:14:07 +10:00
libretro_opengl_host_display.cpp libretro: Fix display aspect ratio 2020-07-04 22:33:07 +10:00
libretro_opengl_host_display.h libretro: Additional work 2020-06-30 03:03:56 +10:00
libretro_settings_interface.cpp Add initial libretro implementation 2020-06-09 02:44:42 +10:00
libretro_settings_interface.h Add initial libretro implementation 2020-06-09 02:44:42 +10:00
libretro_vulkan_host_display.cpp libretro: Work around hw render interface pointer being freed 2020-07-06 02:47:33 +10: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: Additional work 2020-06-30 03:03:56 +10:00