mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, dumb typo.
This commit is contained in:
parent
d6de868108
commit
ea299e358d
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ u32 sceAtracGetAtracID(int codecType) {
|
|||
|
||||
Atrac *atrac = new Atrac();
|
||||
atrac->codeType = codecType;
|
||||
int atracID = createAtrac(new Atrac, codecType);
|
||||
int atracID = createAtrac(atrac, codecType);
|
||||
if (atracID < 0) {
|
||||
ERROR_LOG_REPORT(HLE, "sceAtracGetAtracID(%i): no free ID", codecType);
|
||||
delete atrac;
|
||||
|
|
Loading…
Add table
Reference in a new issue