Compilation fix for MSVC

This commit is contained in:
scribam 2020-04-22 22:28:12 +02:00
parent adfe30cf4c
commit 429957f830
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#include "imgui/imgui.h"
#include "gles/imgui_impl_opengl3.h"
#include "imgui/roboto_medium.h"
#include "network/naomi_network.h"
#include "gles/gles.h"
#include "input/gamepad_device.h"
#include "input/keyboard_device.h"
@ -37,7 +38,6 @@
#include "imgread/common.h"
#include "log/LogManager.h"
#include "emulator.h"
#include "network/naomi_network.h"
extern void UpdateInputState(u32 port);
extern bool game_started;