mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17:00:17 +00:00
Added new comments
This commit is contained in:
parent
8f35345729
commit
3f42173c80
3 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ namespace Ryujinx.Common.Configuration
|
|||
SetupBasePaths();
|
||||
}
|
||||
|
||||
private static void SetupBasePaths()
|
||||
private static void SetupBasePaths() //create directories for combined paths
|
||||
{
|
||||
Directory.CreateDirectory(BaseDirPath);
|
||||
Directory.CreateDirectory(GamesDirPath = Path.Combine(BaseDirPath, GamesDir));
|
||||
|
|
|
@ -990,7 +990,7 @@ namespace Ryujinx.Configuration
|
|||
|
||||
configurationFileUpdated = true;
|
||||
}
|
||||
|
||||
//Output to console if log value changes
|
||||
Logger.EnableFileLog.Value = configurationFileFormat.EnableFileLog;
|
||||
Graphics.BackendThreading.Value = configurationFileFormat.BackendThreading;
|
||||
Graphics.ResScale.Value = configurationFileFormat.ResScale;
|
||||
|
|
|
@ -1593,7 +1593,7 @@ namespace Ryujinx.Ui
|
|||
{
|
||||
if (_emulationContext.System.SearchingForAmiibo(out int deviceId))
|
||||
{
|
||||
AmiiboWindow amiiboWindow = new AmiiboWindow
|
||||
AmiiboWindow amiiboWindow = new AmiiboWindow //display amiibo data
|
||||
{
|
||||
LastScannedAmiiboShowAll = _lastScannedAmiiboShowAll,
|
||||
LastScannedAmiiboId = _lastScannedAmiiboId,
|
||||
|
|
Loading…
Reference in a new issue