Quickfix issue 160 and fix a trigraph warning

This commit is contained in:
Henrik Rydgård 2012-12-10 21:28:20 +07:00
parent d85e175acc
commit 8782b2aec7

View file

@ -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>,"sceAtracReinit"},
{0xeca32a99,0,"sceAtracIsSecondBufferNeeded"},
{0x0fae370e,0,"sceAtracSetHalfwayBufferAndGetID"},
{0x0fae370e,sceAtracSetHalfwayBufferAndGetID,"sceAtracSetHalfwayBufferAndGetID"},
{0x2DD3E298,0,"sceAtrac3plus_2DD3E298"},
};