mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
dont save registry on exit
This commit is contained in:
parent
d15a6655eb
commit
9cec2b51bf
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ void App::Restart(std::vector<std::string> restartArgs)
|
|||
void App::Exit()
|
||||
{
|
||||
Config::Save();
|
||||
Registry::Save();
|
||||
|
||||
#ifdef _WIN32
|
||||
timeEndPeriod(1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue