masterfeizz / DaedalusX64-3DS

Port of DaedalusX64 to the Nintendo 3DS
GNU General Public License v2.0
355 stars 31 forks source link

Compilation Error - imgui_impl_3ds.h needed #80

Open midibyte opened 3 years ago

midibyte commented 3 years ago

imgui_impl_3ds.h is required to compile the source code. It is not included in this repository, and I have not been able to find it online.

Tested on: MacOS

Just to help anyone else trying to build this project from source, here are the things I had to do to build the project up to this point:

@masterfeizz Where can imgui_impl_3ds.h be found? Sidenote: It would be nice to have a compilation guide.

FaxMan2 commented 3 months ago

Hello @midibyte! I'm not sure if you still have this problem but I have found the missing source code.

Link: https://github.com/masterfeizz/imgui-picagl

hope this helps!