Thread Closed 
 
Thread Rating:
  • 14 Votes - 4.07 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP iOS Port
03-16-2013, 05:12 PM
Post: #391
RE: PPSSPP iOS Port
(03-16-2013 05:01 PM)livisor Wrote:  
(03-16-2013 04:56 PM)the avenger Wrote:  
(03-16-2013 04:10 PM)elmon Wrote:  Got strange bug: after playing with options on iPhone 5 only quarter of screen was shown on the device, and i can't get it back even after reinstalling.

Regarding audio bugs - there's no fast enough way of doing that=/ Better be braking, than eat half of a process timeSmile

[Attachment]Midnight Club Dub Edition: license screen.

That's a bug in buffered rendering,either set it to x2 or stretch to screen

Please new build,I wanna test the sound Big Grin
Will do as soon as I have some free time on my hands,hopefully by then someone will have commited the audio implemention in the main git
Find all posts by this user
03-16-2013, 05:51 PM
Post: #392
RE: PPSSPP iOS Port
Can someone pm me the crisis core game, I look everywhere and I still can't find it, Sad
Find all posts by this user
03-16-2013, 06:37 PM
Post: #393
RE: PPSSPP iOS Port
(03-16-2013 05:51 PM)Daniel212 Wrote:  Can someone pm me the crisis core game, I look everywhere and I still can't find it, Sad
PPSSPP doesn't support piracy, so you aren't getting any answer from this forum.
Find all posts by this user
03-16-2013, 06:57 PM
Post: #394
RE: PPSSPP iOS Port
(03-16-2013 06:37 PM)V6ser Wrote:  
(03-16-2013 05:51 PM)Daniel212 Wrote:  Can someone pm me the crisis core game, I look everywhere and I still can't find it, Sad
PPSSPP doesn't support piracy, so you aren't getting any answer from this forum.

Actually, if this game wasn't sold in his country, that's not piracy by law.
And i think this rule is a bit moderatable for really rare games, but it's up to community.

[iOS 6.1.0] [iPhone 5]
- The Sign Painter
Find all posts by this user
03-16-2013, 06:59 PM
Post: #395
RE: PPSSPP iOS Port
There's always google for that,we have clearly stated that piracy won't be discussed here as it endangers both henrik and the project.
Find all posts by this user
03-16-2013, 07:07 PM
Post: #396
RE: PPSSPP iOS Port
(03-16-2013 06:59 PM)livisor Wrote:  There's always google for that,we have clearly stated that piracy won't be discussed here as it endangers both henrik and the project.
Oh, that rule came from another way. Sorry for misunderstanding.

[iOS 6.1.0] [iPhone 5]
- The Sign Painter
Find all posts by this user
03-16-2013, 07:08 PM
Post: #397
RE: PPSSPP iOS Port
Sorry about that, always seem to forget about that rule, my mind get carried away sometimes, lol I'll keep searching for it,
Find all posts by this user
03-16-2013, 07:10 PM (This post was last modified: 03-16-2013 07:22 PM by the avenger.)
Post: #398
RE: PPSSPP iOS Port
did i mention i hate linker errors,after copying rock88's audio implementation to the main project i am getting this linker error,should be ready with audio after resolving this
edit:silly me,forgot to include the error
   
Find all posts by this user
03-16-2013, 07:26 PM
Post: #399
RE: PPSSPP iOS Port
@the avenger, v0.7c will be available soon?Smile Btw, I'd like to try to compile it by myself, are there any difficulties in it?

[iOS 6.1.0] [iPhone 5]
- The Sign Painter
Find all posts by this user
03-16-2013, 07:30 PM
Post: #400
RE: PPSSPP iOS Port
(03-16-2013 07:26 PM)elmon Wrote:  @the avenger, v0.7c will be available soon?Smile Btw, I'd like to try to compile it by myself, are there any difficulties in it?
yes as soon as i can get around this error
as for compiling not really,compiling is the easy part,trying to get around code signing(to avoid paying 99$ to apple) is the not-so-easy part
Find all posts by this user
03-16-2013, 07:31 PM
Post: #401
RE: PPSSPP iOS Port
(03-16-2013 07:10 PM)the avenger Wrote:  did i mention i hate linker errors,after copying rock88's audio implementation to the main project i am getting this linker error,should be ready with audio after resolving this
edit:silly me,forgot to include the error
HOW DA HELL DO U BUILD IT ON A VM???!!!
Find all posts by this user
03-16-2013, 07:34 PM (This post was last modified: 03-16-2013 07:35 PM by the avenger.)
Post: #402
RE: PPSSPP iOS Port
(03-16-2013 07:31 PM)V6ser Wrote:  
(03-16-2013 07:10 PM)the avenger Wrote:  did i mention i hate linker errors,after copying rock88's audio implementation to the main project i am getting this linker error,should be ready with audio after resolving this
edit:silly me,forgot to include the error
HOW DA HELL DO U BUILD IT ON A VM???!!!
lol relax that's not really a problem at all,just build it normally and move it to your device via some sort of file manager like ifunbox,my usual way is to build it,sign the binary with ldid,move it to the applications folder and chmod it
Find all posts by this user
03-16-2013, 07:59 PM
Post: #403
RE: PPSSPP iOS Port
(03-16-2013 07:34 PM)the avenger Wrote:  
(03-16-2013 07:31 PM)V6ser Wrote:  
(03-16-2013 07:10 PM)the avenger Wrote:  did i mention i hate linker errors,after copying rock88's audio implementation to the main project i am getting this linker error,should be ready with audio after resolving this
edit:silly me,forgot to include the error
HOW DA HELL DO U BUILD IT ON A VM???!!!
lol relax that's not really a problem at all,just build it normally and move it to your device via some sort of file manager like ifunbox,my usual way is to build it,sign the binary with ldid,move it to the applications folder and chmod it
How much does it take? Mine is an i5 Dual-core 2.65GHz 6GB of RAM.
Find all posts by this user
03-16-2013, 08:00 PM
Post: #404
RE: PPSSPP iOS Port
(03-16-2013 07:59 PM)V6ser Wrote:  
(03-16-2013 07:34 PM)the avenger Wrote:  
(03-16-2013 07:31 PM)V6ser Wrote:  
(03-16-2013 07:10 PM)the avenger Wrote:  did i mention i hate linker errors,after copying rock88's audio implementation to the main project i am getting this linker error,should be ready with audio after resolving this
edit:silly me,forgot to include the error
HOW DA HELL DO U BUILD IT ON A VM???!!!
lol relax that's not really a problem at all,just build it normally and move it to your device via some sort of file manager like ifunbox,my usual way is to build it,sign the binary with ldid,move it to the applications folder and chmod it
How much does it take? Mine is an i5 Dual-core 2.65GHz 6GB of RAM.
lol mine is an i5 with 4gb ram,all it needs is some 2.5gb ram and it will use the processor as needed,but it's kinda hard installing mac on a vm
Find all posts by this user
03-16-2013, 08:01 PM
Post: #405
RE: PPSSPP iOS Port
(03-16-2013 07:30 PM)the avenger Wrote:  
(03-16-2013 07:26 PM)elmon Wrote:  @the avenger, v0.7c will be available soon?Smile Btw, I'd like to try to compile it by myself, are there any difficulties in it?
yes as soon as i can get around this error
as for compiling not really,compiling is the easy part,trying to get around code signing(to avoid paying 99$ to apple) is the not-so-easy part

Can i just build it for tests and then upload to iphone? i mean without signing?
[Huh, maybe i should try to build something with xcode or read some guides]

[iOS 6.1.0] [iPhone 5]
- The Sign Painter
Find all posts by this user
Thread Closed 


Forum Jump: