mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Change error log to info in sceMp3LowLevelInit
This commit is contained in:
parent
cc933d6fc9
commit
73d8786078
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ u32 sceMp3ResetPlayPositionByFrame(u32 mp3, int position) {
|
|||
}
|
||||
|
||||
u32 sceMp3LowLevelInit(u32 mp3) {
|
||||
ERROR_LOG(ME, "sceMp3LowLevelInit(%i)", mp3);
|
||||
INFO_LOG(ME, "sceMp3LowLevelInit(%i)", mp3);
|
||||
auto ctx = new AuCtx;
|
||||
|
||||
ctx->audioType = PSP_CODEC_MP3;
|
||||
|
|
Loading…
Add table
Reference in a new issue