mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
run in usermode. psplink provides an exception handler and stdout/stderr redirection, so we have no real reason to use kernel mode anyway.
svn-id: r20250
This commit is contained in:
parent
d84fb4f696
commit
9fee68f3b0
@ -38,7 +38,7 @@
|
||||
#include "./trace.h"
|
||||
|
||||
|
||||
//#define USERSPACE_ONLY
|
||||
#define USERSPACE_ONLY
|
||||
|
||||
|
||||
/**
|
||||
@ -127,7 +127,7 @@ extern "C" int scummvm_main(int argc, char *argv[]);
|
||||
int main(void)
|
||||
{
|
||||
//PSPDebugTrace("Init debug screen\n");
|
||||
pspDebugScreenInit();
|
||||
//pspDebugScreenInit();
|
||||
|
||||
//PSPDebugTrace("Setup callbacks\n");
|
||||
SetupCallbacks();
|
||||
|
Loading…
x
Reference in New Issue
Block a user