Open
Conversation
Increase button size because it's too small in touchscreen devices (and some small display hard to press it)
Use built-in driver instead custom driver when custom driver not supported/broken so no need remove config.yml
joystick scale
split joystick scale and global scale
Cutout fix
Zangetsu38
reviewed
Aug 31, 2024
| const auto SELECT_POS = ImVec2(GATE_POS.x + (5.f * SCALE.y), GATE_POS.y + (2.f * SCALE.y)); | ||
|
|
||
| const auto BUTTON_SIZE = ImVec2(72.f * SCALE.x, 30.f * SCALE.y); | ||
| const auto BUTTON_SIZE = ImVec2(80.f * SCALE.x, 55.f * SCALE.y); |
Contributor
There was a problem hiding this comment.
no need change it, problem here is not size, is how button size is scalled on android, because code for respect aspect ratio is disable on android
i not have this problem in my side
Buton size is all time same and fine
Author
There was a problem hiding this comment.
in my phone that button was hard to press, most often vita3k notification got pressed instead esc.
or should i move a bit lower instead resize it?
get path from pref-path for icons
distribute in libSDL2.zip instead unpack all files because unpacked libSDL2.a too big for mobile data plan (12mb uncompressed and 2mb compressed)
i did test this and seems like correctly set conversion base format increase fps in some games (in mali gpu)
color should be same like adreno phones some games fixed motion blur effect
add menu invert gyro and disable motion sensor
add enable/disable motion and invert gyro
add config
fix wrong placement
|
能多添加新的着色器? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
example preview:

screen-20240820-115552.mp4
VID-20240731-WA0002.mp4