[GPU] Bottom screen stub

This commit is contained in:
wheremyfoodat 2023-06-13 22:47:01 +03:00
parent d32de77671
commit 8e90b8a103
6 changed files with 101 additions and 25 deletions

View file

@ -23,7 +23,6 @@ void Emulator::render() {
void Emulator::run() {
while (running) {
gpu.getGraphicsContext(); // Give the GPU a rendering context
runFrame(); // Run 1 frame of instructions
gpu.display(); // Display graphics