mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-16 10:15:46 +00:00
gdb: Do not skip CheckInterrupt when gdb stub is enabled (ryubing/ryujinx!169)
See merge request ryubing/ryujinx!169
This commit is contained in:
@@ -201,11 +201,7 @@ namespace ARMeilleure.Instructions
|
|||||||
|
|
||||||
ExecutionContext context = GetContext();
|
ExecutionContext context = GetContext();
|
||||||
|
|
||||||
// If debugging, we'll handle interrupts outside
|
context.CheckInterrupt();
|
||||||
if (!Optimizations.EnableDebugging)
|
|
||||||
{
|
|
||||||
context.CheckInterrupt();
|
|
||||||
}
|
|
||||||
|
|
||||||
Statistics.ResumeTimer();
|
Statistics.ResumeTimer();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user