mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
dyncom: Switch the app and system cores into the correct mode at initialization
This commit is contained in:
parent
c3211c9c80
commit
b7fac494cd
5 changed files with 21 additions and 17 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
class ARM_DynCom final : virtual public ARM_Interface {
|
||||
public:
|
||||
ARM_DynCom();
|
||||
ARM_DynCom(PrivilegeMode initial_mode);
|
||||
~ARM_DynCom();
|
||||
|
||||
void SetPC(u32 pc) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue