Dropping elemental-forms and swapping out with imgui.

Too much code for such little use. This should simplify porting.
This commit is contained in:
Ben Vanik
2015-12-26 20:25:24 -08:00
parent 2071286040
commit 0e58208add
39 changed files with 644 additions and 1100 deletions

View File

@@ -7,7 +7,6 @@ project("xenia-kernel")
kind("StaticLib")
language("C++")
links({
"elemental-forms",
"xenia-apu",
"xenia-base",
"xenia-cpu",
@@ -19,7 +18,6 @@ project("xenia-kernel")
defines({
})
includedirs({
project_root.."/third_party/elemental-forms/src",
project_root.."/build_tools/third_party/gflags/src",
})
recursive_platform_files()