settings: Add docked mode helper function

This commit is contained in:
lat9nq 2023-08-22 21:58:09 -04:00
parent c272548832
commit 8980108234
2 changed files with 7 additions and 0 deletions

View file

@ -525,6 +525,8 @@ bool IsGPULevelHigh();
bool IsFastmemEnabled();
bool IsDockedMode();
float Volume();
std::string GetTimeZoneString(TimeZone time_zone);