summaryrefslogtreecommitdiff
path: root/src/core/hardware_interrupt_manager.cpp
diff options
context:
space:
mode:
authorGravatar Mai M2021-07-14 22:19:05 -0400
committerGravatar GitHub2021-07-14 22:19:05 -0400
commit05feddc2521ef667cf5d3817ef8e544a352b40ec (patch)
tree8591def7815ce7cc9156d87e0d62567584db1a23 /src/core/hardware_interrupt_manager.cpp
parentMerge pull request #6599 from german77/disable_rumble (diff)
parentservice: Append service name prefix to common filenames (diff)
downloadyuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.gz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.xz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.zip
Merge pull request #6639 from Morph1984/optimize-linker
general: Reduce compile time / linker usage on MSVC
Diffstat (limited to 'src/core/hardware_interrupt_manager.cpp')
-rw-r--r--src/core/hardware_interrupt_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hardware_interrupt_manager.cpp b/src/core/hardware_interrupt_manager.cpp
index 645f26e91..290db505e 100644
--- a/src/core/hardware_interrupt_manager.cpp
+++ b/src/core/hardware_interrupt_manager.cpp
@@ -5,7 +5,7 @@
5#include "core/core.h" 5#include "core/core.h"
6#include "core/core_timing.h" 6#include "core/core_timing.h"
7#include "core/hardware_interrupt_manager.h" 7#include "core/hardware_interrupt_manager.h"
8#include "core/hle/service/nvdrv/interface.h" 8#include "core/hle/service/nvdrv/nvdrv_interface.h"
9#include "core/hle/service/sm/sm.h" 9#include "core/hle/service/sm/sm.h"
10 10
11namespace Core::Hardware { 11namespace Core::Hardware {