mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
dmnt.gen2: enable gdbserver QStartNoAckMode
This commit is contained in:
parent
72b0fe6c1c
commit
3627356d4b
2 changed files with 12 additions and 3 deletions
|
@ -77,6 +77,8 @@ namespace ams::dmnt {
|
|||
|
||||
void Q();
|
||||
|
||||
void QStartNoAckMode();
|
||||
|
||||
void T();
|
||||
|
||||
void Z();
|
||||
|
@ -115,4 +117,4 @@ namespace ams::dmnt {
|
|||
Result ParseVCont(char * const token, u64 *thread_ids, u8 *continue_modes, s32 num_threads, DebugProcess::ContinueMode &default_continue_mode);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue