mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
set current screen orientation on startup so we don't reset back to normal if we started with a rotated display
This commit is contained in:
parent
10ef7dd561
commit
c39765a5b7
@ -65,6 +65,7 @@ void* video_display_server_init(void)
|
||||
current_display_server->ident);
|
||||
|
||||
initial_screen_orientation = video_display_server_get_screen_orientation();
|
||||
current_screen_orientation = initial_screen_orientation;
|
||||
|
||||
return current_display_server_data;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user