diff --git a/.github/workflows/ahk-lint-format-compile.yml b/.github/workflows/ahk-lint-format-compile.yml index 95e17c5..02fc7ec 100644 --- a/.github/workflows/ahk-lint-format-compile.yml +++ b/.github/workflows/ahk-lint-format-compile.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v6 - name: Install AutoHotkey v1.1 (Portable) - run: choco install autohotkey.portable --version=1.1.37.02 -y + run: choco install autohotkey.portable -y shell: pwsh - name: Install AutoHotkey v2 diff --git a/Other/Citra_per_game_config/Citra-base.ahk b/Other/Citra_per_game_config/Citra-base.ahk index d27ed56..90bdc76 100644 --- a/Other/Citra_per_game_config/Citra-base.ahk +++ b/Other/Citra_per_game_config/Citra-base.ahk @@ -6,6 +6,7 @@ #SingleInstance Force ; #Warn ; Enable warnings to assist with detecting common errors. Warn needs to be off for tf library. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. +SetBatchLines, -1 #KeyHistory 0 #include %A_ScriptDir%\tf.ahk SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.