google-code-export / pspemu

Automatically exported from code.google.com/p/pspemu
2 stars 0 forks source link

Cleanups #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Remove:
protected __gshared ThreadState[Thread] threadStatePerThread;
__gshared CpuThreadBase[Thread] cpuThreadBasePerThread;

move those to EmulatorState or RunningState.

Original issue reported on code.google.com by soywiz on 28 Jun 2011 at 9:44