mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 23:11:13 +00:00
Trying to debug alcMakeContextCurrent crash on Linux.
This commit is contained in:
parent
b7cd66d414
commit
cf0747df6c
|
@ -56,10 +56,14 @@ namespace Examples
|
|||
context.IsCurrent = false;
|
||||
Trace.Assert(!context.IsCurrent);
|
||||
|
||||
context.Suspend();
|
||||
|
||||
Trace.WriteLine("IsCurrent = true...");
|
||||
context.IsCurrent = true;
|
||||
Trace.Assert(!context.IsCurrent);
|
||||
|
||||
context.Process();
|
||||
|
||||
Trace.WriteLine("AudioContext.CurrentContext...");
|
||||
Trace.Assert(AudioContext.CurrentContext == context);
|
||||
|
||||
|
|
Loading…
Reference in a new issue