aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
m---------frontend/libpicofe0
-rw-r--r--frontend/plat_trimui.c1
2 files changed, 1 insertions, 0 deletions
diff --git a/frontend/libpicofe b/frontend/libpicofe
new file mode 160000
+Subproject 76e45c3489a0c32d91744413c198f685b553f6c
diff --git a/frontend/plat_trimui.c b/frontend/plat_trimui.c
index 46527c4..252ea6c 100644
--- a/frontend/plat_trimui.c
+++ b/frontend/plat_trimui.c
@@ -328,6 +328,7 @@ void plat_init(void)
g_menuscreen_w = 320;
g_menuscreen_h = 240;
+ g_menuscreen_pp = 320;
g_menuscreen_ptr = fb_flip();
in_sdl_init(&in_sdl_platform_data, plat_sdl_event_handler);