diff --git a/app/src/main/cpp/skyline/services/fssrv/IFileSystem.cpp b/app/src/main/cpp/skyline/services/fssrv/IFileSystem.cpp index f70e37bb..1b9d5a0c 100644 --- a/app/src/main/cpp/skyline/services/fssrv/IFileSystem.cpp +++ b/app/src/main/cpp/skyline/services/fssrv/IFileSystem.cpp @@ -29,7 +29,7 @@ namespace skyline::service::fssrv { auto type{backing->GetEntryType(path)}; if (type) { - response.Push(*type); + response.Push(static_cast(*type)); return {}; } else { response.Push(0);