From db0042bedcecc584235c7c0f6d4c4aa03f97f115 Mon Sep 17 00:00:00 2001 From: lizzie Date: Mon, 22 Jun 2026 18:55:46 +0000 Subject: [PATCH] typedef? --- src/yuzu_cmd/emu_window/emu_window_sdl3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl3.h b/src/yuzu_cmd/emu_window/emu_window_sdl3.h index 3c7870b1b8..701881bab6 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl3.h +++ b/src/yuzu_cmd/emu_window/emu_window_sdl3.h @@ -14,6 +14,7 @@ struct SDL_Window; union SDL_Event; +typedef int SDL_TimerID; namespace Core { class System;