├── .editorconfig ├── README.md ├── jusant ├── README.md └── patch-jusant.sh ├── sea-of-thieves ├── README.md └── patch-sot.sh └── tomb-raider-I-III-remastered ├── README.md └── patch-tomb123.sh /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timkurvers/macos-game-patches/HEAD/.editorconfig -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timkurvers/macos-game-patches/HEAD/README.md -------------------------------------------------------------------------------- /jusant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timkurvers/macos-game-patches/HEAD/jusant/README.md -------------------------------------------------------------------------------- /jusant/patch-jusant.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timkurvers/macos-game-patches/HEAD/jusant/patch-jusant.sh -------------------------------------------------------------------------------- /sea-of-thieves/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timkurvers/macos-game-patches/HEAD/sea-of-thieves/README.md -------------------------------------------------------------------------------- /sea-of-thieves/patch-sot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timkurvers/macos-game-patches/HEAD/sea-of-thieves/patch-sot.sh -------------------------------------------------------------------------------- /tomb-raider-I-III-remastered/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timkurvers/macos-game-patches/HEAD/tomb-raider-I-III-remastered/README.md -------------------------------------------------------------------------------- /tomb-raider-I-III-remastered/patch-tomb123.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timkurvers/macos-game-patches/HEAD/tomb-raider-I-III-remastered/patch-tomb123.sh --------------------------------------------------------------------------------