From 08504fdaab8e085c6ec6667fee65f0fc42ac43ce Mon Sep 17 00:00:00 2001 From: neonloop Date: Tue, 16 Mar 2021 19:29:35 +0000 Subject: Uses upstream libpicofe as a submodule --- frontend/libpicofe | 1 + frontend/plat_trimui.c | 1 + 2 files changed, 2 insertions(+) create mode 160000 frontend/libpicofe (limited to 'frontend') diff --git a/frontend/libpicofe b/frontend/libpicofe new file mode 160000 index 0000000..76e45c3 --- /dev/null +++ b/frontend/libpicofe @@ -0,0 +1 @@ +Subproject commit 76e45c3489a0c32d91744413c198f685b553f6c0 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); -- cgit v1.2.3