PPSSPP iOS Port
|
02-24-2013, 05:06 AM
(This post was last modified: 02-24-2013 05:27 AM by [Unknown].)
Post: #124
|
|||
|
|||
RE: PPSSPP iOS Port
If someone can compile and run this, does jit start working if you change:
Code: sys_cache_control(kCacheFunctionPrepareForExecution, start, end - start); To: Code: if (start != NULL) In Common/ArmEmitter.cpp? I think it will only work on jailbroken devices. Edit: potentially better fix... inside: Code: void ARMXEmitter::SetCodePtr(u8 *ptr) Add: Code: lastCacheFlushEnd = ptr; -[Unknown] |
|||
« Next Oldest | Next Newest »
|