Unknown W. Brackets
f649364b2d
Add a null check to scePsmfPlayerGetAudioData().
...
Crimson Gem Saga was passing a NULL, maybe a glitch, but we do NULL
checks elsewhere.
2013-05-18 12:05:02 -07:00
raven02
6319da56fc
Fix black screen in Ultimate Ghosts N Goblins
2013-04-28 07:41:40 +08:00
raven02
f3402b258a
Fix history mode black screen in Saint Seiya Omega
2013-04-24 21:31:26 +08:00
Unknown W. Brackets
0fd3dfb160
Fix psmf typo in debug log output.
2013-03-31 01:01:41 -07:00
Lioncash
a4d8585794
Fix accidentally switched statements in scePsmf.cpp?
...
I'm assuming this was actually intended
The other way results in no actual changes happening. There were no comments saying that was intended so I guess it was an accident or something.
2013-03-30 00:42:12 -04:00
Unknown W. Brackets
7122fbf598
Add a couple scePsmf stubs.
2013-03-29 01:49:49 -07:00
oioitff
4989ceb706
Fix scePsmfPlayerDelete and add some other stubs.
2013-03-29 01:49:49 -07:00
Darth1701
88def44e24
Buildfix
...
A typo and a forgotten old Wrap
2013-03-12 09:51:50 +01:00
raven02
65589bf371
Add two parameters for scePsmfPlayerSetTempBuf
2013-03-12 11:54:52 +08:00
Henrik Rydgard
1cbc0deef6
Add stub for scePsmfSpecifyStream.
2013-03-12 00:17:24 +01:00
Unknown W. Brackets
b87c9839de
Correctly make psmfPlayerStatus per instance.
2013-03-06 01:00:26 -08:00
Unknown W. Brackets
e361ae7e85
Check for bad psmfplayer param in status.
...
Improves Mana Khemia: Student Alliance.
2013-03-06 00:50:42 -08:00
Sacha
b817e3bf26
Update max to std::max
2013-02-10 23:01:18 +10:00
Unknown W. Brackets
112c1e9e23
Automatically delete pointers when savestating.
2013-02-04 08:28:22 -08:00
Unknown W. Brackets
a4032c5170
Simplify savestate code so it's all automagical.
...
If you can't beat 'em, join 'em?
2013-02-04 08:27:01 -08:00
Unknown W. Brackets
4fbfc5406f
Don't error when savestating a psmfplayer.
2013-02-04 08:27:00 -08:00
Unknown W. Brackets
2a6457b6ab
Cut down on h files including PointerWrap.
...
This makes changes to it a bit faster to build.
2013-02-04 08:26:59 -08:00
Xele02
4018359ef0
Stub for scePsmfVerifyPsmf.
...
Allow Gitaroo Man to advance further
2013-01-29 01:29:09 +01:00
Unknown W. Brackets
bb36a1f212
Fix scePsmfPlayerStart to not corrupt the stack.
...
Also, unrevert my last change and fix a possible crash.
2013-01-27 21:37:44 -08:00
raven02
f6598d2cd6
Add psmfPlayerLastTimestamp to psmfplayer
2013-01-24 19:40:26 +08:00
raven02
8d94f84464
Fix black intro for Naruto Shippuden Kizuna Drive
2013-01-24 19:21:32 +08:00
Unknown W. Brackets
38472b33ea
For now, finish the psmf immediately.
...
Eventually we need to handle it more correctly.
2013-01-23 23:59:13 -08:00
Unknown W. Brackets
de1cb3fbca
Make scePsmfPlayerCreate create psmfPlayers.
2013-01-22 23:44:23 -08:00
raven02
b16a208453
Add __PsmfPlayerDoState(PointerWrap &p) to sceKernel
2013-01-20 16:24:49 +08:00
raven02
b0868613bb
Add DoState() to scePsmfPlayer .
2013-01-19 21:07:50 +08:00
raven02
d1ec43bc64
Implement couples of scePsmf and scePsmfPlayer functions
2013-01-19 14:42:37 +08:00
Mathias Tillman
a6f49c58ca
Changed psmf to psmfStruct
2013-01-07 21:04:27 +01:00
Mathias Tillman
b780e39397
Fixed various potential bugs and compiler warnings
2013-01-07 15:57:19 +01:00
Unknown W. Brackets
9beb68e9d4
Stub some scePsmfPlayer funcs to make games work.
...
Intentionally left out of DoState to avoid breaking save states for
such a little stubbing.
2013-01-06 22:41:07 -08:00
Henrik Rydgard
4c8584da71
Add the correct spelling of sceAtracGetBufferInfoForResetting. Add a psmf function.
2013-01-05 18:15:27 +01:00
Unknown W. Brackets
cb0538c4db
Can't just do that, might get the vtbl. Arg.
2012-12-29 03:19:13 -08:00
Unknown W. Brackets
ac2768640a
Add save stating changes to mediaengine.
...
Also makes it compile again.
2012-12-28 23:29:24 -08:00
Unknown W. Brackets
5e05768f55
Cleanup init/shutdown for scePsmf.
...
Also fix some indentation.
2012-12-24 10:49:53 -08:00
Henrik Rydgard
bc214dcf37
Merge branch 'master' into mediaengine
...
Conflicts:
Common/LogManager.cpp
Core/CMakeLists.txt
Core/Core.vcxproj
Core/Core.vcxproj.filters
Core/CoreParameter.h
Core/HLE/sceAudio.cpp
Core/HLE/sceKernel.cpp
Core/HLE/sceKernelThread.cpp
Core/HLE/sceMpeg.cpp
android/jni/Android.mk
2012-12-17 18:48:32 +01:00
Henrik Rydgard
8053c244b8
Implement large chunks of sceMpeg and scePsmf with JPSCP as a guide.
...
Not yet hooked up to FFMPEG and doesn't quite work yet.
2012-11-13 18:07:20 +01:00
Henrik Rydgard
259b169bbc
Implement a few more little things
2012-11-08 16:28:45 +01:00
Henrik Rydgard
117256e07b
Implement various hle stuff..
2012-11-07 19:10:52 +01:00
Henrik Rydgard
cf098dfd67
UMD callbacks, a couple of NIDs
2012-11-07 15:44:13 +01:00
Henrik Rydgard
b214a1a1da
Revert "Better wrapper system, and fixed warnings"
...
This reverts commit a00b1855cb
.
Conflicts:
Core/HLE/FunctionWrappers.h
Core/HLE/sceCtrl.cpp
Core/HLE/sceKernelModule.cpp
2012-11-05 10:05:09 +01:00
Henrik Rydgard
6bed1afb72
Merge branch 'master' of https://github.com/artart78/ppsspp into artart78-master
2012-11-04 23:59:26 +01:00
Henrik Rydgard
64cc573703
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
2012-11-04 23:24:00 +01:00
Arthur Blot
a00b1855cb
Better wrapper system, and fixed warnings
2012-11-04 15:08:23 +01:00
Henrik Rydgard
4f7ad15758
Add snapshot of the whole source code.
2012-11-01 16:19:01 +01:00