diff --git a/Core/Core.vcxproj b/Core/Core.vcxproj index a1243f56bb..a4718dc5fa 100644 --- a/Core/Core.vcxproj +++ b/Core/Core.vcxproj @@ -119,6 +119,11 @@ + + + + + @@ -256,6 +261,11 @@ + + + + + diff --git a/Core/Core.vcxproj.filters b/Core/Core.vcxproj.filters index 8d9ce20db5..271a43d1bc 100644 --- a/Core/Core.vcxproj.filters +++ b/Core/Core.vcxproj.filters @@ -321,6 +321,11 @@ HLE\Libraries + + + + + @@ -590,6 +595,11 @@ HLE\Libraries + + + + + diff --git a/Core/HLE/sceAtrac.cpp b/Core/HLE/sceAtrac.cpp index 10951f8197..6b442be805 100644 --- a/Core/HLE/sceAtrac.cpp +++ b/Core/HLE/sceAtrac.cpp @@ -199,7 +199,7 @@ void sceAtracSetLoopNum() int sceAtracReinit() { - ERROR_LOG(HLE, "UNIMPL sceAtracReinit(???)"); + ERROR_LOG(HLE, "UNIMPL sceAtracReinit(..)"); return 0; } @@ -228,12 +228,11 @@ const HLEFunction sceAtrac3plus[] = {0x83bf7afd,sceAtracSetSecondBuffer,"sceAtracSetSecondBuffer"}, {0x0E2A73AB,sceAtracSetData,"sceAtracSetData"}, //? {0x7a20e7af,sceAtracSetDataAndGetID,"sceAtracSetDataAndGetID"}, - {0x0eb8dc38,sceAtracSetHalfwayBufferAndGetID,"sceAtracSetHalfwayBufferAndGetID"}, {0xd1f59fdb,sceAtracStartEntry,"sceAtracStartEntry"}, {0x868120b5,sceAtracSetLoopNum,"sceAtracSetLoopNum"}, {0x132f1eca,WrapI_V,"sceAtracReinit"}, {0xeca32a99,0,"sceAtracIsSecondBufferNeeded"}, - {0x0fae370e,0,"sceAtracSetHalfwayBufferAndGetID"}, + {0x0fae370e,sceAtracSetHalfwayBufferAndGetID,"sceAtracSetHalfwayBufferAndGetID"}, {0x2DD3E298,0,"sceAtrac3plus_2DD3E298"}, };