mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Fixes issue 2331, plugins won't cause a crash/hang on stop anymore if their config dialog was opened, note that stopping a game while a config dialog is open still causes a crash (that should not be possible in the first place since the dialogs are modals, but heh...).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5109 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *Flag_Korea_xpm[] = {
|
||||
static const char *const Flag_Korea_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"96 32 210 2",
|
||||
". c Black",
|
||||
|
Reference in New Issue
Block a user