Skip to content

Commit

Permalink
ps2: add support for CHD disc images
Browse files Browse the repository at this point in the history
  • Loading branch information
cmitu committed May 16, 2022
1 parent 5cf9b95 commit 6b2b601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms.cfg
Expand Up @@ -187,7 +187,7 @@ ports_exts=".sh"
ports_fullname="Ports"
ports_platform="pc"

ps2_exts=".iso .img .bin .mdf .z .z2 .bz2 .dump .cso .ima .gz"
ps2_exts=".iso .img .bin .mdf .z .z2 .bz2 .dump .cso .chd .ima .gz"
ps2_fullname="PlayStation 2"

psp_exts=".iso .pbp .cso"
Expand Down
2 changes: 1 addition & 1 deletion scriptmodules/emulators/pcsx2.sh
Expand Up @@ -11,7 +11,7 @@

rp_module_id="pcsx2"
rp_module_desc="PS2 emulator PCSX2"
rp_module_help="ROM Extensions: .bin .iso .img .mdf .z .z2 .bz2 .cso .ima .gz\n\nCopy your PS2 roms to $romdir/ps2\n\nCopy the required BIOS file to $biosdir"
rp_module_help="ROM Extensions: .bin .iso .img .mdf .z .z2 .bz2 .cso .chd .ima .gz\n\nCopy your PS2 roms to $romdir/ps2\n\nCopy the required BIOS file to $biosdir"
rp_module_licence="GPL3 https://raw.githubusercontent.com/PCSX2/pcsx2/master/COPYING.GPLv3"
rp_module_section="exp"
rp_module_flags="!all x86"
Expand Down

0 comments on commit 6b2b601

Please sign in to comment.