View Single Post
Old 17th October 2019, 19:26   #57634  |  Link
Asmodian
Registered User
 
Join Date: Feb 2002
Location: San Jose, California
Posts: 4,407
Your profile rules are probably bad

Use this instead:
Code:
if (srcHeight <= 720) "720p"
else if (srcHeight <= 1080) "1080p"
else if (fps > 31) "4K60"
else "4K"
Edit:
Quote:
Originally Posted by Cowboydude99 View Post
I posted this same question earlier, but in the wrong place. Posting here for assistance.
That was a perfectly fine place too.

Can you post a screenshot/photo of the madVR OSD (crtl-J)? What GPU do you have?
__________________
madVR options explained

Last edited by Asmodian; 17th October 2019 at 19:31.
Asmodian is offline   Reply With Quote