update libpicofe
authornotaz <notasas@gmail.com>
Sun, 31 Oct 2021 15:23:53 +0000 (17:23 +0200)
committernotaz <notasas@gmail.com>
Sun, 31 Oct 2021 15:25:49 +0000 (17:25 +0200)
.gitmodules
Makefile
frontend/libpicofe
frontend/plat_omap.c
frontend/plat_pollux.c

index 5f7f360..691f830 100644 (file)
@@ -1,9 +1,9 @@
 [submodule "libpicofe"]
        path = frontend/libpicofe
-       url = git://notaz.gp2x.de/~notaz/libpicofe.git
+       url = https://github.com/notaz/libpicofe.git
 [submodule "warm"]
        path = frontend/warm
-       url = git://notaz.gp2x.de/~notaz/warm.git
+       url = https://github.com/notaz/warm.git
 [submodule "libchdr"]
        path = libchdr
        url = https://github.com/rtissera/libchdr.git
index e3b9099..f8d1dc1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -222,6 +222,7 @@ ifeq "$(USE_PLUGIN_LIB)" "1"
 OBJS += frontend/plugin_lib.o
 OBJS += frontend/libpicofe/linux/plat.o
 OBJS += frontend/libpicofe/readpng.o frontend/libpicofe/fonts.o
+frontend/libpicofe/linux/plat.o: CFLAGS += -DNO_HOME_DIR
 ifeq "$(HAVE_NEON)" "1"
 OBJS += frontend/libpicofe/arm/neon_scale2x.o
 OBJS += frontend/libpicofe/arm/neon_eagle2x.o
index 21604a0..c668921 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 21604a047941b8fe81d381ede0371c75da964afd
+Subproject commit c668921a45b7a7f5f548d0e09836f143f56b4ae0
index f25f31c..c4bff31 100644 (file)
@@ -223,7 +223,7 @@ void plat_omap_init(void)
                exit(1);
        }
 
-       g_menuscreen_w = w;
+       g_menuscreen_w = g_menuscreen_pp = w;
        g_menuscreen_h = h;
        g_menuscreen_ptr = vout_fbdev_flip(main_fb);
        pl_rearmed_cbs.screen_w = w;
index 33e9417..18b8053 100644 (file)
@@ -555,7 +555,7 @@ void plat_init(void)
        memset(fb_vaddrs[0], 0, FB_VRAM_SIZE);
 
        pollux_changemode(16, 0);
-       g_menuscreen_w = 320;
+       g_menuscreen_w = g_menuscreen_pp = 320;
        g_menuscreen_h = 240;
        g_menuscreen_ptr = fb_flip();