Add <optional> to RB3MidiDrums.h

This commit is contained in:
RipleyTom 2024-02-14 12:17:44 +01:00 committed by Elad.Ash
parent d71f4b33d7
commit 5a64556fbf
3 changed files with 7 additions and 6 deletions

View file

@ -23,7 +23,7 @@ static inline void draw_overlay_cursor(u32 index, s32 x_pos, s32 y_pos, s32 x_ma
rsx::overlays::set_cursor(rsx::overlays::cursor_offset::last + index, x, y, color, 2'000'000, false);
}
#else
static inline void draw_overlay_cursor(u32, s32, s32, s32, s32) {}
[[maybe_unused]] static inline void draw_overlay_cursor(u32, s32, s32, s32, s32) {}
#endif
LOG_CHANNEL(input_log, "Input");