mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-01 02:02:01 +02:00
Make STRUCT_VERSION internal
This commit is contained in:
@@ -1676,7 +1676,7 @@ static void GB_reset_internal(GB_gameboy_t *gb, bool quick)
|
||||
memset(gb, 0, GB_SECTION_OFFSET(unsaved));
|
||||
memcpy(GB_GET_SECTION(gb, rtc), rtc_section, sizeof(rtc_section));
|
||||
gb->model = model;
|
||||
gb->version = GB_STRUCT_VERSION;
|
||||
gb->version = STRUCT_VERSION;
|
||||
|
||||
GB_reset_mbc(gb);
|
||||
|
||||
|
Reference in New Issue
Block a user