diff options
author | Joost Peters | 2006-01-27 23:01:34 +0000 |
---|---|---|
committer | Joost Peters | 2006-01-27 23:01:34 +0000 |
commit | 9fee68f3b0f9b2af4a7e7befbe1d3b3f137f27ad (patch) | |
tree | 2ea1ed9871396b698be1774612eb67b37771143b /backends | |
parent | d84fb4f696ae1081c0d864249a314ccc7f90d4d0 (diff) | |
download | scummvm-rg350-9fee68f3b0f9b2af4a7e7befbe1d3b3f137f27ad.tar.gz scummvm-rg350-9fee68f3b0f9b2af4a7e7befbe1d3b3f137f27ad.tar.bz2 scummvm-rg350-9fee68f3b0f9b2af4a7e7befbe1d3b3f137f27ad.zip |
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
Diffstat (limited to 'backends')
-rw-r--r-- | backends/psp/psp_main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/psp/psp_main.cpp b/backends/psp/psp_main.cpp index 33cc2be57a..33a70765d6 100644 --- a/backends/psp/psp_main.cpp +++ b/backends/psp/psp_main.cpp @@ -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(); |