Skip to content
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

gamma table not used on start #7

Closed
devnoname120 opened this issue May 17, 2018 · 4 comments
Closed

gamma table not used on start #7

devnoname120 opened this issue May 17, 2018 · 4 comments
Labels

Comments

@devnoname120
Copy link
Owner

Need to send the new gamma line to the screen by doing this after LUT injection:

ksceOledSetBrightness(ksceOledGetBrightness());
@eiiiiix
Copy link

eiiiiix commented May 21, 2018

best way i can think of doing this would be
get the current value > maximum > minimum > original value

@eiiiiix
Copy link

eiiiiix commented May 21, 2018

Fix: load bootconfig from ux0: and config from ur0:
Breaks wireless controllers but autoloads gamma

@devnoname120
Copy link
Owner Author

devnoname120 commented May 22, 2018

get the current value > maximum > minimum > original value

Getting the current value is not something that can fail, why would I fall back to those values?

Fix: load bootconfig from ux0: and config from ur0:

Vitabright already tries to load from ur0 and if it fails from ux0.

@eiiiiix
Copy link

eiiiiix commented May 22, 2018

I have my bootconfig loading from ux0:tai/eix/boot.txt and have umount_bootfs removed
and i have all my plugins and my config loading from ur0:tai/eix/ and ur0:tai/
When i boot like this it will auto set to the custom gamma
Wireless controllers like the ds4 and wiimote (when used with nunchuk) break with it like this
But i think the wireless controller issue is just me having so many plugins being loaded
I dont have my vita on me since im in the er but im pretty sure having 60? Plugins is breaking wireless controllers
I have no idea why doing what i did works but it does

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants