mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
test 4
This commit is contained in:
parent
9b73c8906a
commit
2f4e20d476
1 changed files with 4 additions and 4 deletions
|
|
@ -810,7 +810,7 @@ static void DrawConfigOption(int32_t rowIndex, float yOffset, ConfigDef<T>* conf
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
static T s_oldValue;
|
/*static T s_oldValue;
|
||||||
|
|
||||||
if (padState.IsTapped(SWA::eKeyState_A))
|
if (padState.IsTapped(SWA::eKeyState_A))
|
||||||
{
|
{
|
||||||
|
|
@ -825,8 +825,8 @@ static void DrawConfigOption(int32_t rowIndex, float yOffset, ConfigDef<T>* conf
|
||||||
// remember value
|
// remember value
|
||||||
s_oldValue = config->Value;
|
s_oldValue = config->Value;
|
||||||
|
|
||||||
// if (config->LockCallback)
|
if (config->LockCallback)
|
||||||
// config->LockCallback(config);
|
config->LockCallback(config);
|
||||||
|
|
||||||
Game_PlaySound("sys_worldmap_decide");
|
Game_PlaySound("sys_worldmap_decide");
|
||||||
}
|
}
|
||||||
|
|
@ -854,7 +854,7 @@ static void DrawConfigOption(int32_t rowIndex, float yOffset, ConfigDef<T>* conf
|
||||||
Game_PlaySound("sys_worldmap_cansel");
|
Game_PlaySound("sys_worldmap_cansel");
|
||||||
}
|
}
|
||||||
|
|
||||||
lockedOnOption = g_lockedOnOption;
|
lockedOnOption = g_lockedOnOption;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_canReset && padState.IsTapped(SWA::eKeyState_X))
|
if (g_canReset && padState.IsTapped(SWA::eKeyState_X))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue