[How to] Crt-royale static settings in GLSL?

I can’t for the life of me figure out how to set crt-royale into static settings mode (make the settings not user adjustable in retroarch, supposed to off some speed-up).

From my understanding it was supposed be fairly easy to do. Is this a GLSL issue or am I’m just not understanding something?

Yeah, I’m pretty sure that doesn’t work in the GLSL version, as it would require making changes to each and every source file to enable/disable it, due to the lack of #include statements.

Regardless, I don’t think it’s worth the trouble, which amounts to being a few percent faster, and it also doesn’t always play nicely with user settings at that point. (I tried to set up a user_settings.h with kurozumi’s settings and static options in the slang version and some of the settings would take and others would just be the default values for some reason)

1 Like