Fixed UNIX compilation

This commit is contained in:
2025-02-08 13:08:34 -07:00
parent 65e4dbadb5
commit fc67151bfa
613 changed files with 34 additions and 38 deletions

View File

@ -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();