Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
emmauss committed Feb 17, 2022
1 parent 82f82c7 commit 0abf9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ryujinx.Ava/Configuration/LoggerModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private static void ReloadFilteredClasses(object sender, ReactiveEventArgs<LogCl
{
bool noFilter = e.NewValue.Length == 0;

foreach (var logClass in EnumExtensions.GetValues<LogClass>())
foreach (var logClass in Enum.GetValues<LogClass>())
{
Logger.SetEnable(logClass, noFilter);
}
Expand Down

0 comments on commit 0abf9e1

Please sign in to comment.