diff options
author | Jan <sentrycraft123@gmail.com> | 2023-11-23 18:53:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 18:53:04 +0100 |
commit | cfc53081ff38a7a0e29cc0b89644760a7ade33a1 (patch) | |
tree | f0b00aa5c06151da8c93f9c3dd9d7f167564b689 /NorthstarDLL/CMakeLists.txt | |
parent | 17217a39681c7fed35bee95195bdba7eaf508911 (diff) | |
download | NorthstarLauncher-cfc53081ff38a7a0e29cc0b89644760a7ade33a1.tar.gz NorthstarLauncher-cfc53081ff38a7a0e29cc0b89644760a7ade33a1.zip |
Replace audio event fetching with hook (#603)
Takes the previous audio event code, which relied on reading out a register using masm, and replaces it with a new hook.
Adapted from NorthstarPrime https://github.com/F1F7Y/NorthstarPrime
Co-authored-by: F1F7Y <filip.bartos07@proton.me>
Diffstat (limited to 'NorthstarDLL/CMakeLists.txt')
-rw-r--r-- | NorthstarDLL/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDLL/CMakeLists.txt b/NorthstarDLL/CMakeLists.txt index 5c275887..d238f61f 100644 --- a/NorthstarDLL/CMakeLists.txt +++ b/NorthstarDLL/CMakeLists.txt @@ -148,7 +148,6 @@ add_library(NorthstarDLL SHARED "util/version.h" "util/wininfo.cpp" "util/wininfo.h" - "audio_asm.asm" "dllmain.cpp" "dllmain.h" "ns_version.h" |