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

@@ -9,4 +9,5 @@ debugmode = 0
debugmode_user = 0
[stratosphere]
nogc = 0
; To force-enable nogc, add nogc = 1
; To force-disable nogc, add nogc = 0