aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaya <malte.hoermeyer@web.de>2022-06-16 00:29:39 +0200
committerGitHub <noreply@github.com>2022-06-16 00:29:39 +0200
commit93f10fd55c5ff6f6cebb82601ff850d11f92a840 (patch)
tree8582c6c717142b1fc97caea1a60e3df51214d4be
parentd9f39f14fa0b0e8d025a8deef1d0c85da89c31f6 (diff)
downloadNorthstarLauncher-93f10fd55c5ff6f6cebb82601ff850d11f92a840.tar.gz
NorthstarLauncher-93f10fd55c5ff6f6cebb82601ff850d11f92a840.zip
Delete emit_blocker.h (#194)
* Delete emit_blocker.h * also remove from dllmain.cpp
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj1
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters3
-rw-r--r--NorthstarDedicatedTest/dllmain.cpp1
-rw-r--r--NorthstarDedicatedTest/emit_blocker.h3
4 files changed, 0 insertions, 8 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
index 5a7c9529..ea9ccbb3 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
@@ -117,7 +117,6 @@
<ClInclude Include="debugoverlay.h" />
<ClInclude Include="clientruihooks.h" />
<ClInclude Include="clientvideooverrides.h" />
- <ClInclude Include="emit_blocker.h" />
<ClInclude Include="localchatwriter.h" />
<ClInclude Include="ns_version.h" />
<ClInclude Include="plugins.h" />
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
index 81dc3817..576b9004 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
@@ -1515,9 +1515,6 @@
<ClInclude Include="NSMem.h">
<Filter>Header Files\Shared\ExploitFixes</Filter>
</ClInclude>
- <ClInclude Include="emit_blocker.h">
- <Filter>Header Files\Shared\ExploitFixes</Filter>
- </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp
index 5e747ec5..b6b68811 100644
--- a/NorthstarDedicatedTest/dllmain.cpp
+++ b/NorthstarDedicatedTest/dllmain.cpp
@@ -51,7 +51,6 @@
#include "rapidjson/writer.h"
#include "rapidjson/error/en.h"
#include "ExploitFixes.h"
-#include "emit_blocker.h"
typedef void (*initPluginFuncPtr)(void* getPluginObject);
diff --git a/NorthstarDedicatedTest/emit_blocker.h b/NorthstarDedicatedTest/emit_blocker.h
deleted file mode 100644
index 43991927..00000000
--- a/NorthstarDedicatedTest/emit_blocker.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#pragma once
-
-void InitialiseServerEmit_Blocker(HMODULE baseAddress); \ No newline at end of file