--null-renderer

This commit is contained in:
lizzie
2026-06-10 00:06:37 +00:00
parent 526a367ffa
commit e00e9faf12
+1 -1
View File
@@ -48,7 +48,7 @@ var Module = { //do not prepend var
};
var tty_stdout = document.createElement('div');
document.body.appendChild(tty_stdout);
Module.arguments = ['game.nro'];
Module.arguments = ['--null-render', 'game.nro'];
var gameNroFileBuffer = {};