This commit is contained in:
LDj3SNuD 2018-11-01 02:51:01 +01:00 committed by GitHub
parent 8b776f99bc
commit 8bb0d257fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ namespace Ryujinx.Tests.Cpu
private IntPtr _ramPointer;
private MemoryManager _memory;
private CpuThread _thread;
private CpuThread _thread;
private static bool _unicornAvailable;
private UnicornAArch64 _unicornEmu;