10-31-2012, 12:58 PM
(10-31-2012, 10:15 AM)hyakki Wrote: I wonder if jpcsp needs to tell the drivers to turn off vsync (Ie: when its set to "Use the 3D application setting"), so Jpcsp can handle it's frame-limiting alone without intervention from the drivers.This is done is sceDisplay, line 274:
Code:
setSwapInterval(1);
I cannot reproduce the behavior when performing changes only through the Nvidia control panel. But I get also a low CPU load for the cube demo when changing the above line to "setSwapInterval(0)"...
Always include a complete log file at INFO level in your reports. Thanks! How to post a log