2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/arm
Markus Wick 993dbe49fc core/arm: Drop ChangeProcessorID.
This code was used to switch the CPU ID on thread switches.
However since "hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.", the CPU ID is not a constant.
This has been dead code since this rewrite, and dropped in dynarmic as well. So there is no need to keep it.
2021-05-26 19:48:24 +02:00
..
dynarmic core/arm: Drop ChangeProcessorID. 2021-05-26 19:48:24 +02:00
arm_interface.cpp General: Resolve a few missing initializer warnings 2020-10-29 19:37:07 -04:00
arm_interface.h core/arm: Drop ChangeProcessorID. 2021-05-26 19:48:24 +02:00
cpu_interrupt_handler.cpp
cpu_interrupt_handler.h cpu_interrupt_handler: Mark move contructor/assignment as deleted 2020-11-08 15:37:04 -05:00
exclusive_monitor.cpp
exclusive_monitor.h