mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Style nits
This commit is contained in:
parent
9b18371a1a
commit
1e15f8b3bf
@ -586,9 +586,6 @@ bool menu_animation_push(float duration, float target_value, float* subject,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* menu_animation_ticker_str:
|
* menu_animation_ticker_str:
|
||||||
* @s : buffer to write new message line to.
|
* @s : buffer to write new message line to.
|
||||||
@ -695,7 +692,7 @@ bool menu_animation_ctl(enum menu_animation_ctl_state state, void *data)
|
|||||||
|
|
||||||
anim->is_active = true;
|
anim->is_active = true;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user