Merge pull request #1961 from unknownbrackets/savestates

Fix some missing things from save states
This commit is contained in:
Henrik Rydgård 2013-05-28 00:41:01 -07:00
commit 0abf322c1d
3 changed files with 17 additions and 5 deletions

View file

@ -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) {}