dolphin/Source/Core
JosJuice c007dd1852 Android: Replace emulation rotation crash workaround with proper fix
The workaround was added in 0446a58.

The underlying problem is that we must not destroy the surface
while the video backend is initializing, otherwise the video
backend may reference nullptr.

I've also cleaned up the logic for when to destroy the surface.
Note that the comment in EmulationFragment.java about only being
able to destroy the surface when emulation is running is not true
anymore (due to de632fc, it seems like).
2019-11-05 09:28:40 +01:00
..
AudioCommon
Common
Core Android: Replace emulation rotation crash workaround with proper fix 2019-11-05 09:28:40 +01:00
DiscIO RedumpVerifier: Show an error when datfile lacks serials or versions 2019-11-02 16:49:20 +01:00
DolphinNoGUI
DolphinQt
InputCommon
MacUpdater
UICommon
UpdaterCommon
VideoBackends Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
VideoCommon Merge pull request #8379 from stenzek/mali 2019-10-31 22:44:19 +10:00
WinUpdater
CMakeLists.txt