set cellVideoOutSetGamma to trace

It is spammed a lot in some games and we already know it works.
This commit is contained in:
Megamouse 2022-11-10 19:34:25 +01:00 committed by Ivan
parent 961d905433
commit 324b1039cf
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ error_code cellAudioOutGetAvailableDeviceInfo(u32 count, vm::ptr<CellAudioOutDev
error_code cellVideoOutSetGamma(u32 videoOut, f32 gamma)
{
cellAvconfExt.warning("cellVideoOutSetGamma(videoOut=%d, gamma=%f)", videoOut, gamma);
cellAvconfExt.trace("cellVideoOutSetGamma(videoOut=%d, gamma=%f)", videoOut, gamma);
if (gamma < 0.8f || gamma > 1.2f)
{