Duckstation/src/duckstation-libretro
Connor McLaughlin 627a3109b3 libretro: Re-query hardware render interface after AV system info change
I suspect the frontend is supposed to call context_reset/destroy here,
but it's not for whatever reason, and this works around it.
2020-11-26 01:34:12 +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: Re-query hardware render interface after AV system info change 2020-11-26 01:34:12 +10:00
libretro_d3d11_host_display.h libretro: Re-query hardware render interface after AV system info change 2020-11-26 01:34:12 +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: Re-query hardware render interface after AV system info change 2020-11-26 01:34:12 +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: Re-query hardware render interface after AV system info change 2020-11-26 01:34:12 +10:00
libretro_opengl_host_display.h libretro: Re-query hardware render interface after AV system info change 2020-11-26 01:34:12 +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: Re-query hardware render interface after AV system info change 2020-11-26 01:34:12 +10:00
libretro_vulkan_host_display.h libretro: Re-query hardware render interface after AV system info change 2020-11-26 01:34:12 +10:00
main.cpp libretro: Move some interface init to retro_init 2020-11-15 00:11:50 +10:00