(runloop.c) check_oneshot - turn into inline function

This commit is contained in:
twinaphex 2014-10-05 02:05:09 +02:00
parent acd33a0212
commit cfdbb8cf63

View File

@ -192,7 +192,7 @@ static void check_pause(bool pressed, bool frameadvance_pressed)
old_focus = focus;
}
static void check_oneshot(bool oneshot_pressed, bool rewind_pressed)
static inline void check_oneshot(bool oneshot_pressed, bool rewind_pressed)
{
/* Rewind buttons works like FRAMEREWIND when paused.
* We will one-shot in that case. */