Remove total genomes status message

This commit is contained in:
Empathic Qubit 2021-05-01 22:03:09 -04:00
parent 2fb5c2494c
commit 42a220d39d
2 changed files with 1 additions and 3 deletions

View file

@ -481,8 +481,6 @@ end
local function initializeRun(_M)
message(_M, string.format("Total Genomes: %d", #_M.currentSpecies.genomes))
settings.set_speed("turbo")
-- XXX Does this actually work or only affects new VM loads?
settings.set('lua-maxmem', 1024)

View file

@ -4,7 +4,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
ARGS=()
PORT=5309
xpra start --bind-tcp=127.0.0.1:$PORT --html=on \
--start-child="lsnes ${ARGS[*]}" \
--start-child="/etc/alternatives/x-terminal-emulator -e 'lsnes ${ARGS[*]}'" \
--exit-with-child=yes --start-new-commands=no
while ! nc -z localhost $PORT ; do
sleep 0.1