-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cannot change brightness / contrast #44
Comments
This bug bothers me too. I haven't taken a look at this yet, mostly because this part of the code would be in the ugly part in between the game engine and the Android Java portion and I'm not too comfortable with that part of the code. I do know that in my upstream's upstream (emilieb/beloko's delta touch), the in-game brightness setting works fine, so I'm not sure what gives. My guess would be that somehow the game engine makes a API call to the system graphics to tell it to adjust brightness setting under normal circumstances, but it likely could be missing an implementation or Android doesn't cooperate nicely with this app. Two workarounds:
|
I'm not going to tag "won't fix", but I probably won't be able to fix this myself in a reasonable way, at least until #41 is completed, and I would prefer to also complete #45. If I ever was able to rebase this project from a newer open source release of Beloko's Delta touch, this bug could get fixed, along with an update with the GZDoom engine. I should try to email him, but I'm not sure if myself I'm ready for doing this kind of in-depth work in the near future. Others are welcome to dig through the code for now though. |
Thanks for the report, @kai11 |
Version from Play store
Phone: moto z play, android 8.0.0 (close to stock)
Steps to reproduce:
Actual result:
Doom still too dark to play in bright room, look of the game hasn't changed
Expected result:
Adjusting gamma, brightness or contrast change look of the game
The text was updated successfully, but these errors were encountered: