PSP: added option for render by callback and fixed up and cleaned up debug mechanism. This allows for about 4% speedup since we no longer need to wait for VSYNC in our main thread. I'll activate it as soon as I've tested it out properly.

svn-id: r49055
This commit is contained in:
Yotam Barnoy 2010-05-17 07:22:26 +00:00
parent f4eacd6cc6
commit 8b59e45e6e
13 changed files with 134 additions and 71 deletions

View file

@ -24,6 +24,7 @@
*/
#include "common/scummsys.h"
#include "backends/platform/psp/psppixelformat.h"
#include "backends/platform/psp/display_client.h"
#include "backends/platform/psp/default_display_client.h"
#include "backends/platform/psp/cursor.h"