Added code to expand App Settings

This commit is contained in:
Trixarian 2023-09-23 05:39:27 +02:00
parent d9b4b5ac45
commit 4d8b163a73
28 changed files with 10 additions and 2 deletions

View File

@ -5,7 +5,7 @@ set md5hash=c98b0e4152d3b02fbfb9f62581abada5
:: Display Banner
echo \033[91m======================== | %col%
echo \033[91m NetherSX2 Patcher v1.6 | %col%
echo \033[91m NetherSX2 Patcher v1.7 | %col%
echo \033[91m======================== | %col%
:: Check if the NetherSX2 APK exists and if it's named correctly
@ -30,6 +30,14 @@ lib\aapt r 15210-v1.5-4248-noads.apk play-services-ads-identifier.properties > n
lib\aapt r 15210-v1.5-4248-noads.apk play-services-ads-base.properties > nul
echo \033[92m[Done] | %col%
:: Adds Additional Options to App Settings
<nul set /p "=\033[96mAdding more options to \033[91mApp Settings... " | %col%
lib\aapt r 15210-v1.5-4248-noads.apk res/xml/advanced_preferences.xml
lib\aapt a 15210-v1.5-4248-noads.apk res/xml/advanced_preferences.xml > nul
lib\aapt r 15210-v1.5-4248-noads.apk res/xml/graphics_preferences.xml
lib\aapt a 15210-v1.5-4248-noads.apk res/xml/graphics_preferences.xml > nul
echo \033[92m[Done] | %col%
:: Updates the FAQ to show that we're using the latest version of NetherSX2
<nul set /p "=\033[96mUpdating the \033[91mFAQ... " | %col%
lib\aapt r 15210-v1.5-4248-noads.apk assets/faq.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Binary file not shown.

View File

@ -5,7 +5,7 @@ set md5hash=c98b0e4152d3b02fbfb9f62581abada5
:: Display Banner
echo \033[91m======================== | %col%
echo \033[91m NetherSX2 Updater v1.6 | %col%
echo \033[91m NetherSX2 Updater v1.7 | %col%
echo \033[91m======================== | %col%
:: Check if the NetherSX2 APK exists and if it's named correctly