mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-27 00:20:54 +00:00
Do not spam to stderr
This commit is contained in:
parent
2be0c2f624
commit
d9c165fb86
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user