First working version of desktop emulator with game launcher support. Includes local stubs and launcher logic.
This commit is contained in:
11
emulator/build_and_run.sh
Executable file
11
emulator/build_and_run.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "[Emulator] Cleaning old build..."
|
||||
make clean
|
||||
|
||||
echo "[Emulator] Building..."
|
||||
make
|
||||
|
||||
echo "[Emulator] Running emulator..."
|
||||
./basic1_emulator
|
||||
Reference in New Issue
Block a user