all repos — mgba @ e290e458b0abddfedeb9007a1d329e8d7b5edfe5

mGBA Game Boy Advance Emulator

Platform: Speculative fix for Windows build
Jeffrey Pfau jeffrey@endrift.com
Sun, 14 Feb 2016 10:12:33 -0800
commit

e290e458b0abddfedeb9007a1d329e8d7b5edfe5

parent

4fca30b73da71dd2028688e73cd7374bcc1fa1ff

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/commandline.csrc/platform/commandline.c

@@ -201,7 +201,7 @@ }

struct Debugger* createDebugger(struct mArguments* opts, struct mCore* core) { #ifndef USE_CLI_DEBUGGER - UNUSED(context); + UNUSED(core); #endif union DebugUnion { struct Debugger d;