Random changes to try and lower memory

This commit is contained in:
Stossy11 2024-12-24 17:13:46 +11:00
parent ace6616067
commit ccf89aa324
4 changed files with 2 additions and 6 deletions

View file

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