mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 22:06:24 +02:00
gdb: Allow PTC cache when GDB Stub is enabled
This commit is contained in:
parent
c5c8647de7
commit
c4abaa6cf2
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ namespace ARMeilleure.Translation
|
||||||
Stubs,
|
Stubs,
|
||||||
address,
|
address,
|
||||||
highCq,
|
highCq,
|
||||||
_ptc.State != PtcState.Disabled && !Optimizations.EnableDebugging,
|
_ptc.State != PtcState.Disabled,
|
||||||
mode: Aarch32Mode.User);
|
mode: Aarch32Mode.User);
|
||||||
|
|
||||||
Logger.StartPass(PassName.Decoding);
|
Logger.StartPass(PassName.Decoding);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue