mirror of https://github.com/mgba-emu/mgba.git
Platform: Speculative fix for Windows build
This commit is contained in:
parent
4fca30b73d
commit
e290e458b0
|
@ -201,7 +201,7 @@ void _applyGraphicsArgs(struct mSubParser* parser, struct mCoreConfig* config) {
|
||||||
|
|
||||||
struct Debugger* createDebugger(struct mArguments* opts, struct mCore* core) {
|
struct Debugger* createDebugger(struct mArguments* opts, struct mCore* core) {
|
||||||
#ifndef USE_CLI_DEBUGGER
|
#ifndef USE_CLI_DEBUGGER
|
||||||
UNUSED(context);
|
UNUSED(core);
|
||||||
#endif
|
#endif
|
||||||
union DebugUnion {
|
union DebugUnion {
|
||||||
struct Debugger d;
|
struct Debugger d;
|
||||||
|
|
Loading…
Reference in New Issue