mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Fix a warning. Update native (fix SDL joystick). Fixes #6241.
This commit is contained in:
parent
90b30f8bfe
commit
8ac1c17f74
@ -72,7 +72,7 @@ u32 sceMp4GetNumberOfSpecificTrack()
|
||||
|
||||
u32 sceMp4GetMovieInfo(u32 mp4, u32 unknown2)
|
||||
{
|
||||
ERROR_LOG(ME, "UNIMPL sceMp4GetMovieInfo(mp4, unknown2)",mp4, unknown2);
|
||||
ERROR_LOG(ME, "UNIMPL sceMp4GetMovieInfo(mp4 %i, unknown2 %08x)",mp4, unknown2);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit c055b4852be968fb97ae298b3e2a7b50a6a0b85c
|
||||
Subproject commit efd2cb0f618cc750842a9176487fee27599191cd
|
Loading…
Reference in New Issue
Block a user