Browse Source

fixup timerid

lizzie 4 weeks ago
parent
commit
973a30198a
  1. 7
      src/yuzu_cmd/emu_window/emu_window_sdl3.h

7
src/yuzu_cmd/emu_window/emu_window_sdl3.h

@ -9,13 +9,12 @@
#include <tuple> #include <tuple>
#include <utility> #include <utility>
#include <SDL3/SDL.h>
#include <SDL3/SDL_timer.h>
#include "core/frontend/emu_window.h" #include "core/frontend/emu_window.h"
#include "core/frontend/graphics_context.h" #include "core/frontend/graphics_context.h"
struct SDL_Window;
union SDL_Event;
typedef int SDL_TimerID;
namespace Core { namespace Core {
class System; class System;
} }

Loading…
Cancel
Save