From e8d6d0a8c1b00b427066e1cf493deb84275a21e9 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Thu, 9 Jan 2025 12:50:17 +0100 Subject: [PATCH] quest needs ~60mz --- com/isoterminal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com/isoterminal.js b/com/isoterminal.js index 0cbf6d6..6a6c594 100644 --- a/com/isoterminal.js +++ b/com/isoterminal.js @@ -45,7 +45,7 @@ if( typeof AFRAME != 'undefined '){ muteUntilPrompt:{ type: 'boolean',"default":true}, // mute stdout until a prompt is detected in ISO HUD: { type: 'boolean',"default":false}, // link to camera movement transparent: { type:'boolean', "default":false }, // need good gpu - memory: { type: 'number', "default":40 }, // VM memory (in MB) [NOTE: quest or smartphone might crash > 40mb ] + memory: { type: 'number', "default":60 }, // VM memory (in MB) [NOTE: quest or smartphone might crash > 40mb ] bufferLatency: { type: 'number', "default":1 }, // in ms: bufferlatency from webworker to xterm (batch-update every char to texture) debug: { type: 'boolean', "default":false }, emulator: { type: 'string', "default": "vt100" }