CMake buildfix, typo fix
This commit is contained in:
parent
4bca64f5cf
commit
6248db3c56
2 changed files with 2 additions and 2 deletions
|
@ -985,7 +985,7 @@ endif()
|
|||
set(NativeAppSource
|
||||
UI/NativeApp.cpp
|
||||
UI/EmuScreen.cpp
|
||||
UI/TestRunner.cpp
|
||||
android/jni/TestRunner.cpp
|
||||
UI/MenuScreens.cpp
|
||||
UI/GamepadEmu.cpp
|
||||
UI/UIShader.cpp
|
||||
|
|
|
@ -37,7 +37,7 @@ TouchStick leftStick(&ui_atlas, I_STICKBG, I_STICK, 0);
|
|||
|
||||
void LayoutGamepad(int w, int h)
|
||||
{
|
||||
float controlScale = true||g_Config.bLargeControls ? 1.6 : 1.15;
|
||||
float controlScale = g_Config.bLargeControls ? 1.6 : 1.15;
|
||||
|
||||
const int button_spacing = 50 * controlScale;
|
||||
const int arrow_spacing = 40 * controlScale;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue