libsuperderpy: Always hide cursor on PocketCHIP

This commit is contained in:
Sebastian Krzyszkowiak 2022-07-21 06:32:02 +02:00
parent a710541e4e
commit f68eab53f7
No known key found for this signature in database
GPG key ID: E8F235CF3BDBC3FF

View file

@ -358,7 +358,7 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char*
al_destroy_bitmap(icon); al_destroy_bitmap(icon);
} }
if (game->config.fullscreen) { if (game->config.fullscreen || IS_POCKETCHIP) {
al_hide_mouse_cursor(game->display); al_hide_mouse_cursor(game->display);
} }
al_inhibit_screensaver(true); al_inhibit_screensaver(true);