mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 06:19:41 +00:00
libSceSystemGesture| use change trace level
This commit is contained in:
parent
d0fd7ee112
commit
8203817aa3
@ -34,19 +34,19 @@ EXPORT SYSV_ABI int sceSystemGestureAppendTouchRecognizer(int32_t handle, void*
|
||||
|
||||
EXPORT SYSV_ABI int sceSystemGestureUpdatePrimitiveTouchRecognizer() {
|
||||
LOG_USE_MODULE(libSceSystemGesture);
|
||||
LOG_ERR(L"todo %S", __FUNCTION__);
|
||||
LOG_TRACE(L"todo %S", __FUNCTION__);
|
||||
return Ok;
|
||||
}
|
||||
|
||||
EXPORT SYSV_ABI int sceSystemGestureUpdateAllTouchRecognizer(int32_t handle) {
|
||||
LOG_USE_MODULE(libSceSystemGesture);
|
||||
LOG_ERR(L"todo %S", __FUNCTION__);
|
||||
LOG_TRACE(L"todo %S", __FUNCTION__);
|
||||
return Ok;
|
||||
}
|
||||
|
||||
EXPORT SYSV_ABI int sceSystemGestureGetTouchEventsCount(int32_t handle, void* param) {
|
||||
LOG_USE_MODULE(libSceSystemGesture);
|
||||
LOG_ERR(L"todo %S", __FUNCTION__);
|
||||
LOG_TRACE(L"todo %S", __FUNCTION__);
|
||||
return Ok;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user