diff --git a/nx/source/services/fs.c b/nx/source/services/fs.c index 909c8e80..59d5a119 100644 --- a/nx/source/services/fs.c +++ b/nx/source/services/fs.c @@ -428,8 +428,8 @@ Result fsOpenSdCardDetectionEventNotifier(FsEventNotifier* out) { Result fsIsExFatSupported(bool* out) { if (!kernelAbove200()) { - *out = false; - return 0; + *out = false; + return 0; } IpcCommand c;