fusee: auto-apply nogc if fuses say we should.

This commit is contained in:
Michael Scire
2018-11-30 04:36:29 -08:00
parent c6003ff530
commit 5201803685
3 changed files with 32 additions and 7 deletions

View File

@@ -31,6 +31,10 @@ void stratosphere_free_ini1(void);
ini1_header_t *stratosphere_merge_inis(ini1_header_t **inis, unsigned int num_inis);
typedef struct {
bool has_nogc_config;
bool enable_nogc;
} stratosphere_cfg_t;
#define STRATOSPHERE_NOGC_KEY "nogc"