Fixed UNIX compilation
This commit is contained in:
@ -7,7 +7,9 @@ static const int TICKS_PER_LINE = 456;
|
||||
static const int YRES = 144;
|
||||
static const int XRES = 160;
|
||||
|
||||
u32 target_frame_time;
|
||||
static u32 target_frame_time;
|
||||
|
||||
bool window_visible();
|
||||
|
||||
typedef enum {
|
||||
FS_TILE,
|
||||
@ -90,4 +92,4 @@ u8 ppu_oam_read(u16 address);
|
||||
void ppu_vram_write(u16 address, u8 value);
|
||||
u8 ppu_vram_read(u16 address);
|
||||
|
||||
ppu_context *ppu_get_context();
|
||||
ppu_context *ppu_get_context();
|
||||
|
Reference in New Issue
Block a user