mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
13 lines
232 B
C
13 lines
232 B
C
#pragma once
|
|
|
|
#include "Common/Serialize/Serializer.h"
|
|
|
|
enum {
|
|
ERROR_AAC_INVALID_ADDRESS = 0x80691002,
|
|
ERROR_AAC_INVALID_PARAMETER = 0x80691003,
|
|
};
|
|
void __AACShutdown();
|
|
void __AACDoState(PointerWrap &p);
|
|
|
|
void Register_sceAac();
|