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:
parent
f4eacd6cc6
commit
8b59e45e6e
13 changed files with 134 additions and 71 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include "backends/platform/psp/trace.h"
|
||||
|
||||
#include "backends/platform/psp/psppixelformat.h"
|
||||
#include "backends/platform/psp/input.h"
|
||||
|
||||
// Defines for working with PSP buttons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue