diff options
| author | 2019-07-17 03:42:16 -0300 | |
|---|---|---|
| committer | 2019-07-17 03:42:16 -0300 | |
| commit | c3218c110fcdd25c2dfb3847ec86e09eed62457c (patch) | |
| tree | d224f1c5d92cfd0e404f14613d764fc7de67c4e9 /src/core/core.h | |
| parent | Merge pull request #2565 from ReinUsesLisp/track-indirect (diff) | |
| parent | core: Remove CurrentArmInterface() global accessor (diff) | |
| download | yuzu-c3218c110fcdd25c2dfb3847ec86e09eed62457c.tar.gz yuzu-c3218c110fcdd25c2dfb3847ec86e09eed62457c.tar.xz yuzu-c3218c110fcdd25c2dfb3847ec86e09eed62457c.zip | |
Merge pull request #2726 from lioncash/access
core: Remove CurrentArmInterface() global accessor
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/core.h b/src/core/core.h index 11e73278e..8ebb385ac 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -327,10 +327,6 @@ private: | |||
| 327 | static System s_instance; | 327 | static System s_instance; |
| 328 | }; | 328 | }; |
| 329 | 329 | ||
| 330 | inline ARM_Interface& CurrentArmInterface() { | ||
| 331 | return System::GetInstance().CurrentArmInterface(); | ||
| 332 | } | ||
| 333 | |||
| 334 | inline Kernel::Process* CurrentProcess() { | 330 | inline Kernel::Process* CurrentProcess() { |
| 335 | return System::GetInstance().CurrentProcess(); | 331 | return System::GetInstance().CurrentProcess(); |
| 336 | } | 332 | } |