Fixed syntax, it builds now.
This commit is contained in:
parent
2c43d73d59
commit
e9928f3adf
|
@ -670,7 +670,7 @@ typedef struct
|
||||||
int (*Init)(); // Initializes stuff related to core
|
int (*Init)(); // Initializes stuff related to core
|
||||||
void (*DeInit)(); // Deinitializes stuff related to core
|
void (*DeInit)(); // Deinitializes stuff related to core
|
||||||
void (*Resize)(int width, int height, BOOL fullscreen); // Resizes window or fullscreen
|
void (*Resize)(int width, int height, BOOL fullscreen); // Resizes window or fullscreen
|
||||||
void (*OnScreenText)(char *string, ..); // For handling save state messages, etc.
|
void (*OnScreenText)(char *string, ...); // For handling save state messages, etc.
|
||||||
} GraphicsInterface_struct;
|
} GraphicsInterface_struct;
|
||||||
|
|
||||||
void GPU_setVideoProp(GPU *, u32 p);
|
void GPU_setVideoProp(GPU *, u32 p);
|
||||||
|
|
Loading…
Reference in New Issue