mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
Externals: Enable IMGUI_DISABLE_OBSOLETE_FUNCTIONS
This commit is contained in:
parent
30a34d06c1
commit
9e19d10f9d
2
Externals/imgui/imconfig.h
vendored
2
Externals/imgui/imconfig.h
vendored
@ -27,7 +27,7 @@
|
||||
//#define IMGUI_API __declspec( dllimport )
|
||||
|
||||
//---- Don't define obsolete functions/enums/behaviors. Consider enabling from time to time after updating to avoid using soon-to-be obsolete function/names.
|
||||
//#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
|
||||
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
|
||||
|
||||
//---- Disable all of Dear ImGui or don't implement standard windows.
|
||||
// It is very strongly recommended to NOT disable the demo windows during development. Please read comments in imgui_demo.cpp.
|
||||
|
Loading…
x
Reference in New Issue
Block a user