1
0
Fork 0
forked from suyu/suyu
suyu/src
Romain Failliot 427ce8dcef ui: fix crash when closing configure window
This crash happens 100% of the time (on Linux at least), you just need
to open the configure window and click OK.

It seems to happen when the tabs are destroyed and once all the tabs are
destroyed, a final signal is sent with `index == -1`. So `debug_tab_tab`
doesn't exist anymore when this happens, so the crash.
2021-10-15 17:43:30 -04:00
..
audio_core common/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00
common common/fs/path_util: Slightly refactor PathManagerImpl's constructor 2021-10-11 21:56:25 -04:00
core Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_error 2021-10-11 02:09:42 -04:00
input_common input_common/sdl: Fix joystick range 2021-10-11 01:03:01 -05:00
shader_recompiler style: Remove extra space preceding the :: operator 2021-09-29 01:26:01 -04:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core Merge pull request #7157 from ameerj/vic-surface-size 2021-10-13 20:41:17 -04:00
web_service
yuzu ui: fix crash when closing configure window 2021-10-15 17:43:30 -04:00
yuzu_cmd config: Read network_interface 2021-10-15 12:14:09 -04:00
.clang-format
CMakeLists.txt