Merge pull request #1961 from unknownbrackets/savestates
Fix some missing things from save states
This commit is contained in:
commit
0abf322c1d
3 changed files with 17 additions and 5 deletions
|
@ -1331,7 +1331,7 @@ struct TLS : public KernelObject
|
|||
const char *GetName() {return ntls.name;}
|
||||
const char *GetTypeName() {return "TLS";}
|
||||
static u32 GetMissingErrorCode() { return PSP_ERROR_UNKNOWN_TLS_ID; }
|
||||
int GetIDType() const { return SCE_KERNEL_TMID_Vpl; }
|
||||
int GetIDType() const { return SCE_KERNEL_TMID_Tls; }
|
||||
|
||||
TLS() : next(0) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue