Skip to content

Commit

Permalink
[libretro] Fix SGM games not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 1, 2024
1 parent f8283c3 commit fce4b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ void retro_init(void)
audio_sample_count = 0;

config.region = Cartridge::CartridgeUnknownRegion;
config.type = Cartridge::CartridgeNotSupported;

libretro_supports_bitmasks = environ_cb(RETRO_ENVIRONMENT_GET_INPUT_BITMASKS, NULL);
}
Expand Down

0 comments on commit fce4b83

Please sign in to comment.