mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 22:20:31 +00:00
Fix hardcoded screen size
This commit is contained in:
parent
67189e84f0
commit
24b64203b8
@ -902,7 +902,7 @@ static void *lakka_init(void)
|
|||||||
|
|
||||||
gl = (gl_t*)driver.video_data;
|
gl = (gl_t*)driver.video_data;
|
||||||
|
|
||||||
init_font(gl, g_settings.video.font_path, 6, 1440, 900);
|
init_font(gl, g_settings.video.font_path, 6, gl->win_width, gl->win_height);
|
||||||
|
|
||||||
menu_init_core_info(rgui);
|
menu_init_core_info(rgui);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user