We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 963af0d + 2ef47ff commit 14563edCopy full SHA for 14563ed
scriptmodules/libretrocores/lr-gpsp.sh
@@ -15,7 +15,7 @@ rp_module_help="ROM Extensions: .gba .zip\n\nCopy your Game Boy Advance roms to
15
rp_module_licence="GPL2 https://raw.githubusercontent.com/libretro/gpsp/master/COPYING"
16
rp_module_repo="git https://github.com/libretro/gpsp.git master"
17
rp_module_section="opt arm=main"
18
-rp_module_flags="!all arm"
+rp_module_flags=""
19
20
function sources_lr-gpsp() {
21
gitPullOrClone
@@ -35,7 +35,8 @@ function install_lr-gpsp() {
35
md_ret_files=(
36
'gpsp_libretro.so'
37
'COPYING'
38
- 'readme.txt'
+ 'original_readme.txt'
39
+ 'README.md'
40
)
41
}
42
0 commit comments