Dyncom: Move cream cache to ARMul_State.

This commit is contained in:
bunnei
2015-05-01 18:27:04 -04:00
parent c7dc799e19
commit bab5abaf46
4 changed files with 18 additions and 25 deletions
-2
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;