mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-18 04:07:38 +02:00
Compare commits
3 Commits
8b087eacc6
...
dd380f7619
Author | SHA1 | Date | |
---|---|---|---|
dd380f7619 | |||
2b56a2e678 | |||
8d74ac52ea |
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
||||
|
@ -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
|
||||
|
1
gayming/playstation2/CHT/SCES_509.16.cht
Symbolic link
1
gayming/playstation2/CHT/SCES_509.16.cht
Symbolic link
@ -0,0 +1 @@
|
||||
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SCES_509.16.cht
|
1
gayming/playstation2/CHT/SLPM_666.75.cht
Symbolic link
1
gayming/playstation2/CHT/SLPM_666.75.cht
Symbolic link
@ -0,0 +1 @@
|
||||
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SLPM_666.75.cht
|
1
gayming/playstation2/CHT/SLPM_667.50.cht
Symbolic link
1
gayming/playstation2/CHT/SLPM_667.50.cht
Symbolic link
@ -0,0 +1 @@
|
||||
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SLPM_667.50.cht
|
@ -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
|
||||
|
||||
|
1
submodules/playstation2/OPL-Widescreen-Cheats
Submodule
1
submodules/playstation2/OPL-Widescreen-Cheats
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a49aa286ed21ca5aa50a33606fcbaa1ce9c7aea8
|
@ -0,0 +1 @@
|
||||
Subproject commit 3c1eb63e5b8ee9e4892d894b35a2a26f4800bdce
|
Loading…
x
Reference in New Issue
Block a user