misc: chore: Use explicit types in the Avalonia project
This commit is contained in:
@@ -661,7 +661,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