From aad54336e8b58bf0d7717990398bd2e81705de0a Mon Sep 17 00:00:00 2001 From: cuu Date: Mon, 24 Jun 2019 16:47:44 +0800 Subject: [PATCH] Remove all emulators to ~/apps/Menu/20_Retro\ Games --- Menu/GameShell/20_Retro Games/MAME/action.config | 7 ------- Menu/GameShell/20_Retro Games/MGBA/action.config | 6 ------ Menu/GameShell/20_Retro Games/NESTOPIA/action.config | 7 ------- Menu/GameShell/20_Retro Games/Pcsx/action.config | 6 ------ Menu/GameShell/50_PICO-8/Post-Up.sh | 4 ++++ 5 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 Menu/GameShell/20_Retro Games/MAME/action.config delete mode 100644 Menu/GameShell/20_Retro Games/MGBA/action.config delete mode 100644 Menu/GameShell/20_Retro Games/NESTOPIA/action.config delete mode 100644 Menu/GameShell/20_Retro Games/Pcsx/action.config diff --git a/Menu/GameShell/20_Retro Games/MAME/action.config b/Menu/GameShell/20_Retro Games/MAME/action.config deleted file mode 100644 index 699f2f9..0000000 --- a/Menu/GameShell/20_Retro Games/MAME/action.config +++ /dev/null @@ -1,7 +0,0 @@ -ROM=/home/cpi/games/MAME -ROM_SO=/home/cpi/apps/emulators/mame2003_plus_libretro.so -EXT=zip -LAUNCHER=retroarch -L -TITLE=MAME Roms -EXCLUDE=neogeo.zip -SO_URL=https://raw.githubusercontent.com/cuu/emulators/master/mame2003_plus_libretro.so.zip diff --git a/Menu/GameShell/20_Retro Games/MGBA/action.config b/Menu/GameShell/20_Retro Games/MGBA/action.config deleted file mode 100644 index 94177c0..0000000 --- a/Menu/GameShell/20_Retro Games/MGBA/action.config +++ /dev/null @@ -1,6 +0,0 @@ -ROM=/home/cpi/games/MGBA -ROM_SO=/home/cpi/apps/emulators/mgba_libretro.so -EXT=gb,gbc,gba,gbx -LAUNCHER=retroarch -L -TITLE=MGBA Roms -SO_URL=https://raw.githubusercontent.com/cuu/emulators/master/mgba_libretro.so.zip diff --git a/Menu/GameShell/20_Retro Games/NESTOPIA/action.config b/Menu/GameShell/20_Retro Games/NESTOPIA/action.config deleted file mode 100644 index 78dd876..0000000 --- a/Menu/GameShell/20_Retro Games/NESTOPIA/action.config +++ /dev/null @@ -1,7 +0,0 @@ -ROM=/home/cpi/games/NESTOPIA -ROM_SO=/home/cpi/apps/emulators/nestopia_libretro.so -EXT=zip,nes -LAUNCHER=retroarch -L -TITLE=NESTOPIA Roms -SO_URL=https://raw.githubusercontent.com/cuu/emulators/master/nestopia_libretro.so.zip - diff --git a/Menu/GameShell/20_Retro Games/Pcsx/action.config b/Menu/GameShell/20_Retro Games/Pcsx/action.config deleted file mode 100644 index 87d8fa6..0000000 --- a/Menu/GameShell/20_Retro Games/Pcsx/action.config +++ /dev/null @@ -1,6 +0,0 @@ -ROM=/home/cpi/games/PCSX -ROM_SO=/home/cpi/apps/emulators/pcsx -EXT=bin,cue,img,mdf,pbp,toc,cbn,m3u,ccd -LAUNCHER= -TITLE=PS Roms -SO_URL=https://github.com/cuu/Pcsx/raw/master/pcsx.zip diff --git a/Menu/GameShell/50_PICO-8/Post-Up.sh b/Menu/GameShell/50_PICO-8/Post-Up.sh index f2062a3..e8c38e0 100755 --- a/Menu/GameShell/50_PICO-8/Post-Up.sh +++ b/Menu/GameShell/50_PICO-8/Post-Up.sh @@ -4,5 +4,9 @@ mkdir ~/.lexaloffle cp -rf pico-8 ~/.lexaloffle +mkdir ~/.lexaloffle/pico-8/carts + +ln -s ~/.lexaloffle/pico-8/carts/ ~/games/PICO-8/carts + touch .done