mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-09-13 19:45:34 -05:00
Updating debug ROM to first check if real ROM has been inserted
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
extern rom_data curr_GBA_rom;
|
||||
|
||||
rom_data::rom_data() {}
|
||||
bool rom_data::load_rom()
|
||||
bool rom_data::load_rom(bool debug)
|
||||
{
|
||||
u8 rom_list_buffer[2048];
|
||||
u32 rom_list_size;
|
||||
const u8 *compressed_rom_list;
|
||||
const u8 *cur;
|
||||
|
||||
if (IGNORE_GAME_PAK)
|
||||
if (debug)
|
||||
{
|
||||
gamecode = DEBUG_GAME;
|
||||
version = DEBUG_VERS;
|
||||
|
||||
Reference in New Issue
Block a user