misc: rename NextProcess.txt file setting

This commit is contained in:
kyoubate-haruka
2026-05-30 10:20:09 +02:00
parent de82acf782
commit ad7f6bc800
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ void misc_config_load(struct misc_config *cfg, const wchar_t *filename)
cfg->allowReboot = GetPrivateProfileIntW(L"misc", L"allowReboot", 0, filename);
GetPrivateProfileStringW(
L"misc",
L"path",
L"nextProcessFilePath",
L"DEVICE\\NextProcess.txt",
cfg->nextProcessFile,
_countof(cfg->nextProcessFile),