Skip to content

Commit b2a2994

Browse files
authored
Merge pull request #3457 from joolswills/retroarch_v1.9.14+
retroarch - update to v1.10.0
2 parents 2134432 + 3a2344f commit b2a2994

File tree

4 files changed

+1
-133
lines changed

4 files changed

+1
-133
lines changed

scriptmodules/emulators/retroarch.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rp_module_id="retroarch"
1313
rp_module_desc="RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators"
1414
rp_module_licence="GPL3 https://raw.githubusercontent.com/libretro/RetroArch/master/COPYING"
15-
rp_module_repo="git https://github.com/libretro/RetroArch.git v1.9.7"
15+
rp_module_repo="git https://github.com/RetroPie/RetroArch.git retropie-v1.10.0"
1616
rp_module_section="core"
1717

1818
function depends_retroarch() {
@@ -34,9 +34,6 @@ function depends_retroarch() {
3434

3535
function sources_retroarch() {
3636
gitPullOrClone
37-
applyPatch "$md_data/01_disable_search.diff"
38-
applyPatch "$md_data/02_shader_path_config_enable.diff"
39-
applyPatch "$md_data/03_revert_default_save_paths.diff"
4037
}
4138

4239
function build_retroarch() {

scriptmodules/emulators/retroarch/01_disable_search.diff

Lines changed: 0 additions & 14 deletions
This file was deleted.

scriptmodules/emulators/retroarch/02_shader_path_config_enable.diff

Lines changed: 0 additions & 98 deletions
This file was deleted.

scriptmodules/emulators/retroarch/03_revert_default_save_paths.diff

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)