[Scummvm-git-logs] scummvm master -> 9c7ce6cf336f527dcc3d3296622dcded40cac144
lephilousophe
lephilousophe at users.noreply.github.com
Sun Jan 10 10:29:07 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9c7ce6cf33 VITA: Add SceMotion_stub library
Commit: 9c7ce6cf336f527dcc3d3296622dcded40cac144
https://github.com/scummvm/scummvm/commit/9c7ce6cf336f527dcc3d3296622dcded40cac144
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-01-10T11:24:15+01:00
Commit Message:
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.
Changed paths:
configure
diff --git a/configure b/configure
index 13901c4719..2a3d06f52e 100755
--- a/configure
+++ b/configure
@@ -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"
More information about the Scummvm-git-logs
mailing list