Skip to content

Commit 0b9ba8a

Browse files
committed
lr-stella2014 - remove renaming hook
Now we have a new upstream lr-stella we don't want this rename anymore as it will rename the new module. If a user upgrades from a very old release with the older lr-stella module, they will get upgraded to the new core but can always install lr-stella2014 if they want the older core again.
1 parent ebd360f commit 0b9ba8a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scriptmodules/libretrocores/lr-stella2014.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ rp_module_licence="GPL2 https://raw.githubusercontent.com/libretro/stella2014-li
1616
rp_module_repo="git https://github.com/libretro/stella2014-libretro.git master"
1717
rp_module_section="main"
1818

19-
function _update_hook_lr-stella2014() {
20-
# rename lr-stella to lr-stella2014
21-
renameModule "lr-stella" "lr-stella2014"
22-
}
23-
2419
function sources_lr-stella2014() {
2520
gitPullOrClone
2621
}

0 commit comments

Comments
 (0)