mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 00:54:18 +08:00
tune error info
This commit is contained in:
+1
-3
@@ -302,9 +302,7 @@ int mg_InitGAL (char* engine, char* mode)
|
||||
if (GAL_VideoInit (engine, 0)) {
|
||||
GAL_VideoQuit ();
|
||||
_ERR_PRINTF ("NEWGAL: Does not find matched engine: %s.\n", engine);
|
||||
if (IS_COMPOSITING_SCHEMA) {
|
||||
_ERR_PRINTF (" Or the specified engine does not support compositing schema.\n");
|
||||
}
|
||||
_ERR_PRINTF (" Or failed to initialize the engine.\n");
|
||||
return ERR_NO_MATCH;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user