Oops, dumb typo.

This commit is contained in:
Unknown W. Brackets 2013-06-16 22:18:17 -07:00
parent d6de868108
commit ea299e358d

View file

@ -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;