There was an error fetching the commit references. Please try again later.
thread/process: Move TLS slot marking/freeing to the process class
Allows making several members of the process class private, it also avoids going through Core::CurrentProcess() just to retrieve the owning process.
Showing
- src/core/hle/kernel/process.cpp 58 additions, 0 deletionssrc/core/hle/kernel/process.cpp
- src/core/hle/kernel/process.h 17 additions, 11 deletionssrc/core/hle/kernel/process.h
- src/core/hle/kernel/thread.cpp 2 additions, 56 deletionssrc/core/hle/kernel/thread.cpp
- src/core/hle/kernel/thread.h 12 additions, 1 deletionsrc/core/hle/kernel/thread.h
Please register or sign in to comment