Skip to content

Commit

Permalink
Do not spam to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
igor725 committed Jun 1, 2024
1 parent 2be0c2f commit d9c165f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libSceVideoOut/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit d9c165f

Please sign in to comment.