Small cleanup and fixed height control/status bars.

This commit is contained in:
2026-06-10 08:03:39 +02:00
parent eb702890bb
commit 3b24dc8566
2 changed files with 43 additions and 48 deletions
+2 -3
View File
@@ -4,12 +4,11 @@ import emu "../machine"
import rl "vendor:raylib"
Simulator :: struct {
font: rl.Font,
machine: ^emu.System,
running: bool,
paused: bool,
cycles_per_second: int
cycles_per_second: int,
font: rl.Font,
}
// Requires an initilized emulatore System Struct