Go to file
2020-02-11 21:58:24 -06:00
cmake/modules [nostalgia] Get building with Conan 2019-12-30 22:51:35 -06:00
deps [nostalgia/core/gba] Move cstartup.cpp to NostalgiaCore-GBA 2020-02-11 21:45:48 -06:00
devenv [nostalgia/devenv] Remove dependency on external devenv Docker image 2018-04-13 18:32:25 -05:00
sample_project [nostalgia] Add sample project 2020-01-25 00:16:44 -06:00
scripts [nostalgia] Cleanup setup-build 2020-01-24 18:56:13 -06:00
src [nostalgia/tools/pack] Fix oxAssert to use new parameter order 2020-02-11 21:58:24 -06:00
.gdblogger.json [nostalgia] Switch to strong int Error 2019-07-28 00:32:42 -05:00
.gitignore [nostalgia] Add conanbuild to .gitignore 2020-01-25 00:34:40 -06:00
.liccor.yml Run liccor for 2018 2018-01-30 00:00:39 -06:00
CMakeLists.txt [nostalgia] Add missing changes for CMake to set dist directory 2020-01-24 23:29:16 -06:00
conanfile.py [nostalgia] Get building with Conan 2019-12-30 22:51:35 -06:00
developer-handbook.md [nostalgia] Add section to Developer Handbook about mixing C and C++ 2020-01-24 18:55:29 -06:00
Dockerfile [nostalgia] Upgrade devenv to Fedora 30 2019-07-17 21:27:34 -05:00
Jenkinsfile [nostalgia] Fix build configuration commands in Jenkinsfile 2019-10-22 23:57:48 -05:00
LICENSE Initial commit. 2016-03-15 00:14:56 -05:00
Makefile [nostalgia] Add build missing option to conan invocation 2020-01-25 00:37:55 -06:00
README.md Cleanup build files 2018-03-05 23:09:50 -06:00

Nostalgia

Setup

macOS

Run something along the lines of the following to let CMake know where Qt is installed. You may need to adjust this location.

export NOSTALGIA_QT_PATH=/usr/local/Cellar/qt5/5.8.0_2/