Remove total genomes status message
This commit is contained in:
parent
2fb5c2494c
commit
42a220d39d
2 changed files with 1 additions and 3 deletions
|
@ -481,8 +481,6 @@ end
|
||||||
|
|
||||||
|
|
||||||
local function initializeRun(_M)
|
local function initializeRun(_M)
|
||||||
message(_M, string.format("Total Genomes: %d", #_M.currentSpecies.genomes))
|
|
||||||
|
|
||||||
settings.set_speed("turbo")
|
settings.set_speed("turbo")
|
||||||
-- XXX Does this actually work or only affects new VM loads?
|
-- XXX Does this actually work or only affects new VM loads?
|
||||||
settings.set('lua-maxmem', 1024)
|
settings.set('lua-maxmem', 1024)
|
||||||
|
|
|
@ -4,7 +4,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
ARGS=()
|
ARGS=()
|
||||||
PORT=5309
|
PORT=5309
|
||||||
xpra start --bind-tcp=127.0.0.1:$PORT --html=on \
|
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
|
--exit-with-child=yes --start-new-commands=no
|
||||||
while ! nc -z localhost $PORT ; do
|
while ! nc -z localhost $PORT ; do
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue