From 4ed14cf349440521117091d6670d86d9a53e29ee Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 31 May 2020 16:41:12 -0500 Subject: [PATCH] rename libretrobridge to 2019 --- LibretroBridge/{vs2015 => vs2019}/.editorconfig | 0 LibretroBridge/{vs2015 => vs2019}/LibretroBridge.cpp | 0 LibretroBridge/{vs2015 => vs2019}/LibretroBridge.sln | 0 LibretroBridge/{vs2015 => vs2019}/LibretroBridge.vcxproj | 0 LibretroBridge/{vs2015 => vs2019}/dynamic.h | 0 LibretroBridge/{vs2015 => vs2019}/features_cpu.c | 0 LibretroBridge/{vs2015 => vs2019}/libco/amd64.c | 0 LibretroBridge/{vs2015 => vs2019}/libco/coswap.asm | 0 LibretroBridge/{vs2015 => vs2019}/libco/libco.h | 0 LibretroBridge/{vs2015 => vs2019}/libretro.h | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename LibretroBridge/{vs2015 => vs2019}/.editorconfig (100%) rename LibretroBridge/{vs2015 => vs2019}/LibretroBridge.cpp (100%) rename LibretroBridge/{vs2015 => vs2019}/LibretroBridge.sln (100%) rename LibretroBridge/{vs2015 => vs2019}/LibretroBridge.vcxproj (100%) rename LibretroBridge/{vs2015 => vs2019}/dynamic.h (100%) rename LibretroBridge/{vs2015 => vs2019}/features_cpu.c (100%) rename LibretroBridge/{vs2015 => vs2019}/libco/amd64.c (100%) rename LibretroBridge/{vs2015 => vs2019}/libco/coswap.asm (100%) rename LibretroBridge/{vs2015 => vs2019}/libco/libco.h (100%) rename LibretroBridge/{vs2015 => vs2019}/libretro.h (100%) diff --git a/LibretroBridge/vs2015/.editorconfig b/LibretroBridge/vs2019/.editorconfig similarity index 100% rename from LibretroBridge/vs2015/.editorconfig rename to LibretroBridge/vs2019/.editorconfig diff --git a/LibretroBridge/vs2015/LibretroBridge.cpp b/LibretroBridge/vs2019/LibretroBridge.cpp similarity index 100% rename from LibretroBridge/vs2015/LibretroBridge.cpp rename to LibretroBridge/vs2019/LibretroBridge.cpp diff --git a/LibretroBridge/vs2015/LibretroBridge.sln b/LibretroBridge/vs2019/LibretroBridge.sln similarity index 100% rename from LibretroBridge/vs2015/LibretroBridge.sln rename to LibretroBridge/vs2019/LibretroBridge.sln diff --git a/LibretroBridge/vs2015/LibretroBridge.vcxproj b/LibretroBridge/vs2019/LibretroBridge.vcxproj similarity index 100% rename from LibretroBridge/vs2015/LibretroBridge.vcxproj rename to LibretroBridge/vs2019/LibretroBridge.vcxproj diff --git a/LibretroBridge/vs2015/dynamic.h b/LibretroBridge/vs2019/dynamic.h similarity index 100% rename from LibretroBridge/vs2015/dynamic.h rename to LibretroBridge/vs2019/dynamic.h diff --git a/LibretroBridge/vs2015/features_cpu.c b/LibretroBridge/vs2019/features_cpu.c similarity index 100% rename from LibretroBridge/vs2015/features_cpu.c rename to LibretroBridge/vs2019/features_cpu.c diff --git a/LibretroBridge/vs2015/libco/amd64.c b/LibretroBridge/vs2019/libco/amd64.c similarity index 100% rename from LibretroBridge/vs2015/libco/amd64.c rename to LibretroBridge/vs2019/libco/amd64.c diff --git a/LibretroBridge/vs2015/libco/coswap.asm b/LibretroBridge/vs2019/libco/coswap.asm similarity index 100% rename from LibretroBridge/vs2015/libco/coswap.asm rename to LibretroBridge/vs2019/libco/coswap.asm diff --git a/LibretroBridge/vs2015/libco/libco.h b/LibretroBridge/vs2019/libco/libco.h similarity index 100% rename from LibretroBridge/vs2015/libco/libco.h rename to LibretroBridge/vs2019/libco/libco.h diff --git a/LibretroBridge/vs2015/libretro.h b/LibretroBridge/vs2019/libretro.h similarity index 100% rename from LibretroBridge/vs2015/libretro.h rename to LibretroBridge/vs2019/libretro.h