mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 19:45:46 +00:00
arm_interface: Set TLS address for dynarmic core.
This commit is contained in:
parent
8c92435ded
commit
6377585edb
5 changed files with 32 additions and 0 deletions
|
@ -73,6 +73,13 @@ void ARM_DynCom::SetCP15Register(CP15Register reg, u32 value) {
|
|||
state->CP15[reg] = value;
|
||||
}
|
||||
|
||||
VAddr ARM_DynCom::GetTlsAddress() const {
|
||||
return {};
|
||||
}
|
||||
|
||||
void ARM_DynCom::SetTlsAddress(VAddr /*address*/) {
|
||||
}
|
||||
|
||||
void ARM_DynCom::AddTicks(u64 ticks) {
|
||||
down_count -= ticks;
|
||||
if (down_count < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue