Android/Pojav Launcher support
Madis0 opened this issue ยท 8 comments
Currently Pojav Launcher works with latest Sodium on 1.19.2, as long as the renderer is set to ANGLE, but the video settings screen won't open. Could you add support for it through Extra?
Logs that can help: https://mclo.gs/7dAAOQH
Well, I'm not going to explicitly support it but this can probably be a workaround with a mixin config change. Adding mixin.adaptive_sync=false
and mixin.sodium.vsync=false
to .minecraft/config/sodium-extra.properties
should work in theory. I'm just judging based on the log.
Hmm, that didn't help.
For some reason, only Better Sodium Video Settings (aka, vanilla settings) work, not even the Xander's Sodium Options when paired with Sodium Extra.
Sorry if you didn't see this earlier but I edited my original comment to include mixin.sodium.vsync=false
.
Works! So... does it have to be a manual option or could you have a relevant check for it?
Well, It seems I can't check for Adaptive VSync extensions on OpenGL ES. I'm not sure what sorts of hacks the PojavLauncher team is doing.