diff --git a/src/core/hle/service/fs/fs_user.cpp b/src/core/hle/service/fs/fs_user.cpp index 31c9552cf..4f61ad242 100644 --- a/src/core/hle/service/fs/fs_user.cpp +++ b/src/core/hle/service/fs/fs_user.cpp @@ -617,7 +617,7 @@ void FS_USER::SetPriority(Kernel::HLERequestContext& ctx) { void FS_USER::GetPriority(Kernel::HLERequestContext& ctx) { IPC::RequestParser rp(ctx, 0x863, 0, 0); - if (priority == -1) { + if (priority == UINT32_MAX) { LOG_INFO(Service_FS, "priority was not set, priority=0x{:X}", priority); }