diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index 4bdd3dcd..d419576c 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -102,8 +102,8 @@ volatile CustomizeTable C = { .marikoEmcDvbShift = 0, // TODO - Don't use defines for these! -#define nCK_erista 1000'000. / C.eristaEmcMaxClock; -#define nCK_mariko 1000'000. / C.marikoEmcMaxClock; +#define nCK_erista (1000'000. / C.eristaEmcMaxClock); +#define nCK_mariko (1000'000. / C.marikoEmcMaxClock); .BL = 16, .tRFCpb = 140,