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
|
@ -24,10 +24,12 @@
|
|||
*/
|
||||
|
||||
#include <pspgu.h>
|
||||
#include <pspkerneltypes.h>
|
||||
#include <pspdisplay.h>
|
||||
#include <psputils.h>
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "backends/platform/psp/psppixelformat.h"
|
||||
#include "backends/platform/psp/display_client.h"
|
||||
#include "backends/platform/psp/display_manager.h"
|
||||
#include "backends/platform/psp/memory.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue