This commit is contained in:
Stossy11 2025-01-15 14:23:52 +11:00
parent 994f6c0732
commit 27aaea0d68
40 changed files with 50 additions and 2017 deletions

View file

@ -66,6 +66,8 @@ namespace Ryujinx.Cpu.LightningJit
{
get
{
ObjectDisposedException.ThrowIf(_disposed, this);
return _dispatchLoop.Value;
}
}