Skip to content

Commit edb36c1

Browse files
committed
getting them working on the pi5
1 parent 02ad875 commit edb36c1

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

scriptmodules/libretrocores/lr-gearboy.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@ rp_module_id="lr-gearboy"
1414
rp_module_desc="Game Boy (Color) emulator - Gearboy port for libretro."
1515
rp_module_help="ROM Extensions: .gb .gbc .dmg .cgb .sgb .zip .7z\n\nCopy your GameBoy roms to $romdir/gb\nCopy your GameBoy Color roms to $romdir/gbc\n\nCopy the optional BIOS files\n\ndmg_boot.bin and\ncgb_boot.bin to\n\n$biosdir"
1616
rp_module_licence="GPL3 https://raw.githubusercontent.com/libretro/Gearboy/master/LICENSE"
17-
rp_module_repo="git https://github.com/libretro/Gearboy master"
17+
rp_module_repo="git https://github.com/DrHelius/GearBoy.git master"
1818
rp_module_section="exp"
1919
rp_module_flags=""
2020

21+
22+
function depends_gearboy() {
23+
getDepends build-essential libsdl2-dev libglew-dev libgtk-3-dev
24+
25+
}
26+
2127
function sources_lr-gearboy() {
2228
gitPullOrClone
2329
}

scriptmodules/libretrocores/lr-gearcoleco.sh

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212

1313
rp_module_id="lr-gearcoleco"
1414
rp_module_desc="ColecoVision emulator - GearColeco port for libretro."
15-
rp_module_help="ROM Extensions: .col .cv .bin .rom .zip .7z\n\nCopy your ColecoVision roms to $romdir/coleco\n\nCopy the required BIOS files colecovision.rom to $biosdir"
15+
rp_module_help="ROM Extensions: .col .cv .bin .rom .zip .7z\n\nCopy your ColecoVision roms to $romdir/coleco\n\nCopy the required BIOS files colecovision.rom md5 2c66f5911e5b42b8ebe113403548eee7 to $biosdir"
1616
rp_module_licence="GPL3 https://git.libretro.com/libretro/gearcoleco/blob/main/LICENSE"
17-
rp_module_repo="git https://git.libretro.com/libretro/gearcoleco.git main"
17+
rp_module_repo="git https://github.com/drhelius/Gearcoleco.git main"
1818
rp_module_section="exp"
19-
rp_module_flags="!rpi5"
19+
rp_module_flags=""
20+
21+
function depends_gearboy() {
22+
getDepends build-essential libsdl2-dev libglew-dev libgtk-3-dev
23+
24+
}
2025

2126
function sources_lr-gearcoleco() {
2227
gitPullOrClone

0 commit comments

Comments
 (0)