aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneonloop2021-03-16 19:29:35 +0000
committerneonloop2021-03-16 19:29:35 +0000
commit08504fdaab8e085c6ec6667fee65f0fc42ac43ce (patch)
tree4cc964edab5873209a2dfd89db1b423bc9f32952
parent0b445ea17f09c582a9d0214c3c1a9540dc2a0cab (diff)
downloadpcsx_rearmed-08504fdaab8e085c6ec6667fee65f0fc42ac43ce.tar.gz
pcsx_rearmed-08504fdaab8e085c6ec6667fee65f0fc42ac43ce.tar.bz2
pcsx_rearmed-08504fdaab8e085c6ec6667fee65f0fc42ac43ce.zip
Uses upstream libpicofe as a submodule
-rw-r--r--.gitmodules3
m---------frontend/libpicofe0
-rw-r--r--frontend/plat_trimui.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..1f260d5
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "frontend/libpicofe"]
+ path = frontend/libpicofe
+ url = https://github.com/notaz/libpicofe
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);