mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
12 lines
232 B
C
12 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();
|