VITA: Add SceMotion_stub library

It's used by new versions of Vita SDL.
Library is present for a long time so it should link OK with older SDKs.
This commit is contained in:
Le Philousophe 2021-01-10 11:24:15 +01:00
parent 1c25507641
commit 9c7ce6cf33

2
configure vendored
View File

@ -3779,7 +3779,7 @@ case $_backend in
append_var LIBS "-lSceSysmodule_stub -lSceDisplay_stub -lSceGxm_stub"
append_var LIBS "-lSceAudio_stub -lSceCtrl_stub -lScePower_stub"
append_var LIBS "-lSceNet_stub -lSceNetCtl_stub -lSceAppMgr_stub -lScePgf_stub"
append_var LIBS "-lSceTouch_stub -lSceHid_stub"
append_var LIBS "-lSceTouch_stub -lSceHid_stub -lSceMotion_stub"
_sdl=yes
_sdlversion=2.0.0
append_var MODULES "backends/platform/sdl"