This commit is contained in:
twinaphex 2019-03-20 18:00:14 +01:00
parent dc46bea45a
commit be9a8c0e18

View File

@ -2042,10 +2042,8 @@ static void rgui_update_menu_viewport(rgui_t *rgui)
static bool rgui_set_aspect_ratio(rgui_t *rgui) static bool rgui_set_aspect_ratio(rgui_t *rgui)
{ {
#if !defined(GEKKO)
settings_t *settings = config_get_ptr();
#endif
unsigned base_term_width; unsigned base_term_width;
settings_t *settings = config_get_ptr();
rgui_framebuffer_free(); rgui_framebuffer_free();
rgui_thumbnail_free(); rgui_thumbnail_free();
@ -2055,12 +2053,11 @@ static bool rgui_set_aspect_ratio(rgui_t *rgui)
rgui->menu_aspect_ratio = settings->uints.menu_rgui_aspect_ratio; rgui->menu_aspect_ratio = settings->uints.menu_rgui_aspect_ratio;
#if defined(GEKKO) #if defined(GEKKO)
/* Set frame buffer dimensions /* Set frame buffer dimensions
* and update menu aspect index */ * and update menu aspect index */
rgui_frame_buf.height = 240; rgui_frame_buf.height = 240;
rgui_frame_buf.width = 320; rgui_frame_buf.width = 320;
base_term_width = rgui_frame_buf.width; base_term_width = rgui_frame_buf.width;
/* Allocate frame buffer /* Allocate frame buffer
* (4 extra lines to cache the chequered background) */ * (4 extra lines to cache the chequered background) */