jak1: save pc settings when they are changed, not just when the menu is closed (#1622)

jak1: save pc settings when they are changed, not when the menu is closed
This commit is contained in:
Tyler Wilding
2022-07-08 19:23:44 -04:00
committed by GitHub
parent 28a2ecdfd3
commit c0efde2763
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -54,10 +54,10 @@ tasks:
- sh: test -f {{.GOALC_BIN_RELEASE_DIR}}/goalc{{.EXE_FILE_EXTENSION}}
msg: "Couldn't locate compiler executable in '{{.GOALC_BIN_RELEASE_DIR}}/goalc'"
cmds:
- "{{.GOALC_BIN_RELEASE_DIR}}/goalc"
- "{{.GOALC_BIN_RELEASE_DIR}}/goalc --game {{.GAME}}"
repl-lt:
cmds:
- "{{.GOALC_BIN_RELEASE_DIR}}/goalc --auto-lt"
- "{{.GOALC_BIN_RELEASE_DIR}}/goalc --auto-lt --game {{.GAME}}"
format:
desc: "Format code"
cmds: