how is this SLOWER than SDL_Renderer

This commit is contained in:
tildearrow 2024-04-07 19:35:17 -05:00
parent b6fcba2ba3
commit 240bce5cd1

View file

@ -103,7 +103,7 @@ void FurnaceGUIRenderSoftware::wipe(float alpha) {
} }
void FurnaceGUIRenderSoftware::present() { void FurnaceGUIRenderSoftware::present() {
// TODO? SDL_UpdateWindowSurface(sdlWin);
} }
bool FurnaceGUIRenderSoftware::getOutputSize(int& w, int& h) { bool FurnaceGUIRenderSoftware::getOutputSize(int& w, int& h) {