Skip to content

Commit

Permalink
Move DPad shifting option to Input tab
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Oct 30, 2023
1 parent cf6e1f8 commit 23116f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/VR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,6 @@ void VR::on_draw_sidebar_entry(std::string_view name) {
m_uncap_framerate->draw("Uncap Framerate");
m_enable_gui->draw("Enable GUI");
m_enable_depth->draw("Enable Depth");
m_thumbrest_shifting->draw("Thumbrest DPad Shifting");
m_load_blueprint_code->draw("Load Blueprint Code");
m_ghosting_fix->draw("Ghosting Fix");

Expand All @@ -2011,6 +2010,7 @@ void VR::on_draw_sidebar_entry(std::string_view name) {
ImGui::SetNextItemOpen(true, ImGuiCond_::ImGuiCond_Once);
if (ImGui::TreeNode("Controller")) {
m_joystick_deadzone->draw("VR Joystick Deadzone");
m_thumbrest_shifting->draw("Thumbrest DPad Shifting");
ImGui::TreePop();
}

Expand Down

0 comments on commit 23116f5

Please sign in to comment.