Remove Core::GetState(). Use new ARM_Interface instead.

This commit is contained in:
Mathieu Vaillancourt 2014-04-04 23:24:09 -04:00
parent f1fd84aa0f
commit 9b6041d818
4 changed files with 25 additions and 29 deletions

View file

@ -55,8 +55,6 @@ void Stop();
/// Initialize the core
int Init();
ARMul_State* GetState();
} // namespace
////////////////////////////////////////////////////////////////////////////////////////////////////