Skip to content

Commit

Permalink
Broken SDL in Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoparadox committed Dec 23, 2023
1 parent 77ae60b commit 1c99bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/retroflt.h
Original file line number Diff line number Diff line change
Expand Up @@ -3618,6 +3618,8 @@ int retroflat_init( int argc, char* argv[], struct RETROFLAT_ARGS* args ) {
debug_printf( 3, "maximum window size: %ux%u",
info->current_w, info->current_h );

/* TODO: Maximum screen size detection returns bogus values in Windows! */

/* Setup default screen position. */
if( 0 == args->screen_x ) {
/* Get screen width so we can center! */
Expand Down

0 comments on commit 1c99bb2

Please sign in to comment.