diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-06-15 09:35:43 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-06-16 07:46:45 +0200 |
commit | e4318a191457f5e46eca20060c8ebcab3e6758eb (patch) | |
tree | ccc04b267629c6767de9295ac76361c281ddea3e /src/core/CMakeLists.txt | |
parent | spl: Add the general SPL interface (diff) | |
download | yuzu-e4318a191457f5e46eca20060c8ebcab3e6758eb.tar yuzu-e4318a191457f5e46eca20060c8ebcab3e6758eb.tar.gz yuzu-e4318a191457f5e46eca20060c8ebcab3e6758eb.tar.bz2 yuzu-e4318a191457f5e46eca20060c8ebcab3e6758eb.tar.lz yuzu-e4318a191457f5e46eca20060c8ebcab3e6758eb.tar.xz yuzu-e4318a191457f5e46eca20060c8ebcab3e6758eb.tar.zst yuzu-e4318a191457f5e46eca20060c8ebcab3e6758eb.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index ab60841d5..83b5b7676 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -139,6 +139,7 @@ add_library(core STATIC frontend/input.h hardware_interrupt_manager.cpp hardware_interrupt_manager.h + hle/api_version.h hle/ipc.h hle/ipc_helpers.h hle/kernel/board/nintendo/nx/k_system_control.cpp |