Add isDevKit bool (#2685)

This commit is contained in:
illusion0001
2025-03-27 09:50:21 +13:00
committed by GitHub
parent 3abe5b0d57
commit 9c37aa039b
3 changed files with 19 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ void setLoadGameSizeEnabled(bool enable);
bool getIsFullscreen();
std::string getFullscreenMode();
bool isNeoModeConsole();
bool isDevKitConsole();
bool getPlayBGM();
int getBGMvolume();
bool getisTrophyPopupDisabled();