Fix emulator build script, UI rendering, and clean up repo

This commit is contained in:
Adolfo Reyna
2026-02-17 21:49:49 -05:00
parent 6d29e99394
commit b0ca1f1a55
9 changed files with 693 additions and 526 deletions

View File

@@ -1,8 +1,9 @@
#!/bin/bash
set -e
echo "[Emulator] Cleaning old build..."
make clean
echo "[Emulator] Generating build files..."
cmake .
echo "[Emulator] Building..."
make