aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-20 18:37:44 -0500
committerNebuleon Fumika2013-01-20 18:37:44 -0500
commit73e8f96a3bb3ffa1dcd70e225ccce5588c1a618b (patch)
tree15b8d6af928fe19f62e495d7eea3fba3b6bc8e4c /source
parentb6a2065e211370305974cb2296d13b1acd6e9220 (diff)
downloadsnes9x2005-73e8f96a3bb3ffa1dcd70e225ccce5588c1a618b.tar.gz
snes9x2005-73e8f96a3bb3ffa1dcd70e225ccce5588c1a618b.tar.bz2
snes9x2005-73e8f96a3bb3ffa1dcd70e225ccce5588c1a618b.zip
Assert that the icon set will not change according to language. This is possible as of commit 4b4349ac8afb7dce6c0ca8a64a268f897a295469.
Diffstat (limited to 'source')
-rw-r--r--source/nds/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/gui.c b/source/nds/gui.c
index 9333bb6..75a7ee5 100644
--- a/source/nds/gui.c
+++ b/source/nds/gui.c
@@ -2720,7 +2720,7 @@ u32 menu(u16 *screen)
ds2_flipScreen(DOWN_SCREEN, DOWN_SCREEN_UPDATE_METHOD);
load_language_msg(LANGUAGE_PACK, emu_config.language);
- gui_change_icon(emu_config.language);
+ // gui_change_icon(emu_config.language); // uncomment if images change per language [Neb]
if(first_load)
{