diff options
| author | 2023-08-22 21:58:09 -0400 | |
|---|---|---|
| committer | 2023-08-22 21:58:09 -0400 | |
| commit | ab862207d7f2de712e1f711141d20921b414cdf7 (patch) | |
| tree | 268ab775ffb7fefcdf78f85c99e2c392f9ab56d7 /src/common/settings.h | |
| parent | config(qt): Sanitize docked handheld controller (diff) | |
| download | yuzu-ab862207d7f2de712e1f711141d20921b414cdf7.tar.gz yuzu-ab862207d7f2de712e1f711141d20921b414cdf7.tar.xz yuzu-ab862207d7f2de712e1f711141d20921b414cdf7.zip | |
settings: Add docked mode helper function
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 6d44fc626..b15213bd7 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -525,6 +525,8 @@ bool IsGPULevelHigh(); | |||
| 525 | 525 | ||
| 526 | bool IsFastmemEnabled(); | 526 | bool IsFastmemEnabled(); |
| 527 | 527 | ||
| 528 | bool IsDockedMode(); | ||
| 529 | |||
| 528 | float Volume(); | 530 | float Volume(); |
| 529 | 531 | ||
| 530 | std::string GetTimeZoneString(TimeZone time_zone); | 532 | std::string GetTimeZoneString(TimeZone time_zone); |