Update src/menu/cart_load.c

remove whitespace

Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
This commit is contained in:
ariahiro64 2023-10-19 02:45:55 -04:00 committed by GitHub
parent 3d61ed89f1
commit 66668aa221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ cart_load_err_t cart_load_emulator (menu_t *menu, cart_load_emu_type_t emu_type,
save_type = FLASHCART_SAVE_TYPE_FLASHRAM;
break;
case CART_LOAD_EMU_TYPE_GAMEBOY_COLOR:
path_push(path, "gbc.v64");
path_push(path, "gbc.v64");
save_type = FLASHCART_SAVE_TYPE_FLASHRAM;
break;
case CART_LOAD_EMU_TYPE_SEGA_GENERIC_8BIT: