gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
This commit is contained in:
parent
552018c50a
commit
07cc781163
3 changed files with 23 additions and 16 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue