mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
Libretro: Fix loading of archived roms
This commit is contained in:
parent
0907de0051
commit
2aa34f577d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue