mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ui: Use 3rd party dirent for ImGuiFileDialog
This commit is contained in:
@@ -76,6 +76,9 @@ esac
|
||||
git submodule update --init ui/inih
|
||||
git submodule update --init ui/imgui
|
||||
git submodule update --init ui/ImGuiFileDialog
|
||||
pushd ui/ImGuiFileDialog
|
||||
git submodule update --init 3rdparty/dirent
|
||||
popd
|
||||
|
||||
# find absolute path (and resolve symlinks) to build out of tree
|
||||
configure="$(dirname "$($readlink -f "${0}")")/configure"
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@ sdl.mo-objs := \
|
||||
ui/xemu-shaders.o: ui/shader/xemu-logo-frag.h
|
||||
|
||||
ifeq ($(CONFIG_WIN32),y)
|
||||
IMGUI_FLAGS = -DWIN32 -DMINGW32
|
||||
IMGUI_FLAGS = -DWIN32 -DMINGW32 -Iui/ImGuiFileDialog/3rdparty/dirent/include
|
||||
endif
|
||||
ifeq ($(CONFIG_LINUX),y)
|
||||
IMGUI_FLAGS = -DLINUX
|
||||
|
||||
Reference in New Issue
Block a user