From ba26be9bea801f219fa6340178fd6b13f02d574e Mon Sep 17 00:00:00 2001 From: BobTheBob9 Date: Thu, 15 Sep 2022 00:20:56 +0100 Subject: clang format, fix issues with server registration and rpak loading --- NorthstarDLL/dedicatedmaterialsystem.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NorthstarDLL/dedicatedmaterialsystem.cpp') diff --git a/NorthstarDLL/dedicatedmaterialsystem.cpp b/NorthstarDLL/dedicatedmaterialsystem.cpp index 5dfa19ec..28ee9b76 100644 --- a/NorthstarDLL/dedicatedmaterialsystem.cpp +++ b/NorthstarDLL/dedicatedmaterialsystem.cpp @@ -4,6 +4,7 @@ AUTOHOOK_INIT() +// clang-format off AUTOHOOK(D3D11CreateDevice, materialsystem_dx11.dll + 0xD9A0E, HRESULT, __stdcall, ( void* pAdapter, @@ -16,6 +17,7 @@ HRESULT, __stdcall, ( void** ppDevice, int* pFeatureLevel, void** ppImmediateContext)) +// clang-format on { // note: this is super duper temp pretty much just messing around with it // does run surprisingly well on dedi for a software driver tho if you ignore the +1gb ram usage at times, seems like dedi doesn't -- cgit v1.2.3