[nostalgia/core/sdl] Add sleep 1 ms to main loop
This commit is contained in:
parent
4dab05aef5
commit
887167add2
@ -31,6 +31,7 @@ ox::Error run(Context *ctx) {
|
||||
}
|
||||
}
|
||||
draw(ctx);
|
||||
SDL_Delay(1);
|
||||
}
|
||||
return OxError(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user