diff --git a/Other/Citra_per_game_config/Citra-per-game.ahk b/Other/Citra_per_game_config/Citra-per-game.ahk index 5ff2f8f..bacd2e7 100644 --- a/Other/Citra_per_game_config/Citra-per-game.ahk +++ b/Other/Citra_per_game_config/Citra-per-game.ahk @@ -1,4 +1,4 @@ -#include %A_ScriptDir%\CitraConfigBase.ahk +#include %A_ScriptDir%\Citra-base.ahk ; Unified per-game Citra config applicator ; Usage: Run this script with first arg = game key (see list in ShowHelp()). diff --git a/Other/Citra_per_game_config/Default.ahk b/Other/Citra_per_game_config/Default.ahk index 89e430d..b9f65f6 100644 --- a/Other/Citra_per_game_config/Default.ahk +++ b/Other/Citra_per_game_config/Default.ahk @@ -1,4 +1,4 @@ -#include %A_ScriptDir%\CitraConfigBase.ahk +#include %A_ScriptDir%\Citra-base.ahk ; Internal Resolution to 10x TF_RegExReplace(CitraConfigFile, "resolution_factor=([2-9]|10|1)", "resolution_factor=10")