From ba1eb2dd29ccbed2e7e240997dfa25468177fe51 Mon Sep 17 00:00:00 2001 From: Tyler Jaacks Date: Wed, 9 Apr 2025 19:38:18 -0500 Subject: [PATCH] Cleaned up folder structure and added utils. --- dlls/winrt_x/utils.h | 2 + dlls/winrt_x/winrt_x.vcxproj | 1 + dlls/winrt_x/winrt_x.vcxproj.filters | 106 +++++++++++++++++++++++++++ 3 files changed, 109 insertions(+) create mode 100644 dlls/winrt_x/utils.h diff --git a/dlls/winrt_x/utils.h b/dlls/winrt_x/utils.h new file mode 100644 index 0000000..d8f831c --- /dev/null +++ b/dlls/winrt_x/utils.h @@ -0,0 +1,2 @@ +#pragma once +#include "pch.h" \ No newline at end of file diff --git a/dlls/winrt_x/winrt_x.vcxproj b/dlls/winrt_x/winrt_x.vcxproj index 3fcd28b..7a8a789 100644 --- a/dlls/winrt_x/winrt_x.vcxproj +++ b/dlls/winrt_x/winrt_x.vcxproj @@ -942,6 +942,7 @@ + diff --git a/dlls/winrt_x/winrt_x.vcxproj.filters b/dlls/winrt_x/winrt_x.vcxproj.filters index e2ad47e..314e021 100644 --- a/dlls/winrt_x/winrt_x.vcxproj.filters +++ b/dlls/winrt_x/winrt_x.vcxproj.filters @@ -1276,6 +1276,58 @@ Implementation\Windows\Xbox\SmartGlass + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + @@ -2390,6 +2442,57 @@ Implementation\Windows\Xbox\SmartGlass + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + + + Implementation\Windows\Xbox\Multiplayer + @@ -2530,5 +2633,8 @@ External + + External + \ No newline at end of file