From 8468102ee516ddbc1a45cb141c91ca9723bdcd68 Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 21 Jun 2019 17:38:47 +0800 Subject: [PATCH 1/5] remove Pcsx submodule --- .gitmodules | 3 --- Menu/GameShell/20_Retro Games/Pcsx | 1 - 2 files changed, 4 deletions(-) delete mode 100644 .gitmodules delete mode 160000 Menu/GameShell/20_Retro Games/Pcsx diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 25dc9ba..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "Pcsx"] - path = Menu/GameShell/20_Retro Games/Pcsx - url = https://github.com/cuu/Pcsx.git diff --git a/Menu/GameShell/20_Retro Games/Pcsx b/Menu/GameShell/20_Retro Games/Pcsx deleted file mode 160000 index c532ced..0000000 --- a/Menu/GameShell/20_Retro Games/Pcsx +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c532cedb5387697c633777f37a52e11f95fa3352 From b435507935def59afcd9c4876f4549dcd9c89df4 Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 21 Jun 2019 17:44:19 +0800 Subject: [PATCH 2/5] add pcsx action.config --- Menu/GameShell/20_Retro Games/Pcsx/action.config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Menu/GameShell/20_Retro Games/Pcsx/action.config diff --git a/Menu/GameShell/20_Retro Games/Pcsx/action.config b/Menu/GameShell/20_Retro Games/Pcsx/action.config new file mode 100644 index 0000000..7d7aec1 --- /dev/null +++ b/Menu/GameShell/20_Retro Games/Pcsx/action.config @@ -0,0 +1,6 @@ +ROM=/home/cpi/games/PCSX +ROM_SO= +EXT=iso +LAUNCHER=/home/cpi/apps/emulators/pcsx +TITLE=PS Roms +SO_URL=https://github.com/cuu/Pcsx/raw/master/pcsx From 16f521b8daaf819214f376a6d5f1b49ed8d1b1cb Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 21 Jun 2019 17:47:23 +0800 Subject: [PATCH 3/5] pcsx extensions --- Menu/GameShell/20_Retro Games/Pcsx/action.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menu/GameShell/20_Retro Games/Pcsx/action.config b/Menu/GameShell/20_Retro Games/Pcsx/action.config index 7d7aec1..a3249ec 100644 --- a/Menu/GameShell/20_Retro Games/Pcsx/action.config +++ b/Menu/GameShell/20_Retro Games/Pcsx/action.config @@ -1,6 +1,6 @@ ROM=/home/cpi/games/PCSX ROM_SO= -EXT=iso +EXT=bin,cue,img,mdf,pbp,toc,cbn,m3u,ccd LAUNCHER=/home/cpi/apps/emulators/pcsx TITLE=PS Roms SO_URL=https://github.com/cuu/Pcsx/raw/master/pcsx From 77707a811881eaad88dd3bb4bd9d61386b9ac475 Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 21 Jun 2019 18:30:13 +0800 Subject: [PATCH 4/5] pcsx action.config bug fix --- Menu/GameShell/20_Retro Games/Pcsx/action.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Menu/GameShell/20_Retro Games/Pcsx/action.config b/Menu/GameShell/20_Retro Games/Pcsx/action.config index a3249ec..87d8fa6 100644 --- a/Menu/GameShell/20_Retro Games/Pcsx/action.config +++ b/Menu/GameShell/20_Retro Games/Pcsx/action.config @@ -1,6 +1,6 @@ ROM=/home/cpi/games/PCSX -ROM_SO= +ROM_SO=/home/cpi/apps/emulators/pcsx EXT=bin,cue,img,mdf,pbp,toc,cbn,m3u,ccd -LAUNCHER=/home/cpi/apps/emulators/pcsx +LAUNCHER= TITLE=PS Roms -SO_URL=https://github.com/cuu/Pcsx/raw/master/pcsx +SO_URL=https://github.com/cuu/Pcsx/raw/master/pcsx.zip From 380c972b1397c683a8f06667a0f11262e0fd7141 Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 21 Jun 2019 18:32:43 +0800 Subject: [PATCH 5/5] ignore pcsx addtional files ,folders,log --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e812c3b..59335b9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ sys.py/.lang !**/Jobs/00_lowpower.sh !**/Jobs/00_lowpower.alias .done +bios +.pcsx +*.log