mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 12:02:25 -07:00
Dyncom: Move cream cache to ARMul_State.
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
\***************************************************************************/
|
||||
ARMul_State* ARMul_NewState(ARMul_State* state)
|
||||
{
|
||||
memset(state, 0, sizeof(ARMul_State));
|
||||
|
||||
state->Emulate = RUN;
|
||||
state->Mode = USER32MODE;
|
||||
|
||||
|
Reference in New Issue
Block a user