mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 19:56:23 +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,
|
||||
address,
|
||||
highCq,
|
||||
_ptc.State != PtcState.Disabled && !Optimizations.EnableDebugging,
|
||||
_ptc.State != PtcState.Disabled,
|
||||
mode: Aarch32Mode.User);
|
||||
|
||||
Logger.StartPass(PassName.Decoding);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue