Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP for nokia n900??
03-22-2013, 12:59 PM
Post: #9
RE: PPSSPP for nokia n900??
(03-22-2013 07:10 AM)[Unknown] Wrote:  Yes, you'll need to fork native also and send its pull request first. native is separate because Henrik uses it for other things than PPSSPP too.
Thanks, this explains. I will clean my code and send pull request also for native.

(03-22-2013 07:10 AM)[Unknown] Wrote:  For clicks, it should be handled in the SDL event loop. Ultimately, it calls NativeTouch().
I got it working. I tried too hard way and accidentally created two windows, where uppermost was visible and lowermost took clicks.
-> Main menu working.

I also found way to start files from commandline, but e.g. cube-test is not starting:
./PPSSPPSDL cube.elf
I: /home/aapo/ppsspp/aapo_ppsspp_git/native/file/zip_read.cpp:215: I: Registered VFS for prefix : assets/
I: /home/aapo/ppsspp/aapo_ppsspp_git/native/file/zip_read.cpp:215: I: Registered VFS for prefix : /home/user/
I: /home/aapo/ppsspp/aapo_ppsspp_git/android/jni/NativeApp.cpp:195: I: Logman: 0x362e98
I: /home/aapo/ppsspp/aapo_ppsspp_git/native/file/zip_read.cpp:232: I: Prefix match: (ppge_atlas.zim) -> ppge_atlas.zim
Bus error

Strace gave me hint that it fails because of writing file /tmp/gc_mem.tmp which is in very limited filesystem on Maemo:
-std::string ram_temp_file = "/tmp/gc_mem.tmp";
+std::string ram_temp_file = "/home/user/.ppsspp/tmp_gc_mem.tmp";

-> cube-test works!

Is there more demos/tests to measure speed?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
PPSSPP for nokia n900?? - samipower - 01-31-2013, 09:06 PM
RE: PPSSPP for nokia n900?? - xsacha - 02-01-2013, 12:22 AM
RE: PPSSPP for nokia n900?? - samipower - 02-18-2013, 12:00 AM
RE: PPSSPP for nokia n900?? - VIRGIN KLM - 02-18-2013, 03:31 AM
RE: PPSSPP for nokia n900?? - Diman9 - 03-17-2013, 07:19 AM
RE: PPSSPP for nokia n900?? - Henrik - 03-17-2013, 09:32 AM
RE: PPSSPP for nokia n900?? - xsacha - 03-22-2013, 10:47 PM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 07:10 AM
RE: PPSSPP for nokia n900?? - AapoRantalainen - 03-22-2013 12:59 PM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 01:41 PM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 02:57 PM
RE: PPSSPP for nokia n900?? - xsacha - 03-24-2013, 05:53 AM
RE: PPSSPP for nokia n900?? - xsacha - 03-24-2013, 10:41 PM
RE: PPSSPP for nokia n900?? - xsacha - 01-01-2014, 11:03 PM
RE: PPSSPP for nokia n900?? - xsacha - 01-04-2014, 11:43 PM

Forum Jump: