New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: Reveal several hidden settings #11460
Conversation
1a2ddd0
to
36f4e1b
Compare
Update BooleanSetting.java
|
This looks amazing, and it further brings Dolphin Android closer to Desktop in terms of features. |
The user must not be allowed to disable this setting when they don't actually have an IPL file in the required directory, otherwise you will introduce a UX problem that we used to have on desktop where games won't boot and the user won't figure out why unless they can remember that they disabled this setting.
Sound good. This simply hadn't been added to the Android GUI because it was added to Dolphin very recently.
This is kind of useless without the ability to actually start frame dumping. Or are you adding this for the sake of controlling the compression level of PNG screenshots?
Same as with Accurate CPU Cache.
Please limit the available values to the same values as on PC. The in-between values aren't useful.
Looks good at a quick glance.
No real opinion on this one. Seems fine, I suppose. |
Oh shoot, I'll look into preventing this.
Just for the sake of controlling the compression level of screenshots for now.
They are already limited. |
Oh, whoops, somehow I thought the PC version didn't allow you to use steps of 1 MiB in the GUI, but it actually does. Okay, let's leave it as it is then. |
.../java/org/dolphinemu/dolphinemu/features/settings/ui/viewholder/SwitchSettingViewHolder.java
Show resolved
Hide resolved
A user shouldn't be able to disable "skip ipl" when they don't have a bios file. This finds the ipl file and tells the setting when toggling is allowed. Additionally, if the user previously disabled the option and then deletes their ipl file, they will be allowed to enable it but toggling will be disabled afterwards.
|
Is anything holding this back? |
|
Tested some of the settings revealed here and they work. |
These were all oddly not available in the Android app. Now they are.
I'm also really happy with the work I put into the RTC selector so here's a demo.
