Skip to content

Commit 14563ed

Browse files
authored
Merge pull request #3850 from joolswills/lr-gpsp_fix
lr-gpsp - fix install and enable for non arm platforms
2 parents 963af0d + 2ef47ff commit 14563ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scriptmodules/libretrocores/lr-gpsp.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rp_module_help="ROM Extensions: .gba .zip\n\nCopy your Game Boy Advance roms to
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/libretro/gpsp/master/COPYING"
1616
rp_module_repo="git https://github.com/libretro/gpsp.git master"
1717
rp_module_section="opt arm=main"
18-
rp_module_flags="!all arm"
18+
rp_module_flags=""
1919

2020
function sources_lr-gpsp() {
2121
gitPullOrClone
@@ -35,7 +35,8 @@ function install_lr-gpsp() {
3535
md_ret_files=(
3636
'gpsp_libretro.so'
3737
'COPYING'
38-
'readme.txt'
38+
'original_readme.txt'
39+
'README.md'
3940
)
4041
}
4142

0 commit comments

Comments
 (0)