mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-07 13:55:47 +00:00
[ci skip] chore: Fix usage of var
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Ryujinx.Common.Logging.Targets
|
||||
return;
|
||||
}
|
||||
|
||||
using var signal = new ManualResetEventSlim(false);
|
||||
using ManualResetEventSlim signal = new ManualResetEventSlim(false);
|
||||
try
|
||||
{
|
||||
_messageQueue.Add(new FlushEventArgs(signal));
|
||||
|
||||
Reference in New Issue
Block a user