Do not spam to stderr

This commit is contained in:
igor725 2024-06-01 10:13:31 +03:00
parent 2be0c2f624
commit d9c165fb86
No known key found for this signature in database
GPG Key ID: 46F13BBE46F8569D

View File

@ -74,7 +74,7 @@ EXPORT SYSV_ABI int32_t sceVideoOutSetFlipRate(int32_t handle, int32_t rate) {
EXPORT SYSV_ABI int32_t sceVideoOutSetWindowModeMargins(int32_t handle, int top, int bottom) {
LOG_USE_MODULE(libSceVideoOut);
LOG_ERR(L"TODO %S", __FUNCTION__);
LOG_TRACE(L"TODO %S", __FUNCTION__);
return Ok;
}