Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9716 from MayImilae/Onscreenbuttonsupdate
Adjust Touchscreen Controls Opacity
  • Loading branch information
JMC47 committed May 17, 2021
2 parents 5dec4a0 + 509d7ea commit 8ecc89f
Show file tree
Hide file tree
Showing 233 changed files with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ public enum IntSetting implements AbstractIntSetting
MAIN_AUDIO_VOLUME(Settings.FILE_DOLPHIN, Settings.SECTION_INI_DSP, "Volume", 100),

MAIN_CONTROL_SCALE(Settings.FILE_DOLPHIN, Settings.SECTION_INI_ANDROID, "ControlScale", 50),
MAIN_CONTROL_OPACITY(Settings.FILE_DOLPHIN, Settings.SECTION_INI_ANDROID, "ControlOpacity", 50),
MAIN_CONTROL_OPACITY(Settings.FILE_DOLPHIN, Settings.SECTION_INI_ANDROID, "ControlOpacity", 65),
MAIN_EMULATION_ORIENTATION(Settings.FILE_DOLPHIN, Settings.SECTION_INI_ANDROID,
"EmulationOrientation", ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE),
MAIN_LAST_PLATFORM_TAB(Settings.FILE_DOLPHIN, Settings.SECTION_INI_ANDROID, "LastPlatformTab", 0),
Expand Down
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/classic_a.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/classic_b.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/classic_l.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/classic_l_pressed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/classic_r.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/classic_r_pressed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/classic_x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/classic_y.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/classic_zl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/classic_zr.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_a.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_a_pressed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_b.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_b_pressed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_c.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_c_pressed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_l.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_l_pressed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_r.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_r_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_start.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_x.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_x_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_y.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_y_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_z.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcpad_z_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/gcwii_dpad.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/nunchuk_c.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/nunchuk_z.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/nunchuk_z_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/wiimote_a.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/wiimote_b.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/wiimote_b_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/wiimote_home.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/wiimote_minus.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/wiimote_one.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/wiimote_plus.png
Binary file modified Source/Android/app/src/main/res/drawable-hdpi/wiimote_two.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/classic_a.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/classic_b.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/classic_l.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/classic_r.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/classic_x.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/classic_y.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/classic_zl.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/classic_zr.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_a.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_b.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_c.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_l.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_l_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_r.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_r_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_x.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_x_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_y.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_y_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_z.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcpad_z_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/gcwii_dpad.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/nunchuk_c.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/nunchuk_z.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/wiimote_a.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/wiimote_b.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/wiimote_home.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/wiimote_one.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/wiimote_plus.png
Binary file modified Source/Android/app/src/main/res/drawable-xhdpi/wiimote_two.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/classic_a.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/classic_b.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/classic_l.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/classic_r.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/classic_x.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/classic_y.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/classic_zl.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/classic_zr.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_a.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_b.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_c.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_l.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_l_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_r.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_start.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_x.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_y.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_y_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_z.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcpad_z_pressed.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/gcwii_dpad.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/nunchuk_c.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/nunchuk_z.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/wiimote_a.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/wiimote_b.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/wiimote_one.png
Binary file modified Source/Android/app/src/main/res/drawable-xxhdpi/wiimote_two.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/classic_b.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/classic_l.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/classic_r.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/classic_x.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/classic_y.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/classic_zl.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/classic_zr.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/gcpad_a.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/gcpad_b.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/gcpad_c.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/gcpad_l.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/gcpad_r.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/gcpad_start.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/gcpad_x.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/gcpad_y.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/gcpad_z.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/gcwii_dpad.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/nunchuk_c.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/nunchuk_z.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/wiimote_a.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/wiimote_b.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/wiimote_minus.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/wiimote_one.png
Binary file modified Source/Android/app/src/main/res/drawable-xxxhdpi/wiimote_plus.png

0 comments on commit 8ecc89f

Please sign in to comment.