[GPU] Bottom screen stub
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user