config: move externs into header

This commit is contained in:
CTCaer
2025-08-08 15:03:56 +03:00
parent 081f8b9664
commit 2ea496d9d1
21 changed files with 7 additions and 37 deletions

View File

@@ -25,8 +25,6 @@
#include "../hos/pkg1.h"
#include <libs/fatfs/ff.h>
extern hekate_config h_cfg;
#pragma GCC push_options
#pragma GCC optimize ("Os")

View File

@@ -27,7 +27,6 @@
#include <libs/fatfs/ff.h>
extern boot_cfg_t b_cfg;
extern hekate_config h_cfg;
#pragma GCC push_options
#pragma GCC optimize ("Os")