From 77b449b3404dd60e880afdbe9ec889814e933dad Mon Sep 17 00:00:00 2001 From: ergo720 <45463469+ergo720@users.noreply.github.com> Date: Sat, 15 Dec 2018 14:29:59 +0100 Subject: [PATCH] Renamed CxbxVSBC -> vsbc --- build/win32/CxbxVSBC.vcxproj | 16 ++++++++-------- build/win32/CxbxVSBC.vcxproj.filters | 16 ++++++++-------- src/core/HLE/XAPI/Xapi.cpp | 2 +- src/{CxbxVSBC => vsbc}/CxbxVSBC.cpp | 0 src/{CxbxVSBC => vsbc}/CxbxVSBC.h | 0 src/{CxbxVSBC => vsbc}/DlgVirtualSBCFeedback.cpp | 0 src/{CxbxVSBC => vsbc}/DlgVirtualSBCFeedback.h | 0 src/{CxbxVSBC => vsbc}/dllmain.cpp | 0 src/{CxbxVSBC => vsbc}/stdafx.cpp | 0 src/{CxbxVSBC => vsbc}/stdafx.h | 0 src/{CxbxVSBC => vsbc}/targetver.h | 0 11 files changed, 17 insertions(+), 17 deletions(-) rename src/{CxbxVSBC => vsbc}/CxbxVSBC.cpp (100%) rename src/{CxbxVSBC => vsbc}/CxbxVSBC.h (100%) rename src/{CxbxVSBC => vsbc}/DlgVirtualSBCFeedback.cpp (100%) rename src/{CxbxVSBC => vsbc}/DlgVirtualSBCFeedback.h (100%) rename src/{CxbxVSBC => vsbc}/dllmain.cpp (100%) rename src/{CxbxVSBC => vsbc}/stdafx.cpp (100%) rename src/{CxbxVSBC => vsbc}/stdafx.h (100%) rename src/{CxbxVSBC => vsbc}/targetver.h (100%) diff --git a/build/win32/CxbxVSBC.vcxproj b/build/win32/CxbxVSBC.vcxproj index 83ed0da12..1f269333f 100644 --- a/build/win32/CxbxVSBC.vcxproj +++ b/build/win32/CxbxVSBC.vcxproj @@ -152,16 +152,16 @@ - - - - + + + + - - - - + + + + diff --git a/build/win32/CxbxVSBC.vcxproj.filters b/build/win32/CxbxVSBC.vcxproj.filters index 1a6d0e7f2..d4f2aa96b 100644 --- a/build/win32/CxbxVSBC.vcxproj.filters +++ b/build/win32/CxbxVSBC.vcxproj.filters @@ -15,30 +15,30 @@ - + Source Files - + Source Files - + Source Files - + Source Files - + Header Files - + Header Files - + Header Files - + Header Files diff --git a/src/core/HLE/XAPI/Xapi.cpp b/src/core/HLE/XAPI/Xapi.cpp index 313a9ddb4..b2b6046d1 100644 --- a/src/core/HLE/XAPI/Xapi.cpp +++ b/src/core/HLE/XAPI/Xapi.cpp @@ -55,7 +55,7 @@ namespace xboxkrnl #include "CxbxKrnl/EmuShared.h" #include "../Common/Win32/XBPortMapping.h" #include "core/HLE/Intercept.hpp" -#include "CxbxVSBC/CxbxVSBC.h" +#include "vsbc/CxbxVSBC.h" #include "Windef.h" #include diff --git a/src/CxbxVSBC/CxbxVSBC.cpp b/src/vsbc/CxbxVSBC.cpp similarity index 100% rename from src/CxbxVSBC/CxbxVSBC.cpp rename to src/vsbc/CxbxVSBC.cpp diff --git a/src/CxbxVSBC/CxbxVSBC.h b/src/vsbc/CxbxVSBC.h similarity index 100% rename from src/CxbxVSBC/CxbxVSBC.h rename to src/vsbc/CxbxVSBC.h diff --git a/src/CxbxVSBC/DlgVirtualSBCFeedback.cpp b/src/vsbc/DlgVirtualSBCFeedback.cpp similarity index 100% rename from src/CxbxVSBC/DlgVirtualSBCFeedback.cpp rename to src/vsbc/DlgVirtualSBCFeedback.cpp diff --git a/src/CxbxVSBC/DlgVirtualSBCFeedback.h b/src/vsbc/DlgVirtualSBCFeedback.h similarity index 100% rename from src/CxbxVSBC/DlgVirtualSBCFeedback.h rename to src/vsbc/DlgVirtualSBCFeedback.h diff --git a/src/CxbxVSBC/dllmain.cpp b/src/vsbc/dllmain.cpp similarity index 100% rename from src/CxbxVSBC/dllmain.cpp rename to src/vsbc/dllmain.cpp diff --git a/src/CxbxVSBC/stdafx.cpp b/src/vsbc/stdafx.cpp similarity index 100% rename from src/CxbxVSBC/stdafx.cpp rename to src/vsbc/stdafx.cpp diff --git a/src/CxbxVSBC/stdafx.h b/src/vsbc/stdafx.h similarity index 100% rename from src/CxbxVSBC/stdafx.h rename to src/vsbc/stdafx.h diff --git a/src/CxbxVSBC/targetver.h b/src/vsbc/targetver.h similarity index 100% rename from src/CxbxVSBC/targetver.h rename to src/vsbc/targetver.h