Fix a warning. Update native (fix SDL joystick). Fixes #6241.

This commit is contained in:
Sacha 2014-06-08 00:56:45 +10:00
parent 90b30f8bfe
commit 8ac1c17f74
2 changed files with 2 additions and 2 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit c055b4852be968fb97ae298b3e2a7b50a6a0b85c
Subproject commit efd2cb0f618cc750842a9176487fee27599191cd