diff --git a/OptiScaler/OptiScaler.vcxproj b/OptiScaler/OptiScaler.vcxproj
index 44b06de7..21231e29 100644
--- a/OptiScaler/OptiScaler.vcxproj
+++ b/OptiScaler/OptiScaler.vcxproj
@@ -317,8 +317,8 @@ copy NUL "$(SolutionDir)x64\Release\a\!! EXTRACT ALL FILES TO GAME FOLDER !!" /Y
-
-
+
+
@@ -532,7 +532,7 @@ copy NUL "$(SolutionDir)x64\Release\a\!! EXTRACT ALL FILES TO GAME FOLDER !!" /Y
-
+
diff --git a/OptiScaler/SysUtils.h b/OptiScaler/SysUtils.h
index 511442c4..04c1e447 100644
--- a/OptiScaler/SysUtils.h
+++ b/OptiScaler/SysUtils.h
@@ -40,6 +40,9 @@
// Enables LOG_DEBUG_ONLY logs
// #define DETAILED_DEBUG_LOGS
+// Enables Vulkan validation layers
+// #define VULKAN_DEBUG_LAYER
+
// Enable D3D12 Debug Layers
// #define ENABLE_DEBUG_LAYER_DX12
diff --git a/OptiScaler/hooks/VulkanwDx12/CommandBuffer_StateTracker.h b/OptiScaler/hooks/CommandBuffer_StateTracker.h
similarity index 100%
rename from OptiScaler/hooks/VulkanwDx12/CommandBuffer_StateTracker.h
rename to OptiScaler/hooks/CommandBuffer_StateTracker.h
diff --git a/OptiScaler/hooks/Vulkan_Hooks.cpp b/OptiScaler/hooks/Vulkan_Hooks.cpp
index 573b1d68..c3714b74 100644
--- a/OptiScaler/hooks/Vulkan_Hooks.cpp
+++ b/OptiScaler/hooks/Vulkan_Hooks.cpp
@@ -1,8 +1,10 @@
#include "pch.h"
+
#include "Vulkan_Hooks.h"
#include
#include
+#include
#include