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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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();