Commit 25367efcba2d055f0ef4da4473832556eddbcf31

Cameron Cawley 2022-05-08T17:36:22

Add missing library needed for locale functions on PS Vita

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34f308c..1fea80f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2402,6 +2402,7 @@ elseif(VITA)
       SceDisplay_stub
       SceCtrl_stub
       SceAppMgr_stub
+      SceAppUtil_stub
       SceAudio_stub
       SceAudioIn_stub
       SceSysmodule_stub