mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Services expose same sdk_headers as OFW Since settings apps use some of those symbols, need to include them Workaround is mock imports by #include the .c code Not ideal, but we only need access to basic load/save functions, and these apps are bundled with firmware anyway, so should be fine Not exposing via API and instead bundling via FAP also means less flash used, and RAM is not a concern with settings apps