move imgui renderer into rend/gles. Fix gl4 term function

This commit is contained in:
Flyinghead 2019-02-19 17:43:25 +01:00
parent a808a8f36f
commit 1276a58d87
3 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
#define _CRT_SECURE_NO_WARNINGS
#endif
#include "imgui.h"
#include "imgui/imgui.h"
#include "imgui_impl_opengl3.h"
#include <stdio.h>
#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier

View File

@ -22,7 +22,7 @@
#include "cfg/cfg.h"
#include "hw/maple/maple_cfg.h"
#include "imgui/imgui.h"
#include "imgui/imgui_impl_opengl3.h"
#include "gles/imgui_impl_opengl3.h"
#include "imgui/roboto_medium.h"
#include "gles/gles.h"
#include "input/gamepad_device.h"