diff options
| author | 2022-01-30 23:13:46 +0100 | |
|---|---|---|
| committer | 2022-10-06 21:00:52 +0200 | |
| commit | 920429fde745b3bf6d33b6ca991628f64988f754 (patch) | |
| tree | 3c10b169e9e94041955500e4ed46e664255e4349 /src/core/core.h | |
| parent | NVDRV: Refactor Host1x (diff) | |
| download | yuzu-920429fde745b3bf6d33b6ca991628f64988f754.tar.gz yuzu-920429fde745b3bf6d33b6ca991628f64988f754.tar.xz yuzu-920429fde745b3bf6d33b6ca991628f64988f754.zip | |
NVDRV: Further refactors and eliminate old code.
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/core.h b/src/core/core.h index e4168a921..7843cc8ad 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -91,10 +91,6 @@ namespace Core::Timing { | |||
| 91 | class CoreTiming; | 91 | class CoreTiming; |
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | namespace Core::Hardware { | ||
| 95 | class InterruptManager; | ||
| 96 | } | ||
| 97 | |||
| 98 | namespace Core::HID { | 94 | namespace Core::HID { |
| 99 | class HIDCore; | 95 | class HIDCore; |
| 100 | } | 96 | } |
| @@ -305,12 +301,6 @@ public: | |||
| 305 | /// Provides a constant reference to the core timing instance. | 301 | /// Provides a constant reference to the core timing instance. |
| 306 | [[nodiscard]] const Timing::CoreTiming& CoreTiming() const; | 302 | [[nodiscard]] const Timing::CoreTiming& CoreTiming() const; |
| 307 | 303 | ||
| 308 | /// Provides a reference to the interrupt manager instance. | ||
| 309 | [[nodiscard]] Core::Hardware::InterruptManager& InterruptManager(); | ||
| 310 | |||
| 311 | /// Provides a constant reference to the interrupt manager instance. | ||
| 312 | [[nodiscard]] const Core::Hardware::InterruptManager& InterruptManager() const; | ||
| 313 | |||
| 314 | /// Provides a reference to the kernel instance. | 304 | /// Provides a reference to the kernel instance. |
| 315 | [[nodiscard]] Kernel::KernelCore& Kernel(); | 305 | [[nodiscard]] Kernel::KernelCore& Kernel(); |
| 316 | 306 | ||