Added custom setting function for each game

This commit is contained in:
Vova
2025-02-06 20:12:56 +10:00
parent 131fe71205
commit 2640f083b6
22 changed files with 776 additions and 104 deletions

View File

@@ -582,6 +582,10 @@ namespace Ryujinx.Ava
Rainbow.Disable();
Rainbow.Reset();
//Reload settings when the game is turned off
//(resets custom settings if there were any)
Program.ReloadConfig();
_isStopped = true;
Stop();
}