mirror of
https://github.com/libretro/mgba.git
synced 2024-11-23 07:59:46 +00:00
Scripting: Unpack breakpoint name struct
This commit is contained in:
parent
476dcc11df
commit
0f0dccdcf2
@ -163,9 +163,9 @@ struct mScriptMemoryDomain {
|
||||
struct mScriptBreakpointName {
|
||||
uint32_t address;
|
||||
uint32_t maxAddress;
|
||||
int segment : 9;
|
||||
int type : 1;
|
||||
int subtype : 3;
|
||||
int16_t segment;
|
||||
uint8_t type;
|
||||
uint8_t subtype;
|
||||
};
|
||||
|
||||
struct mScriptBreakpoint {
|
||||
|
Loading…
Reference in New Issue
Block a user