mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-28 14:05:15 +02:00
--null-renderer
This commit is contained in:
parent
6e32151d9c
commit
de6e0ffd4c
3 changed files with 12 additions and 1 deletions
|
|
@ -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 = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue