mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 19:41:38 +12:00
We can now change threads
This commit is contained in:
parent
1678cd6172
commit
9b95bd87f1
10 changed files with 159 additions and 14 deletions
|
@ -62,7 +62,10 @@ class CP15 final : public Dynarmic::A32::Coprocessor {
|
|||
}
|
||||
|
||||
public:
|
||||
void reset() {
|
||||
threadStoragePointer = VirtualAddrs::TLSBase;
|
||||
void setTLSBase(u32 value) {
|
||||
threadStoragePointer = value;
|
||||
}
|
||||
|
||||
// Currently does nothing but may be needed in the future
|
||||
void reset() {}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue