restart on a remote command from the driver

[?]
Apr 8, 2023, 1:18 AM
HZFGZQCD46OJWMRFV2EMNMZUPVX3FKCMTLITYFUZVXFGSHUUAPZQC

Dependencies

  • [2] DSDKFEUK persist window geometry to disk across restart
  • [*] OTIBCAUJ love2d scaffold
  • [*] LRDM35CE app running again

Change contents

  • edit in main.lua at line 66
    [2.71]
    [2.71]
    function restart()
    if on.quit then on.quit() end
    love.filesystem.write('config', json.encode(settings()))
    load_settings()
    if on.initialize then on.initialize() end
    end
  • edit in live.lua at line 219
    [5.6280]
    [5.6280]
    elseif cmd == 'RESTART' then
    restart()