From c5b5e0821f845a8ef91f2589b02302b4434c3afa Mon Sep 17 00:00:00 2001 From: Ian Tester Date: Sun, 20 Dec 2020 16:21:45 +1100 Subject: [PATCH] build: add some Sce stubs to build now --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14c006d..3d53706 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,8 @@ target_link_libraries(${SHORT_NAME} SceCommonDialog_stub ScePower_stub SceTouch_stub + SceHid_stub + SceAppMgr_stub m )