mirror of
https://github.com/open-goal/jak-project.git
synced 2024-12-02 19:26:27 +00:00
5ec9a91eb9
* decomp pad * more decompilation * update * fix test name
19 lines
348 B
C++
19 lines
348 B
C++
#pragma once
|
|
|
|
#include "common/common_types.h"
|
|
|
|
namespace ee {
|
|
void sceGsSyncV();
|
|
void sceGsSyncPath();
|
|
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
|