Browse Source

fixup timerid

lizzie/rework-sdl3-cs
lizzie 2 days 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 <utility>
#include <SDL3/SDL.h>
#include <SDL3/SDL_timer.h>
#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;
}

Loading…
Cancel
Save