-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ace Combat X2 Joint Assault video #5545
Comments
( SceUtility debug log of real PSP 's save JPCSPTrace log of Real PSP save: |
@kaienfr |
Has the video improved with simulate block transfers at all? -[Unknown] |
v0.9.8-1235-gd1357e5 no improve |
v0.9.8-1588-g45ff37d save issue solved. |
I find where can save again when load.(So that I don't neeed play again) v0.9.8-1591-gef4847b mpeg log JPCSPTrace log: |
@unknownbrackets |
ppsspp-v0.9.9.1-144-g8edf255 same video problem |
My feel sceMpegInitAu has something wrong |
Bump, still hasn't been fixed yet on the latest svn. Not related, but can we request for "skip mpeg/video playback" feature as a temporary workaround for games like these that hangs/crashes when trying to playback the video? |
as @daniel229 metion I/O Timeing method:Host work I/O Timeing method:Fast: (bad) I/O Timeing method:Host (good) Hope @unknownbrackets have idea to fix it. |
In sceIo.cpp, under // Low estimate, may be improved later from the ReadFile result.
us = size / 100;
if (us < 100) {
us = 100;
} If you use "Fast" and change -[Unknown] |
Both change help this game,but not Innocent Life #2830 |
Do any other values higher than 50 work? Like 80 or 90? Just want to get a sense of how sensitive it is. -[Unknown] |
Last work value 62 ,first bad value 63 What is the correct fix , increase delay in sceio or scempeg ? |
Is this issue fixed yet? I can't get my Android PPSSPP to play all the cutscenes for this game as of 1.2.2 |
@Terra854 |
Fixed in #8867 |
Ah, sweet. -[Unknown] |
Thanks @daniel229 told me that this game fixed. |
the game black screen when FMV/cutscene again in stage 13 in v1.4 |
git bisect result #9014 Revert to master not fix. |
I find a easy way to fix it |
fix#6557 fix hrydgard#12434 fix hrydgard#5545
PPSSPP v0.9.7.2-62-g1934ede
the game black screen when FMV/cutscene in stage 13
PPSSPP Save:https://drive.google.com/file/d/0B3OaSdeV0L8kcjNpOE51V1ExWm8/edit?usp=sharing
Media debug log:https://gist.github.com/sum2012/bc893d4162f76df2e4a2
Another bug:ppsspp and Real PSP cannot share the save.
I am playing in real PSP to get same save form above.
edit:.The PPSSPP 's save is from my freind.I am better to create my own save
The text was updated successfully, but these errors were encountered: