mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-26 11:57:47 -05:00
gx2: add GX2GetMainCoreId
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user