interrupts!!!! :D

This commit is contained in:
2026-01-29 08:36:04 +11:00
parent 7d869a3cb4
commit 34c9670ad3
17 changed files with 85 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
#include "BasicRenderer.h"
BasicRenderer* GlobalRenderer;
BasicRenderer::BasicRenderer(Framebuffer* framebuffer, PSF1_FONT* psf1_Font) {
targetFramebuffer = framebuffer;
PSF1_Font = psf1_Font;