Go to file
2022-12-04 14:55:29 -06: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/oc] Fix to iterate to next field of parent after reading array 2022-12-04 14:55:29 -06:00
devenv [nostalgia/devenv] Add missing pacman.conf 2022-01-13 02:04:21 -06:00
jenkins
sample_project [nostalgia] Integrate Ox Preloader 2022-11-30 01:51:45 -06:00
scripts [nostalgia] Integrate Ox Preloader 2022-11-30 01:51:45 -06:00
src [nostalgia/core/glfw] Increase uninterruptedRefreshes from user input to 25 2022-12-03 20:29:09 -06:00
.gitignore [nostalgia] Integrate Ox Preloader 2022-11-30 01:51:45 -06:00
.liccor.yml
.tracy.json [nostalgia] Integrate Ox Preloader 2022-11-30 01:51:45 -06:00
CMakeLists.txt
developer-handbook.md [nostalgia] Update model example code in Developer Handbook 2022-07-12 00:56:33 -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

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.