[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
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
-Subproject commit 21604a047941b8fe81d381ede0371c75da964afd
+Subproject commit c668921a45b7a7f5f548d0e09836f143f56b4ae0
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;
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();