Skip to content

Commit

Permalink
fix missing c
Browse files Browse the repository at this point in the history
  • Loading branch information
RSDuck committed Jul 8, 2021
1 parent 030e47b commit 77b4e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/switch/SettingsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ void DoGui(BoxGui::Frame& parent)
bool literalOptimisations = Config::JIT_LiteralOptimisations;
bool fastMemory = Config::JIT_FastMemory;

DoCheckbox(settingsFrame, settingsSkewer, "Enable JIT reompiler", jitEnable, true);
DoCheckbox(settingsFrame, settingsSkewer, "Enable JIT recompiler", jitEnable, true);
if (jitEnable)
{
DoSlider(settingsFrame, settingsSkewer, "Maximum block size", Config::JIT_MaxBlockSize, 1, 32);
Expand Down

0 comments on commit 77b4e54

Please sign in to comment.