Sodium Extra

Sodium Extra

25M Downloads

Android/Pojav Launcher support

Madis0 opened this issue ยท 8 comments

commented

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

commented

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.

commented

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.

commented

Do you have a log for those mixin config changes I mentioned?

commented

Sorry if you didn't see this earlier but I edited my original comment to include mixin.sodium.vsync=false.

commented

Works! So... does it have to be a manual option or could you have a relevant check for it?

commented

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.

commented

Alright.

So, for anyone looking for the same:

Make a file sodium-extra.properties with contents

mixin.adaptive_sync=false
mixin.sodium.vsync=false

in .../.minecraft/config/.