Skip to content

Commit 9910db8

Browse files
cmake: Add support for CHD images
As of PPSSPP 1.17, CHD images are officially supported.
1 parent 6a52a8d commit 9910db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ppsspp_ini_file="/root/.config/ppsspp/PSP/SYSTEM/ppsspp.ini"
66
volume_file_list="/root/.config/ppsspp/PSP/SYSTEM/volume_file_list.txt"
77
volume_game_list="/root/.config/ppsspp/PSP/SYSTEM/volume_game_list.txt"
88
recents_game_list="/root/.config/ppsspp/PSP/SYSTEM/recents_game_list.txt"
9-
game_matching_regex=".*\.(iso|ISO|cso|CSO|dax|DAX)"
9+
game_matching_regex=".*\.(chd|CHD|cso|CSO|dax|DAX|iso|ISO)"
1010

1111
success_output_1_identifier="loading control pad mappings from gamecontrollerdb.txt"
1212
success_output_2_identifier="ALSA: Couldn't open audio device"

0 commit comments

Comments
 (0)