mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:18:58 -06:00 
			
		
		
		
	Add mod enablement status in the log message (#6571)
This commit is contained in:
		@@ -218,7 +218,7 @@ namespace Ryujinx.HLE.HOS
 | 
			
		||||
 | 
			
		||||
                if (types.Length > 0)
 | 
			
		||||
                {
 | 
			
		||||
                    Logger.Info?.Print(LogClass.ModLoader, $"Found mod '{mod.Name}' [{types}]");
 | 
			
		||||
                    Logger.Info?.Print(LogClass.ModLoader, $"Found {(mod.Enabled ? "enabled" : "disabled")} mod '{mod.Name}' [{types}]");
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user