PPSSPP iOS Port
|
03-05-2013, 02:32 PM
(This post was last modified: 03-05-2013 02:34 PM by [Unknown].)
Post: #222
|
|||
|
|||
RE: PPSSPP iOS Port
In addition to that change, you also need a valid fd.
Something like... at the top of the file: #include <fcntl.h> And then inside that func: int fd = open("/dev/zero", O_RDWR, 0); And then replace the param after the MAP_ flags (-1) with fd. It's probably crashing in the emitter because mmap() returned an invalid pointer and so it's crashing when writing to a bad ptr. (03-05-2013 01:52 PM)the avenger Wrote: i am trying to build the latest code from the github with these changes and give it root access see what happens but i get this error Hmm, xcode should be building the git-version.cpp file in the root. What do you have in that file? You may need to re-run cmake. -[Unknown] |
|||
« Next Oldest | Next Newest »
|