mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
- Update assets and references for new project - Revert DFU image and CLI motd - Remove NSFW text and flag - Remove credits animation (will be replaced with a setting menu soon) - New EvilPortal example HTML and better error message - Initial standalone naming for asset packs and mainmenu apps - File migration fixes/improvements - Remove hotfix workflow
10 lines
181 B
C
10 lines
181 B
C
/**
|
|
* @file expansion_settings_filename.h
|
|
*/
|
|
#pragma once
|
|
|
|
/**
|
|
* @brief File name used for expansion settings.
|
|
*/
|
|
#define EXPANSION_SETTINGS_PATH CFG_PATH("expansion.settings")
|