Skip to content

Commit

Permalink
Update Options.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nejsplitter authored Jul 6, 2022
1 parent 6ebaa94 commit 1e562fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/DolphinLibretro/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ Option<float> cpuClockRate("dolphin_cpu_clock_rate", "CPU Clock Rate",
{"70%", 0.7},
{"80%", 0.8},
{"90%", 0.9}});
Option<float> EmulationSpeed("dolphin_emulation_speed", "Emulation Speed",
{{"unlimited", 0.0},
{"100%", 1.0}});
Option<bool> fastmem("dolphin_fastmem", "Fastmem", true);
Option<int> irMode("dolphin_ir_mode", "Wiimote IR Mode", 1,
{"Right Stick controls pointer (relative)",
Expand Down

0 comments on commit 1e562fa

Please sign in to comment.