mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
how is this SLOWER than SDL_Renderer
This commit is contained in:
parent
b6fcba2ba3
commit
240bce5cd1
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void FurnaceGUIRenderSoftware::wipe(float alpha) {
|
|||
}
|
||||
|
||||
void FurnaceGUIRenderSoftware::present() {
|
||||
// TODO?
|
||||
SDL_UpdateWindowSurface(sdlWin);
|
||||
}
|
||||
|
||||
bool FurnaceGUIRenderSoftware::getOutputSize(int& w, int& h) {
|
||||
|
|
Loading…
Reference in a new issue