linux fixes

This commit is contained in:
Lukas Höppner
2026-08-20 01:11:24 +02:00
parent 272619c2b8
commit e76be6810a
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ typedef struct {
} nova64_framebuffer_t;
// Global instance access
NOVA64_API nova64_framebuffer_t nova64_framebuffer;
NOVA64_API extern nova64_framebuffer_t nova64_framebuffer;
// Function prototypes
bool nova64_framebuffer_init(void);