From cfdbb8cf63665ead96b0005b0fad599b1ec94e12 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 5 Oct 2014 02:05:09 +0200 Subject: [PATCH] (runloop.c) check_oneshot - turn into inline function --- runloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runloop.c b/runloop.c index d9cc632d02..e752107945 100644 --- a/runloop.c +++ b/runloop.c @@ -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. */