Skip to content

Commit

Permalink
Libretro: Fix loading of archived roms
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Aug 31, 2024
1 parent 0907de0 commit 2aa34f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libretro_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void retro_get_system_info(retro_system_info* info) {
info->valid_extensions = "3ds|3dsx|elf|axf|cci|cxi|app";
info->library_version = PANDA3DS_VERSION;
info->library_name = "Panda3DS";
info->block_extract = true;
info->block_extract = false;
}

void retro_get_system_av_info(retro_system_av_info* info) {
Expand Down

0 comments on commit 2aa34f5

Please sign in to comment.