Skip to content

Commit 463ad39

Browse files
authored
Merge pull request #3396 from hlad/3do-patch
lr-opera works with .zip files
2 parents 0ab4282 + d9b68d7 commit 463ad39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platforms.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3do_exts=".chd .cue .iso"
1+
3do_exts=".chd .cue .iso .zip"
22
3do_fullname="3DO Interactive Multiplayer"
33

44
ags_exts=".exe"

scriptmodules/libretrocores/lr-opera.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
rp_module_id="lr-opera"
1313
rp_module_desc="3DO emulator - fork of 4DO/FreeDO for libretro"
14-
rp_module_help="ROM Extension: .cue .chd .iso\n\nCopy your 3do roms to $romdir/3do\n\nCopy the required BIOS file panazf10.bin to $biosdir"
14+
rp_module_help="ROM Extension: .cue .chd .iso .zip\n\nCopy your 3do roms to $romdir/3do\n\nCopy the required BIOS file panazf10.bin to $biosdir"
1515
rp_module_licence="LGPL https://raw.githubusercontent.com/libretro/opera-libretro/master/libopera/opera_3do.c"
1616
rp_module_repo="git https://github.com/libretro/opera-libretro.git master"
1717
rp_module_section="exp"

0 commit comments

Comments
 (0)