mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
Fix some build + impl errors with HIO
After rebase there were some API changes, also fix continuation logic in the main gdbstub.
This commit is contained in:
parent
33dde0d06b
commit
83138e0c63
4 changed files with 94 additions and 63 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
namespace GDBStub {
|
||||
|
||||
/**
|
||||
* Based on the Rosalina implementation:
|
||||
* https://github.com/LumaTeam/Luma3DS/blob/master/sysmodules/rosalina/include/gdb.h#L46C27-L62
|
||||
*/
|
||||
struct PackedGdbHioRequest {
|
||||
char magic[4]; // "GDB\x00"
|
||||
u32 version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue