mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Remove unused mojs array from ppcState.
This was some unused array just sitting in our global ppcState struct. I've got no idea what its use was /supposed/ to be used for if ever implemented.
This commit is contained in:
@ -115,7 +115,6 @@ void Init(int cpu_core)
|
||||
{
|
||||
FPURoundMode::SetPrecisionMode(FPURoundMode::PREC_53);
|
||||
|
||||
memset(ppcState.mojs, 0, sizeof(ppcState.mojs));
|
||||
memset(ppcState.sr, 0, sizeof(ppcState.sr));
|
||||
ppcState.DebugCount = 0;
|
||||
ppcState.dtlb_last = 0;
|
||||
|
Reference in New Issue
Block a user