diff options
| author | Mai M <mathew1800@gmail.com> | 2021-07-14 22:19:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-14 22:19:05 -0400 |
| commit | 05feddc2521ef667cf5d3817ef8e544a352b40ec (patch) | |
| tree | 8591def7815ce7cc9156d87e0d62567584db1a23 /src/core/hardware_interrupt_manager.cpp | |
| parent | f2599534f8e096053bf7e8887ce729400a346e92 (diff) | |
| parent | c6d7da88c7ab125279ea4ccad0e3e839632b2f7a (diff) | |
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.cpp | 2 |
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 @@ #include "core/core.h" #include "core/core_timing.h" #include "core/hardware_interrupt_manager.h" -#include "core/hle/service/nvdrv/interface.h" +#include "core/hle/service/nvdrv/nvdrv_interface.h" #include "core/hle/service/sm/sm.h" namespace Core::Hardware { |
