From 984663b8829ed4989edbd010e38cba384df170c8 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Tue, 8 Jan 2013 00:29:52 -0800 Subject: [PATCH] Add a couple unknown syscalls hit in games. Specifically Velocity and Mad Blocker Alpha. --- Core/HLE/sceAtrac.cpp | 1 + Core/HLE/sceMpeg.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Core/HLE/sceAtrac.cpp b/Core/HLE/sceAtrac.cpp index 9a07bd8f6f..1ab805cf49 100644 --- a/Core/HLE/sceAtrac.cpp +++ b/Core/HLE/sceAtrac.cpp @@ -377,6 +377,7 @@ const HLEFunction sceAtrac3plus[] = {0x9CD7DE03,0,"sceAtracSetMOutHalfwayBufferAndGetID"}, {0x5622B7C1,WrapI_UIIU,"sceAtracSetAA3DataAndGetID"}, {0x5DD66588,0,"sceAtracSetAA3HalfwayBufferAndGetID"}, + {0x231FC6B7,0,"_sceAtracGetContextAddress"}, }; diff --git a/Core/HLE/sceMpeg.cpp b/Core/HLE/sceMpeg.cpp index 47f1c89ba5..2f14504c22 100644 --- a/Core/HLE/sceMpeg.cpp +++ b/Core/HLE/sceMpeg.cpp @@ -1144,6 +1144,8 @@ const HLEFunction sceMp3[] = {0xD0A56296,WrapI_U,"sceMp3CheckStreamDataNeeded"}, {0xD8F54A51,0,"sceMp3GetLoopNum"}, {0xF5478233,0,"sceMp3ReleaseMp3Handle"}, + {0xAE6D2027,0,"sceMp3GetVersion"}, + {0x3548AEC8,0,"sceMp3GetFrameNum"}, }; void Register_sceMpeg()