PPSSPP iOS Port
|
03-16-2013, 08:19 AM
Post: #376
|
|||
|
|||
RE: PPSSPP iOS Port
There have been a lot of changes in iOS port the avenger,hope you can build soon again
|
|||
03-16-2013, 09:00 AM
(This post was last modified: 03-16-2013 09:01 AM by the avenger.)
Post: #377
|
|||
|
|||
RE: PPSSPP iOS Port | |||
03-16-2013, 09:18 AM
Post: #378
|
|||
|
|||
RE: PPSSPP iOS Port
(03-16-2013 09:00 AM)the avenger Wrote:Add the original source as remote, fetch and then rebase.(03-16-2013 08:19 AM)livisor Wrote: There have been a lot of changes in iOS port the avenger,hope you can build soon againwill do,btw does anyone know how to keep my fork updated from the main github,hate to have to delete and refork it everytime |
|||
03-16-2013, 09:21 AM
Post: #379
|
|||
|
|||
RE: PPSSPP iOS Port
(03-16-2013 09:18 AM)V6ser Wrote:and i do that how?(03-16-2013 09:00 AM)the avenger Wrote:Add the original source as remote, fetch and then rebase.(03-16-2013 08:19 AM)livisor Wrote: There have been a lot of changes in iOS port the avenger,hope you can build soon againwill do,btw does anyone know how to keep my fork updated from the main github,hate to have to delete and refork it everytime also i am not gonna release the latest build until the automatic stretch problem is solved |
|||
03-16-2013, 09:36 AM
Post: #380
|
|||
|
|||
RE: PPSSPP iOS Port
(03-16-2013 09:21 AM)the avenger Wrote:Add the remote, call it upstream:(03-16-2013 09:18 AM)V6ser Wrote:and i do that how?(03-16-2013 09:00 AM)the avenger Wrote:Add the original source as remote, fetch and then rebase.(03-16-2013 08:19 AM)livisor Wrote: There have been a lot of changes in iOS port the avenger,hope you can build soon againwill do,btw does anyone know how to keep my fork updated from the main github,hate to have to delete and refork it everytime git remote add upstream git://github.com/PPSSPP/PPSSPP.git for example git fetch upstream/master git checkout master git rebase upstream/master |
|||
03-16-2013, 09:37 AM
Post: #381
|
|||
|
|||
RE: PPSSPP iOS Port
(03-16-2013 09:36 AM)V6ser Wrote:great,that will be a ton of help(03-16-2013 09:21 AM)the avenger Wrote:Add the remote, call it upstream:(03-16-2013 09:18 AM)V6ser Wrote:and i do that how?(03-16-2013 09:00 AM)the avenger Wrote:Add the original source as remote, fetch and then rebase.(03-16-2013 08:19 AM)livisor Wrote: There have been a lot of changes in iOS port the avenger,hope you can build soon againwill do,btw does anyone know how to keep my fork updated from the main github,hate to have to delete and refork it everytime |
|||
03-16-2013, 10:45 AM
Post: #382
|
|||
|
|||
RE: PPSSPP iOS Port
(03-16-2013 12:38 AM)rock88 Wrote:This is right, take it from any other app and put in the app bundle.(03-15-2013 06:20 PM)ppssppikachu Wrote: is fastmem working in 0,7b?I don't know about 0.7b, but on a last build from github src it work. |
|||
03-16-2013, 12:53 PM
Post: #383
|
|||
|
|||
RE: PPSSPP iOS Port
(03-16-2013 10:45 AM)V6ser Wrote:(03-16-2013 12:38 AM)rock88 Wrote:This is right, take it from any other app and put in the app bundle.(03-15-2013 06:20 PM)ppssppikachu Wrote: is fastmem working in 0,7b?I don't know about 0.7b, but on a last build from github src it work. Why can't this be done by the Avenger? in this way hes simplified for MANY users instead of having them all to do it manually. |
|||
03-16-2013, 01:41 PM
(This post was last modified: 03-16-2013 01:41 PM by [Unknown].)
Post: #384
|
|||
|
|||
RE: PPSSPP iOS Port
(03-16-2013 10:45 AM)V6ser Wrote: This is right, take it from any other app and put in the app bundle. Does it need to be in Info.plist or anything? It's okay if it just exists with that filename and is blank? Might be nice to use a static picture of the background color so load is a bit more seamless... -[Unknown] |
|||
03-16-2013, 02:02 PM
(This post was last modified: 03-16-2013 02:09 PM by halobender.)
Post: #385
|
|||
|
|||
RE: PPSSPP iOS Port
Hey all new to the forum and the idea of PSP emu on iOS. This is something I've been waiting to see for eons and am super excited! Upon learning the availability of beta builds of the app I downloaded 0.7-77-g6a9e2e5 and immediately transferred an iso (patapon 3) to my iphone 4s. sadly i cant get past the first few screens in which i am asked to agree to terms and conditions and such even though i accept all said agreements. Are there any settings I should be changing or are some games just not playable at this point?
Edit: Also it appears that the Square button is pressed at all times? The settings menu seems a bit stretched? Maybe this is for iPhone 5 but there are some parts I can not read (Draw using stream ? and Fastmem [may be un (which I am guessing is unstable)] |
|||
03-16-2013, 02:41 PM
(This post was last modified: 03-16-2013 03:10 PM by rock88.)
Post: #386
|
|||
|
|||
RE: PPSSPP iOS Port
[Unknown],
I added blank [email protected] image on this commit. Also i added sound output via OpenAL. But sound maybe flickered/braking if fps lower that 60. And if enable/disable sound needs restart app. I had to use "magic number" - Code: #define SAMPLE_SIZE 44100/6 I'll try to fix it and try to use two buffers and alSourceUnqueueBuffers/alSourceQueueBuffers for streaming sound output. IOS: added audio output (03-16-2013 02:02 PM)halobender Wrote: Edit: Also it appears that the Square button is pressed at all times?Buttons sometimes remain pressed when touch up, I'll fix it later. |
|||
03-16-2013, 03:57 PM
Post: #387
|
|||
|
|||
RE: PPSSPP iOS Port
An option for buffer size can probably be added later, its fine to have it hard coded for now.
One big problem with audio right now is that it cracks when the fps is below 60fps, we will need some way of making the audio slow down with the gameplay. |
|||
03-16-2013, 04:10 PM
(This post was last modified: 03-16-2013 04:50 PM by elmon.)
Post: #388
|
|||
|
|||
RE: PPSSPP iOS Port
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 time [Attachment]Midnight Club Dub Edition: license screen. [iOS 6.1.0] [iPhone 5] - The Sign Painter |
|||
03-16-2013, 04:56 PM
Post: #389
|
|||
|
|||
RE: PPSSPP iOS Port
(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. That's a bug in buffered rendering,either set it to x2 or stretch to screen |
|||
03-16-2013, 05:01 PM
Post: #390
|
|||
|
|||
RE: PPSSPP iOS Port
(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. Please new build,I wanna test the sound |
|||
« Next Oldest | Next Newest »
|