mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 12:45:56 +00:00
Add isDevKit bool (#2685)
This commit is contained in:
parent
3abe5b0d57
commit
9c37aa039b
3 changed files with 19 additions and 0 deletions
|
@ -28,6 +28,7 @@ void setLoadGameSizeEnabled(bool enable);
|
|||
bool getIsFullscreen();
|
||||
std::string getFullscreenMode();
|
||||
bool isNeoModeConsole();
|
||||
bool isDevKitConsole();
|
||||
bool getPlayBGM();
|
||||
int getBGMvolume();
|
||||
bool getisTrophyPopupDisabled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue