diff --git a/.gitmodules b/.gitmodules index 52256d86f7..1597d3d6a0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,16 +15,16 @@ url = https://github.com/libusb/libusb.git [submodule "discord-rpc"] path = externals/discord-rpc - url = https://github.com/yuzu-emu/discord-rpc.git + url = https://gitlab.com/curlyhacks/discord-rpc.git [submodule "Vulkan-Headers"] path = externals/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers.git [submodule "sirit"] path = externals/sirit - url = https://github.com/yuzu-emu/sirit.git + url = https://gitlab.com/curlyhacks/sirit.git [submodule "mbedtls"] path = externals/mbedtls - url = https://github.com/yuzu-emu/mbedtls.git + url = https://gitlab.com/curlyhacks/mbedtls.git [submodule "xbyak"] path = externals/xbyak url = https://github.com/herumi/xbyak.git @@ -57,7 +57,7 @@ url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git [submodule "breakpad"] path = externals/breakpad - url = https://github.com/yuzu-emu/breakpad.git + url = https://gitlab.com/curlyhacks/breakpad.git [submodule "simpleini"] path = externals/simpleini url = https://github.com/brofield/simpleini.git @@ -67,3 +67,69 @@ [submodule "Vulkan-Utility-Libraries"] path = externals/Vulkan-Utility-Libraries url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git +[submodule "externals/cubeb"] + path = externals/cubeb + url = https://github.com/mozilla/cubeb.git +[submodule "externals/Vulkan-Headers"] + path = externals/Vulkan-Headers + url = https://github.com/KhronosGroup/Vulkan-Headers.git +[submodule "externals/breakpad"] + path = externals/breakpad + url = https://gitlab.com/curlyhacks/breakpad.git +[submodule "externals/VulkanMemoryAllocator"] + path = externals/VulkanMemoryAllocator + url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git +[submodule "externals/SDL"] + path = externals/SDL + url = https://github.com/libsdl-org/SDL.git +[submodule "externals/mbedtls"] + path = externals/mbedtls + url = https://gitlab.com/curlyhacks/mbedtls.git +[submodule "externals/Vulkan-Utility-Libraries"] + path = externals/Vulkan-Utility-Libraries + url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git +[submodule "externals/oaknut"] + path = externals/oaknut + url = https://github.com/merryhime/oaknut.git +[submodule "externals/sirit"] + path = externals/sirit + url = https://gitlab.com/curlyhacks/sirit.git +[submodule "externals/enet"] + path = externals/enet + url = https://github.com/lsalzman/enet.git +[submodule "externals/opus"] + path = externals/opus + url = https://github.com/xiph/opus.git +[submodule "externals/xbyak"] + path = externals/xbyak + url = https://github.com/herumi/xbyak.git +[submodule "externals/simpleini"] + path = externals/simpleini + url = https://github.com/brofield/simpleini.git +[submodule "externals/nx_tzdb/tzdb_to_nx"] + path = externals/nx_tzdb/tzdb_to_nx + url = https://github.com/lat9nq/tzdb_to_nx.git +[submodule "externals/cpp-jwt"] + path = externals/cpp-jwt + url = https://github.com/arun11299/cpp-jwt.git +[submodule "externals/vcpkg"] + path = externals/vcpkg + url = https://github.com/microsoft/vcpkg.git +[submodule "externals/cpp-httplib"] + path = externals/cpp-httplib + url = https://github.com/yhirose/cpp-httplib.git +[submodule "externals/libusb/libusb"] + path = externals/libusb/libusb + url = https://github.com/libusb/libusb.git +[submodule "externals/discord-rpc"] + path = externals/discord-rpc + url = https://gitlab.com/curlyhacks/discord-rpc.git +[submodule "externals/libadrenotools"] + path = externals/libadrenotools + url = https://github.com/bylaws/libadrenotools.git +[submodule "externals/ffmpeg/ffmpeg"] + path = externals/ffmpeg/ffmpeg + url = https://github.com/FFmpeg/FFmpeg.git +[submodule "externals/dynarmic"] + path = externals/dynarmic + url = https://gitlab.com/curlyhacks/dynarmic.git diff --git a/README.md b/README.md index d258584bfa..ff98edf0a7 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,35 @@ -
-
-
-Any donations received will go towards things like:
-* Switch consoles to explore and reverse-engineer the hardware
-* Switch games for testing, reverse-engineering, and implementing new features
-* Web hosting and infrastructure setup
-* Software licenses (e.g. Visual Studio, IDA Pro, etc.)
-* Additional hardware (e.g. GPUs as-needed to improve rendering support, other peripherals to add support for, etc.)
-
-If you wish to support us a different way, please join our [Discord](https://discord.gg/u77vRWY) and talk to bunnei. You may also contact: donations@yuzu-emu.org.
## License
-yuzu is licensed under the GPLv3 (or any later version). Refer to the [LICENSE.txt](https://github.com/yuzu-emu/yuzu/blob/master/LICENSE.txt) file.
+suyu is licensed under the free and open-source GPL v3 license.