mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-21 17:34:47 -05:00
gx2: add GX2GetMainCoreId
This commit is contained in:
parent
e0854333e8
commit
7520e846ce
|
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <wut.h>
|
||||
#include "enum.h"
|
||||
|
||||
|
|
@ -24,6 +25,12 @@ GX2Flush();
|
|||
void
|
||||
GX2ResetGPU(uint32_t unknown);
|
||||
|
||||
/**
|
||||
* @return -1 if GX2 is not running, on success the core where GX2Init has been called is returned.
|
||||
*/
|
||||
int
|
||||
GX2GetMainCoreId();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user