Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
sum2012 committed Nov 2, 2023
1 parent a41a1dc commit fad262e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/HLE/sceAtrac.cpp
Expand Up @@ -685,6 +685,7 @@ void __AtracInit() {
void __AtracLoadModule(int version, u32 crc) {
atracLibVersion = version;
atracLibCrc = crc;
INFO_LOG(ME, "AtracInit, atracLibVersion 0x%0x, atracLibcrc %x", atracLibVersion, atracLibCrc);
}

void __AtracDoState(PointerWrap &p) {
Expand Down Expand Up @@ -1986,7 +1987,6 @@ static int _AtracSetData(Atrac *atrac, u32 buffer, u32 readSize, u32 bufferSize,
// Already logged.
return ret;
}
INFO_LOG(ME, "AtracInit, atracLibVersion 0x%0x, atracLibcrc %x", atracLibVersion, atracLibCrc);
return hleLogSuccessInfoI(ME, successCode, "%s %s audio", codecName, channelName);
}

Expand Down

0 comments on commit fad262e

Please sign in to comment.