Whitespace fixup.
This commit is contained in:
parent
61a10c4ab6
commit
63e66733bd
|
@ -1988,11 +1988,10 @@ common_gtk_main( struct configured_features *my_config)
|
||||||
if (my_config->is_cflash_configured)
|
if (my_config->is_cflash_configured)
|
||||||
addon_type = NDS_ADDON_CFLASH;
|
addon_type = NDS_ADDON_CFLASH;
|
||||||
|
|
||||||
if(my_config->gbaslot_rom != "")
|
if(my_config->gbaslot_rom != "") {
|
||||||
{
|
addon_type = NDS_ADDON_GBAGAME;
|
||||||
addon_type = NDS_ADDON_GBAGAME;
|
strncpy(GBAgameName, my_config->gbaslot_rom.c_str(), MAX_PATH);
|
||||||
strcpy(GBAgameName, my_config->gbaslot_rom.c_str());
|
}
|
||||||
}
|
|
||||||
|
|
||||||
switch (addon_type) {
|
switch (addon_type) {
|
||||||
case NDS_ADDON_CFLASH:
|
case NDS_ADDON_CFLASH:
|
||||||
|
|
Loading…
Reference in New Issue