Moved DC include into #ifdef to fix x86 build.

This commit is contained in:
Falco Girgis 2025-02-18 22:00:46 -06:00
parent 56f5b24d85
commit d2eb58d7e8

View File

@ -8,13 +8,12 @@
(c)2000 Jeff Molofee
*/
#include <kos.h>
#include <GL/glkos.h>
#include <GL/gl.h>
#include <GL/glu.h>
#ifdef __DREAMCAST__
#include <kos.h>
extern uint8 romdisk[];
KOS_INIT_ROMDISK(romdisk);
#define IMG_PATH "/rd/glass.pvr"