summaryrefslogtreecommitdiff
path: root/src/common/settings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Demote custom_rtc to regular settingGravatar lat9nq2021-05-171-1/+0
|
* configuration: Add CPU tab to game propertiesGravatar lat9nq2021-05-161-0/+6
| | | | | | Allows setting CPU accuracy to Accurate or Unsafe per-game, as well as the accuracy options for Unsafe. Debug is not allowed here as a per-game CPU accuracy.
* general: Make CPU accuracy and related a Settings::SettingGravatar lat9nq2021-05-151-1/+1
| | | | | Required to make CPU accuracy and unsafe settings available to use as a per-game setting.
* common: Move settings to common from core.Gravatar bunnei2021-04-141-0/+143
- Removes a dependency on core and input_common from common.