Go to file
2020-06-23 08:11:57 -05:00
.vs
cmake/modules
deps [ox/mc] Replace an alloca call with malloca to prevent stack overflow 2020-06-20 03:54:16 -05:00
devenv
jenkins [nostalgia] Cleanup build files 2020-06-20 05:30:22 -05:00
sample_project
scripts [nostalgia] Cleanup build files 2020-06-20 05:30:22 -05:00
src [nostalgia/core/gba] Make sizing a scale factor of the GBA 2020-06-23 08:11:57 -05:00
.gdblogger.json
.gitignore
.liccor.yml
CMakeLists.txt
conanfile.py
developer-handbook.md
Dockerfile
LICENSE
Makefile [nostalgia] Cleanup build files 2020-06-20 05:30:22 -05:00
README.md

Nostalgia

Setup

Linux

Make sure conan is using the C++11 version of libstdc++.

conan profile update settings.compiler.libcxx=libstdc++11 default

macOS

Install and use gmake instead of the make that comes with the system.

Build

Build options: release, debug, gba, gba-debug

make purge conan configure-{gba,release,debug} install