mirror of
https://github.com/PabloMK7/citra.git
synced 2025-08-18 09:36:50 +00:00
Add setting to SDL frontend
This commit is contained in:
parent
6af3142fef
commit
6f8e9b7f9b
2 changed files with 5 additions and 0 deletions
src/citra
|
@ -232,6 +232,7 @@ void Config::ReadValues() {
|
|||
ReadSetting("System", Settings::values.init_ticks_override);
|
||||
ReadSetting("System", Settings::values.plugin_loader_enabled);
|
||||
ReadSetting("System", Settings::values.allow_plugin_loader);
|
||||
ReadSetting("System", Settings::values.steps_per_hour);
|
||||
|
||||
{
|
||||
constexpr const char* default_init_time_offset = "0 00:00:00";
|
||||
|
|
|
@ -319,6 +319,10 @@ init_ticks_type =
|
|||
# Defaults to 0.
|
||||
init_ticks_override =
|
||||
|
||||
# Number of steps per hour reported by the pedometer.
|
||||
# Defaults to 0.
|
||||
steps_per_hour =
|
||||
|
||||
[Camera]
|
||||
# Which camera engine to use for the right outer camera
|
||||
# blank (default): a dummy camera that always returns black image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue