Compare commits

...

3 Commits

8 changed files with 23 additions and 0 deletions

6
.gitmodules vendored
View File

@ -31,3 +31,9 @@
[submodule "LaTeX/kirja"]
path = LaTeX/kirja
url = https://git.piraattipuolue.fi/mikaela/kirja.git
[submodule "submodules/playstation2/OPL-Widescreen-Cheats"]
path = submodules/playstation2/OPL-Widescreen-Cheats
url = https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats.git
[submodule "submodules/playstation2/OpenPS2Loader_Widescreen_Cheats"]
path = submodules/playstation2/OpenPS2Loader_Widescreen_Cheats
url = https://github.com/madmodder123/OpenPS2Loader_Widescreen_Cheats.git

View File

@ -14,5 +14,11 @@ existence of the wall climbing glitch of first person mode.
## Games
- `SCES_509.16.cht` - Ratchet & Clank 1 (EU)
- currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SCES_509.16.cht
- `SCES_516.07.cht` - Ratchet & Clank 2: Locked and Loaded (EU)
- This is direct copy from [PS2-Home by GoggleBug](https://www.ps2-home.com/forum/viewtopic.php?f=55&t=11703&p=47639&hilit=SCES_516.07#p47639)
- `SLPM_666.75.cht` - Kingdom Hearts II Final Mix
- currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SLPM_666.75.cht
- `SLPM_667.50.cht` - Final Fantasy XII Zodiac Age
- currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SLPM_667.50.cht

View File

@ -0,0 +1 @@
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SCES_509.16.cht

View File

@ -0,0 +1 @@
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SLPM_666.75.cht

View File

@ -0,0 +1 @@
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SLPM_667.50.cht

View File

@ -16,6 +16,12 @@ cp -arv "$VMCDIR" "$BACKUPDIR/$(date +%Y-%jT%H%M)"
chmod -R 777 $VMCDIR
chmod -R 777 $BACKUPDIR
# If duperemove is installed, perform FS based deduplication of backups
if hash duperemove 2>/dev/null; then
# recursive, dedupe, human-readable, hashfile is like ddrescue mapfile
duperemove -rdh --hashfile=$BACKUPDIR/duperemove.hashfile $BACKUPDIR/
fi
# Curiosity, show the space used
du -hca --time $BACKUPDIR

@ -0,0 +1 @@
Subproject commit a49aa286ed21ca5aa50a33606fcbaa1ce9c7aea8

@ -0,0 +1 @@
Subproject commit 3c1eb63e5b8ee9e4892d894b35a2a26f4800bdce