aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Configuration/AppDataManager.cs
AgeCommit message (Collapse)Author
2021-03-15Implement friendlier portable mode (#1885)mageven
* Implement friendlier portable mode * Remove first run dialog * Disable updates in portable mode for now * Convert relative custom paths to absolute ones Also, fix a regression when custom path doesn't exist
2020-08-30Allow launching with custom data directories (#1505)mageven
* Allow launching with custom data directories Don't load alternate keys when using custom directory * Address gdkchan's comments * Misc fixes to log levels Added more enabled log levels by default Moved successful config updation to Notice as 1. It's not a warning 2. Warnings could've been disabled by the config load and hence message would be lost