Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Knossos.NET/Views/GlobalSettingsView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,19 @@
<ToggleSwitch ToolTip.Tip="Enable basic Post Processing, which helps ensure visuals are balanced. Enabled by default." Tag="-no_post_process" IsChecked="{Binding PostProcess}"></ToggleSwitch>
</WrapPanel>
<!-- VSYNC -->
<!-- More advanced option that power users can set via Command Line or in individual mod settings.
<WrapPanel>
<Label Margin="5,5,0,0" Width="210">VSync</Label>
<ToggleSwitch ToolTip.Tip="Enable vertical sync, which ensures the game FPS matches the monitor FPS. Enabled by default." Tag="-no_vsync" IsChecked="{Binding Vsync}"></ToggleSwitch>
</WrapPanel>
-->
<!-- FPS Cap -->
<!-- More advanced option that power users can set via Command Line or in individual mod settings.
<WrapPanel>
<Label Margin="5,5,0,0" Width="210">Limit to 120 FPS</Label>
<ToggleSwitch ToolTip.Tip="Caps the frames-per-second (FPS) of FSO to 120. Enabled by default." Tag="-no_fps_capping" IsChecked="{Binding !NoFpsCapping}"></ToggleSwitch>
</WrapPanel>
-->
<!-- Show FPS -->
<WrapPanel>
<Label Margin="5,5,0,0" Width="210">Display FPS</Label>
Expand Down