Added a file selection screen (that does nothing), Moved tests to their own file, Fixed a race condition with the keyboard handler

This commit is contained in:
Lucia Ceionia
2023-02-02 21:40:39 -06:00
parent 2114741766
commit 964cbcd68d
9 changed files with 287 additions and 131 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
#include <stdint.h>
extern void v86Test();