aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/tools/emugen/ApiGen.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/tools/emugen/ApiGen.h')
-rw-r--r--emulator/opengl/host/tools/emugen/ApiGen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulator/opengl/host/tools/emugen/ApiGen.h b/emulator/opengl/host/tools/emugen/ApiGen.h
index 1627ef6..8ba18af 100644
--- a/emulator/opengl/host/tools/emugen/ApiGen.h
+++ b/emulator/opengl/host/tools/emugen/ApiGen.h
@@ -54,6 +54,8 @@ public:
case WRAPPER_SIDE:
retval = "wrapper";
break;
+ default:
+ retval = "unknown";
}
return retval;
}