Merge remote-tracking branch 'upstream/master' into auto-assign-controller
This commit is contained in:
@@ -667,7 +667,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
|
||||
if (!ShowDirtyHacks)
|
||||
return;
|
||||
|
||||
var newHacks = EnabledHacks.Select(x => x.Hack)
|
||||
string newHacks = EnabledHacks.Select(x => x.Hack)
|
||||
.JoinToString(", ");
|
||||
|
||||
if (newHacks != _lastHackCollection)
|
||||
|
||||
Reference in New Issue
Block a user