mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-27 16:31:14 +00:00
17 lines
307 B
C++
17 lines
307 B
C++
#pragma once
|
|
|
|
#include "common/common_types.h"
|
|
|
|
namespace ee {
|
|
void sceGsPutIMR();
|
|
void sceGsGetIMR();
|
|
void sceGsExecStoreImage();
|
|
void FlushCache();
|
|
} // namespace ee
|
|
|
|
namespace iop {
|
|
u32 snd_BankLoadByLoc(u32 sector, u32 unk);
|
|
u32 snd_GetLastLoadError();
|
|
void snd_ResolveBankXREFS();
|
|
} // namespace iop
|