diff options
| author | 2014-04-04 23:24:09 -0400 | |
|---|---|---|
| committer | 2014-04-04 23:24:09 -0400 | |
| commit | 9b6041d8189653514e87135e2139fd9a0934c9bf (patch) | |
| tree | 0b653ccd755ce7db4d3da49a0d3e5199d4205fa6 /src/core | |
| parent | Support vs express edition without having to get platform sdk (diff) | |
| download | yuzu-9b6041d8189653514e87135e2139fd9a0934c9bf.tar.gz yuzu-9b6041d8189653514e87135e2139fd9a0934c9bf.tar.xz yuzu-9b6041d8189653514e87135e2139fd9a0934c9bf.zip | |
Remove Core::GetState(). Use new ARM_Interface instead.
Diffstat (limited to '')
| -rw-r--r-- | src/core/src/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/src/core.h b/src/core/src/core.h index f41daca6a..2e7b355f2 100644 --- a/src/core/src/core.h +++ b/src/core/src/core.h | |||
| @@ -55,8 +55,6 @@ void Stop(); | |||
| 55 | /// Initialize the core | 55 | /// Initialize the core |
| 56 | int Init(); | 56 | int Init(); |
| 57 | 57 | ||
| 58 | ARMul_State* GetState(); | ||
| 59 | |||
| 60 | } // namespace | 58 | } // namespace |
| 61 | 59 | ||
| 62 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 60 | //////////////////////////////////////////////////////////////////////////////////////////////////// |