web: Disable splash screen

This commit is contained in:
WerWolv
2026-01-07 23:09:07 +01:00
parent f4b2be9334
commit aa7daa5c54

View File

@@ -106,7 +106,9 @@ var notWorkingTimer = setTimeout(() => {
}, 5000);
var Module = {
preRun: [],
preRun: () => {
ENV.IMHEX_SKIP_SPLASH_SCREEN = "1";
},
postRun: function() {
// Patch the emscripten GLFW module to send mouse and touch events in the right order
// For ImGui interactions to correctly work with touch input, MousePos events need