Go to file
2018-05-31 22:38:36 -05:00
.vscode [nostalgia] Update vscode settings 2018-05-02 22:32:02 -05:00
cmake/Modules [nostalgia] Cleanup 2018-04-13 19:30:13 -05:00
deps/ox [ox/std] Fix MallocaPtr's move constructor to null out other's m_val 2018-05-31 22:38:36 -05:00
devenv [nostalgia/devenv] Remove dependency on external devenv Docker image 2018-04-13 18:32:25 -05:00
media Add support world drawing 2017-11-09 21:43:59 -06:00
scripts Fix setup-build.ps1 for GBA builds 2018-02-07 21:29:57 -06:00
src [nostalgia] Remove usages of ::size_t 2018-04-13 19:23:42 -05:00
.gitignore Add compile_commands.json to .gitignore 2018-01-29 23:44:35 -06:00
.liccor.yml Run liccor for 2018 2018-01-30 00:00:39 -06:00
CMakeLists.txt [nostalgia] Add OX_USE_STDLIB setting main CMakeLists.txt 2018-05-19 01:47:23 -05:00
Dockerfile [nostalgia/devenv] Set devkitARM environment variable 2018-04-13 19:27:04 -05:00
Jenkinsfile [nostalgia] Add test to Jenkinsfile 2018-04-13 20:53:59 -05:00
LICENSE
Makefile [nostalgia] Fix make purge to delete entire build directory 2018-04-14 11:03:00 -05:00
mg.yml Fix FS include path in Nostalgia 2018-02-13 19:20:20 -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/