Lua - set file watchers on lua session autoload

This commit is contained in:
adelikat 2016-02-14 21:51:12 -05:00
parent b3728ff192
commit 47d9432ad4
1 changed files with 3 additions and 1 deletions

View File

@ -620,7 +620,9 @@ namespace BizHawk.Client.EmuHawk
_luaList.Changes = false;
}
}
}
AddFileWatches();
}
public bool AskSaveChanges()
{