mirror of https://github.com/mgba-emu/mgba.git
Scripting: Fix elision of MemoryDomain documentation
This commit is contained in:
parent
840e2806b5
commit
79506cef72
|
@ -391,6 +391,7 @@ void explainCore(struct mCore* core) {
|
|||
|
||||
fprintf(out, " %s:\n", name->value.string->buffer);
|
||||
value = mScriptContextAccessWeakref(&context, value);
|
||||
addType(value->type);
|
||||
|
||||
struct mScriptFrame frame;
|
||||
uint32_t baseVal;
|
||||
|
|
Loading…
Reference in New Issue