diff --git a/Source/Core/Updater/Main.cpp b/Source/Core/WinUpdater/Main.cpp similarity index 100% rename from Source/Core/Updater/Main.cpp rename to Source/Core/WinUpdater/Main.cpp diff --git a/Source/Core/Updater/Updater.exe.manifest b/Source/Core/WinUpdater/Updater.exe.manifest similarity index 100% rename from Source/Core/Updater/Updater.exe.manifest rename to Source/Core/WinUpdater/Updater.exe.manifest diff --git a/Source/Core/Updater/WinUI.cpp b/Source/Core/WinUpdater/WinUI.cpp similarity index 100% rename from Source/Core/Updater/WinUI.cpp rename to Source/Core/WinUpdater/WinUI.cpp diff --git a/Source/Core/Updater/Updater.vcxproj b/Source/Core/WinUpdater/WinUpdater.vcxproj similarity index 100% rename from Source/Core/Updater/Updater.vcxproj rename to Source/Core/WinUpdater/WinUpdater.vcxproj diff --git a/Source/Core/Updater/Updater.vcxproj.filters b/Source/Core/WinUpdater/WinUpdater.vcxproj.filters similarity index 100% rename from Source/Core/Updater/Updater.vcxproj.filters rename to Source/Core/WinUpdater/WinUpdater.vcxproj.filters diff --git a/Source/dolphin-emu.sln b/Source/dolphin-emu.sln index f855ef883d..836d6ce0ef 100644 --- a/Source/dolphin-emu.sln +++ b/Source/dolphin-emu.sln @@ -81,7 +81,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "picojson", "..\Externals\pi EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ed25519", "..\externals\ed25519\ed25519.vcxproj", "{5BDF4B91-1491-4FB0-BC27-78E9A8E97DC3}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Updater", "Core\Updater\Updater.vcxproj", "{E4BECBAB-9C6E-41AB-BB56-F9D70AB6BE03}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinUpdater", "Core\WinUpdater\WinUpdater.vcxproj", "{E4BECBAB-9C6E-41AB-BB56-F9D70AB6BE03}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FreeSurround", "..\Externals\FreeSurround\FreeSurround.vcxproj", "{8498F2FA-5CA6-4169-9971-DE5B1FE6132C}" EndProject