Browse Source

Fix typo

pull/15/merge
VolcaEM 6 years ago
committed by GitHub
parent
commit
a0c499aef7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/service/nim/nim.cpp

2
src/core/hle/service/nim/nim.cpp

@ -122,7 +122,7 @@ public:
{40, nullptr, "ListApplyDeltaTask"},
{41, nullptr, "ClearNotEnoughSpaceStateOfApplyDeltaTask"},
{42, nullptr, "Unknown42"},
{43, nullptr, "Unknown42"},
{43, nullptr, "Unknown43"},
{44, nullptr, "Unknown44"},
{45, nullptr, "Unknown45"},
{46, nullptr, "Unknown46"},

Loading…
Cancel
Save