removed hdmi-related code

This commit is contained in:
Shaun Inman 2023-03-21 08:05:19 -04:00
parent 5f60f9c26e
commit 1ea75a50e0
8 changed files with 22 additions and 139 deletions

View file

@ -1320,9 +1320,8 @@ int main (int argc, char *argv[]) {
POW_update(&dirty, &show_setting, NULL, NULL);
int resized = GFX_autosize(&screen, &dirty);
if (dirty) {
if (!resized) GFX_clear(screen); // resizing clears the screen
GFX_clear(screen);
int ox;
int oy;