Go to file
2023-06-02 00:06:37 -05:00
.idea [nostalgia] Integrate Ox Preloader 2022-11-30 01:51:45 -06:00
.vs [nostalgia] Add launch.vs.json 2020-02-16 14:18:22 -06:00
deps [ox] Make panic always print message 2023-06-01 23:48:39 -05:00
devenv [nostalgia/devenv] Add missing pacman.conf 2022-01-13 02:04:21 -06:00
jenkins [nostalgia/jenkins] Update Jenkinsfiles for conan 2021-03-28 02:44:08 -05:00
sample_project [nostalgia/sample_project] Change Nostalgia headers to Keel headers 2023-04-01 19:12:37 -05:00
scripts [nostalgia] Fix pkg-gba to use uname -n instead of hostname 2023-04-01 19:52:03 -05:00
src [glutils] Make static lib instead of object lib 2023-06-02 00:06:37 -05:00
.gitignore [nostalgia] Integrate Ox Preloader 2022-11-30 01:51:45 -06:00
.liccor.yml [nostalgia] Update liccor file 2023-02-06 00:17:24 -06:00
CMakeLists.txt
developer-handbook.md [nostalgia] Remove anti-references policy from dev handbook 2023-05-30 20:55:20 -05:00
Dockerfile [nostalgia] Integrate Ox Preloader 2022-11-30 01:51:45 -06:00
Makefile [nostalgia] Integrate Ox Preloader 2022-11-30 01:51:45 -06:00
README.md [nostalgia] Remove conan from README 2022-03-24 00:58:38 -05:00

Nostalgia

Prerequisites

  • Install GCC, Clang, or Visual Studio with C++20 support
  • Install devkitPro to build for GBA
  • Install Python 3
  • Install Ninja, Make, and CMake
  • Consider also installing ccache for faster subsequent build times

Build

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

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

Run

Studio

make run-studio

Native Platform

make run

GBA

make gba-run

Contributing

Please read the Developer Handbook for information on coding standards.