Added code to expand App Settings
@ -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
|
||||
|
BIN
res/drawable/ic_controller_analog_base.png
Normal file
After Width: | Height: | Size: 183 KiB |
BIN
res/drawable/ic_controller_analog_button.xml
Normal file
BIN
res/drawable/ic_controller_analog_stick.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
res/drawable/ic_controller_circle_button.png
Normal file
After Width: | Height: | Size: 258 KiB |
BIN
res/drawable/ic_controller_cross_button.png
Normal file
After Width: | Height: | Size: 260 KiB |
BIN
res/drawable/ic_controller_down_button.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
res/drawable/ic_controller_l1_button.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
res/drawable/ic_controller_l2_button.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
res/drawable/ic_controller_l3_button.png
Normal file
After Width: | Height: | Size: 235 KiB |
BIN
res/drawable/ic_controller_left_button.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
res/drawable/ic_controller_m1_button.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
res/drawable/ic_controller_m2_button.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
res/drawable/ic_controller_m3_button.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
res/drawable/ic_controller_m4_button.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
res/drawable/ic_controller_pause_button.xml
Normal file
BIN
res/drawable/ic_controller_r1_button.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
res/drawable/ic_controller_r2_button.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
res/drawable/ic_controller_r3_button.png
Normal file
After Width: | Height: | Size: 235 KiB |
BIN
res/drawable/ic_controller_right_button.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
res/drawable/ic_controller_select_button.xml
Normal file
BIN
res/drawable/ic_controller_square_button.png
Normal file
After Width: | Height: | Size: 256 KiB |
BIN
res/drawable/ic_controller_start_button.xml
Normal file
BIN
res/drawable/ic_controller_triangle_button.png
Normal file
After Width: | Height: | Size: 256 KiB |
BIN
res/drawable/ic_controller_up_button.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
res/xml/advanced_preferences.xml
Normal file
BIN
res/xml/graphics_preferences.xml
Normal 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
|
||||
|