PPSSPP iOS Port
|
02-24-2013, 03:45 AM
Post: #121
|
|||
|
|||
RE: PPSSPP iOS Port
smackdown vs raw 2011 run a 10fps slow as hell,
JIT is very nesesary for better speed. |
|||
02-24-2013, 04:12 AM
Post: #122
|
|||
|
|||
RE: PPSSPP iOS Port
Please, can you post game tests and pictures (resized) in the right subforum ?
This thread should be related to the iOS port of the emulator, not for game compatibility. Thank you |
|||
02-24-2013, 04:46 AM
Post: #123
|
|||
|
|||
RE: PPSSPP iOS Port
sure, not problem.
|
|||
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] |
|||
02-24-2013, 05:15 AM
(This post was last modified: 02-24-2013 05:27 AM by brujo55.)
Post: #125
|
|||
|
|||
RE: PPSSPP iOS Port
@[Unknown] great work,you can compile it?
+1 please for new build.. |
|||
02-24-2013, 06:49 AM
Post: #126
|
|||
|
|||
RE: PPSSPP iOS Port
Can anybody add new version to cydia?
|
|||
02-24-2013, 09:16 AM
(This post was last modified: 02-24-2013 10:01 AM by V6ser.)
Post: #127
|
|||
|
|||
RE: PPSSPP iOS Port | |||
02-24-2013, 01:06 PM
Post: #128
|
|||
|
|||
RE: PPSSPP iOS Port
new build whit JIT working?
|
|||
02-24-2013, 01:25 PM
Post: #129
|
|||
|
|||
RE: PPSSPP iOS Port
(02-24-2013 09:16 AM)V6ser Wrote:(02-24-2013 06:49 AM)sashapont Wrote: Can anybody add new version to cydia? I'd like to have the cydia repository updated regurarly than to switch between building myself,installing .ipa and updating on cydia. |
|||
02-24-2013, 02:02 PM
Post: #130
|
|||
|
|||
RE: PPSSPP iOS Port
(02-24-2013 01:25 PM)livisor Wrote:if you mean the one with buffered rendering it is already on cydia,though you might have to uninstall and reinstalled,as for the one with the jit,i am currently trying to build it but i am getting lots of errors that where supposdly fixed a couple of minutes ago so i am trying to build it now(02-24-2013 09:16 AM)V6ser Wrote:(02-24-2013 06:49 AM)sashapont Wrote: Can anybody add new version to cydia? |
|||
02-24-2013, 02:25 PM
Post: #131
|
|||
|
|||
RE: PPSSPP iOS Port
Yeah i updated to the buff one and it works very nice,good luck with the building,I'm eager to see the jit in action:-D
|
|||
02-24-2013, 03:29 PM
(This post was last modified: 02-24-2013 03:30 PM by the avenger.)
Post: #132
|
|||
|
|||
RE: PPSSPP iOS Port
i am having a problem in math_util.cpp says:
unknown register name 'r0' in asm any help |
|||
02-24-2013, 03:37 PM
Post: #133
|
|||
|
|||
RE: PPSSPP iOS Port
try to pm [Unknown]
|
|||
02-24-2013, 04:34 PM
Post: #134
|
|||
|
|||
RE: PPSSPP iOS Port
good ,, i update ppsspp on cydia and buffered rendering now works great ..
wait for jit ! |
|||
02-24-2013, 07:22 PM
Post: #135
|
|||
|
|||
RE: PPSSPP iOS Port
The bad thing about apple, you need a mac to build iOS apps. At least it's the easier way to get it working.
|
|||
« Next Oldest | Next Newest »
|