mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 08:11:58 -04:00
JUtility debug (#3020)
This commit is contained in:
@@ -13,12 +13,13 @@ public:
|
||||
|
||||
virtual ~JUTGraphFifo();
|
||||
|
||||
void getGpStatus() {
|
||||
static bool* getGpStatus() {
|
||||
GXGetGPStatus((GXBool*)&mGpStatus[0], (GXBool*)&mGpStatus[1], (GXBool*)&mGpStatus[2],
|
||||
(GXBool*)&mGpStatus[3], (GXBool*)&mGpStatus[4]);
|
||||
return mGpStatus;
|
||||
}
|
||||
|
||||
bool isGPActive() {
|
||||
static bool isGPActive() {
|
||||
getGpStatus();
|
||||
return mGpStatus[2] == false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user