diff --git a/ports/ufo50/README.md b/ports/ufo50/README.md index ac61f93189..7354a132b9 100644 --- a/ports/ufo50/README.md +++ b/ports/ufo50/README.md @@ -1,8 +1,6 @@ ## Installation Purchase the game on Steam and copy all the data to `ports/ufo50/gamedata`. On first run the game will be patched. -You can toggle Arcade Cabinet Mode by opening `ufo50/gamedata/config.ini` and setting the value to `true`. - ## Performance Notes This port features audio compression and texture repacking in an attempt to reduce memory usage. This is necessary in order for the port to run on the linux arm handhelds targeted. These handhelds are equipped with low-end rockchip or allwinner processors and usually 1-2GB of memory, alongside Mali blob drivers. Low processing power, low memory, and low VRAM are all major things to watch for when running ports on these devices. The following are known issues that are, again, **conditionally existent due to hardware and gmloader-next constraints**. diff --git a/ports/ufo50/ufo50/game.apk b/ports/ufo50/ufo50/game.apk index e372816c48..2ba836dcbf 100644 Binary files a/ports/ufo50/ufo50/game.apk and b/ports/ufo50/ufo50/game.apk differ diff --git a/ports/ufo50/ufo50/gamedata/.gitkeep b/ports/ufo50/ufo50/gamedata/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ports/ufo50/ufo50/gamedata/config.ini b/ports/ufo50/ufo50/gamedata/config.ini deleted file mode 100644 index 6e515a919c..0000000000 --- a/ports/ufo50/ufo50/gamedata/config.ini +++ /dev/null @@ -1,2 +0,0 @@ -[Settings] -ArcadeMode=false; \ No newline at end of file diff --git a/ports/ufo50/ufo50/tools/patches/ufo50.xdelta b/ports/ufo50/ufo50/tools/patches/ufo50.xdelta index 471fd2b0dd..e76f164536 100644 Binary files a/ports/ufo50/ufo50/tools/patches/ufo50.xdelta and b/ports/ufo50/ufo50/tools/patches/ufo50.xdelta differ