Dyncom: Move cream cache to ARMul_State.

This commit is contained in:
bunnei 2015-04-27 22:44:05 -04:00
parent c7dc799e19
commit bab5abaf46
4 changed files with 18 additions and 25 deletions

View file

@ -26,8 +26,6 @@
\***************************************************************************/
ARMul_State* ARMul_NewState(ARMul_State* state)
{
memset(state, 0, sizeof(ARMul_State));
state->Emulate = RUN;
state->Mode = USER32MODE;