mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-02-18 11:41:13 +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
|
||||
{
|
||||
static T s_oldValue;
|
||||
/*static T s_oldValue;
|
||||
|
||||
if (padState.IsTapped(SWA::eKeyState_A))
|
||||
{
|
||||
|
|
@ -825,8 +825,8 @@ static void DrawConfigOption(int32_t rowIndex, float yOffset, ConfigDef<T>* conf
|
|||
// remember value
|
||||
s_oldValue = config->Value;
|
||||
|
||||
// if (config->LockCallback)
|
||||
// config->LockCallback(config);
|
||||
if (config->LockCallback)
|
||||
config->LockCallback(config);
|
||||
|
||||
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");
|
||||
}
|
||||
|
||||
lockedOnOption = g_lockedOnOption;
|
||||
lockedOnOption = g_lockedOnOption;*/
|
||||
}
|
||||
|
||||
if (g_canReset && padState.IsTapped(SWA::eKeyState_X))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue