mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 19:27:52 -05:00
dyncom: Remove unnecessary initialization code.
Targeting ARM version variants was only a thing on armemu. The reset routine also does basically the same thing as NewState.
This commit is contained in:
@ -17,8 +17,6 @@ struct ARMul_State;
|
||||
bool AddOverflow(u32, u32, u32);
|
||||
bool SubOverflow(u32, u32, u32);
|
||||
|
||||
void ARMul_SelectProcessor(ARMul_State*, unsigned);
|
||||
|
||||
u32 AddWithCarry(u32, u32, u32, bool*, bool*);
|
||||
bool ARMul_AddOverflowQ(u32, u32);
|
||||
|
||||
|
Reference in New Issue
Block a user