Skip to content

Commit

Permalink
Assert that the icon set will not change according to language. This …
Browse files Browse the repository at this point in the history
…is possible as of commit 4b4349a.
  • Loading branch information
Nebuleon committed Jan 20, 2013
1 parent b6a2065 commit 73e8f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/nds/gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 73e8f96

Please sign in to comment.