Skip to content

Commit

Permalink
Added mod to CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler committed Dec 24, 2020
1 parent 28950ca commit f5aff25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/Core/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ add_library(core
PrimeHack/Mods/SkipCutscene.h
PrimeHack/Mods/SpringballButton.cpp
PrimeHack/Mods/ViewModifier.cpp
PrimeHack/Mods/ContextSensitiveControls.cpp
PrimeHack/HackConfig.cpp
PrimeHack/HackManager.cpp
PrimeHack/Transform.cpp
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/GCPadEmu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void GCPad::LoadDefaults(const ControllerInterface& ciface)

// Triggers
m_triggers->SetControlExpression(0, "Shift"); // L
m_triggers->SetControlExpression(2, "Shift"); // R
m_triggers->SetControlExpression(2, "Shift");
}

bool GCPad::GetMicButton() const
Expand Down

0 comments on commit f5aff25

Please # to comment.