diff options
| author | bunnei <bunneidev@gmail.com> | 2016-06-02 21:33:06 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-06-02 21:33:06 -0400 |
| commit | 8df4283b19763ceb35615134c3b0c2494c2cb6f8 (patch) | |
| tree | 96df9cca21bf4c6f04836cb4a9a9b7eace11728d /src/core/hle/result.h | |
| parent | 63557e3fc1ad44a3178ebb9c9222636e2555e5d1 (diff) | |
| parent | 07cc7811636360d042282a12e6a570337f20e3fc (diff) | |
Merge pull request #1863 from mailwl/gpu-threadid-reset
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, |
