Small additions

This commit is contained in:
2026-06-17 07:48:25 +02:00
parent 6605d86916
commit 52cc1e08b6
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -4,12 +4,16 @@ import emu "../machine"
import rl "vendor:raylib"
Simulator :: struct {
// Emulator
machine: ^emu.System,
rom_loaded: bool,
running: bool,
paused: bool,
cycles_per_second: int,
// GUI
font: rl.Font,
active_tab: i32,
mem_scroll : rl.Vector2,
}
// Requires an initilized emulatore System Struct