From 973a30198ae4920da471433b0fb231ce1ec391be Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 23 Jun 2026 08:24:14 +0000 Subject: [PATCH] fixup timerid --- src/yuzu_cmd/emu_window/emu_window_sdl3.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl3.h b/src/yuzu_cmd/emu_window/emu_window_sdl3.h index 701881bab6..bf63b65554 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl3.h +++ b/src/yuzu_cmd/emu_window/emu_window_sdl3.h @@ -9,13 +9,12 @@ #include #include +#include +#include + #include "core/frontend/emu_window.h" #include "core/frontend/graphics_context.h" -struct SDL_Window; -union SDL_Event; -typedef int SDL_TimerID; - namespace Core { class System; }