diff options
| author | mailwl <mailwl@gmail.com> | 2016-05-28 14:42:40 +0300 |
|---|---|---|
| committer | mailwl <mailwl@gmail.com> | 2016-06-01 09:40:15 +0300 |
| commit | 07cc7811636360d042282a12e6a570337f20e3fc (patch) | |
| tree | 4388f7cd0dfcbc777dd6828d5f62fae21108168c /src/core/hle/result.h | |
| parent | 552018c50a216c850c0ece02bdd9df99c5907007 (diff) | |
gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
Diffstat (limited to 'src/core/hle/result.h')
| -rw-r--r-- | src/core/hle/result.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h index bfb3327ce..57dedcb22 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -26,6 +26,7 @@ enum class ErrorDescription : u32 { FS_NotAFile = 250, FS_NotFormatted = 340, ///< This is used by the FS service when creating a SaveData archive OutofRangeOrMisalignedAddress = 513, // TODO(purpasmart): Check if this name fits its actual usage + GPU_FirstInitialization = 519, FS_InvalidPath = 702, InvalidSection = 1000, TooLarge = 1001, |
