mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 08:05:46 +00:00
arm: Remove ARMul_EmulateInit
This was only used for armemu, which has since been removed. Removed components related to this as well.
This commit is contained in:
parent
6ab193bbea
commit
e3f5c6366c
4 changed files with 1 additions and 55 deletions
|
@ -294,7 +294,6 @@ enum {
|
|||
/***************************************************************************\
|
||||
* Definitons of things in the emulator *
|
||||
\***************************************************************************/
|
||||
extern void ARMul_EmulateInit();
|
||||
extern void ARMul_Reset(ARMul_State* state);
|
||||
extern ARMul_State* ARMul_NewState(ARMul_State* state);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue