fusee: Implement built-in support for togglable nogc patches

This commit is contained in:
Michael Scire
2018-11-30 04:10:23 -08:00
parent 72a2c10896
commit 72f028efae
15 changed files with 92 additions and 1 deletions

View File

@@ -31,4 +31,7 @@ void stratosphere_free_ini1(void);
ini1_header_t *stratosphere_merge_inis(ini1_header_t **inis, unsigned int num_inis);
#define STRATOSPHERE_NOGC_KEY "nogc"
#endif