mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Quickfix issue 160 and fix a trigraph warning
This commit is contained in:
parent
d85e175acc
commit
8782b2aec7
1 changed files with 2 additions and 3 deletions
|
@ -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"},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue