mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 14:56:40 +08:00 
			
		
		
		
	Merge branch 'suyu-forks' into 'master'
Point to proper suyu org forks See merge request suyu2/suyu!4
This commit is contained in:
		
						commit
						552df9d7e2
					
				
							
								
								
									
										18
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @ -15,16 +15,16 @@ | |||||||
| 	url = https://github.com/libusb/libusb.git | 	url = https://github.com/libusb/libusb.git | ||||||
| [submodule "discord-rpc"] | [submodule "discord-rpc"] | ||||||
| 	path = externals/discord-rpc | 	path = externals/discord-rpc | ||||||
| 	url = https://gitlab.com/curlyhacks/discord-rpc.git | 	url = https://gitlab.com/suyu2/discord-rpc.git | ||||||
| [submodule "Vulkan-Headers"] | [submodule "Vulkan-Headers"] | ||||||
| 	path = externals/Vulkan-Headers | 	path = externals/Vulkan-Headers | ||||||
| 	url = https://github.com/KhronosGroup/Vulkan-Headers.git | 	url = https://github.com/KhronosGroup/Vulkan-Headers.git | ||||||
| [submodule "sirit"] | [submodule "sirit"] | ||||||
| 	path = externals/sirit | 	path = externals/sirit | ||||||
| 	url = https://gitlab.com/curlyhacks/sirit.git | 	url = https://gitlab.com/suyu2/sirit.git | ||||||
| [submodule "mbedtls"] | [submodule "mbedtls"] | ||||||
| 	path = externals/mbedtls | 	path = externals/mbedtls | ||||||
| 	url = https://gitlab.com/curlyhacks/mbedtls.git | 	url = https://gitlab.com/suyu2/mbedtls.git | ||||||
| [submodule "xbyak"] | [submodule "xbyak"] | ||||||
| 	path = externals/xbyak | 	path = externals/xbyak | ||||||
| 	url = https://github.com/herumi/xbyak.git | 	url = https://github.com/herumi/xbyak.git | ||||||
| @ -57,7 +57,7 @@ | |||||||
| 	url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git | 	url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git | ||||||
| [submodule "breakpad"] | [submodule "breakpad"] | ||||||
| 	path = externals/breakpad | 	path = externals/breakpad | ||||||
| 	url = https://gitlab.com/curlyhacks/breakpad.git | 	url = https://gitlab.com/suyu2/breakpad.git | ||||||
| [submodule "simpleini"] | [submodule "simpleini"] | ||||||
| 	path = externals/simpleini | 	path = externals/simpleini | ||||||
| 	url = https://github.com/brofield/simpleini.git | 	url = https://github.com/brofield/simpleini.git | ||||||
| @ -75,7 +75,7 @@ | |||||||
| 	url = https://github.com/KhronosGroup/Vulkan-Headers.git | 	url = https://github.com/KhronosGroup/Vulkan-Headers.git | ||||||
| [submodule "externals/breakpad"] | [submodule "externals/breakpad"] | ||||||
| 	path = externals/breakpad | 	path = externals/breakpad | ||||||
| 	url = https://gitlab.com/curlyhacks/breakpad.git | 	url = https://gitlab.com/suyu2/breakpad.git | ||||||
| [submodule "externals/VulkanMemoryAllocator"] | [submodule "externals/VulkanMemoryAllocator"] | ||||||
| 	path = externals/VulkanMemoryAllocator | 	path = externals/VulkanMemoryAllocator | ||||||
| 	url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git | 	url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git | ||||||
| @ -84,7 +84,7 @@ | |||||||
| 	url = https://github.com/libsdl-org/SDL.git | 	url = https://github.com/libsdl-org/SDL.git | ||||||
| [submodule "externals/mbedtls"] | [submodule "externals/mbedtls"] | ||||||
| 	path = externals/mbedtls | 	path = externals/mbedtls | ||||||
| 	url = https://gitlab.com/curlyhacks/mbedtls.git | 	url = https://gitlab.com/suyu2/mbedtls.git | ||||||
| [submodule "externals/Vulkan-Utility-Libraries"] | [submodule "externals/Vulkan-Utility-Libraries"] | ||||||
| 	path = externals/Vulkan-Utility-Libraries | 	path = externals/Vulkan-Utility-Libraries | ||||||
| 	url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git | 	url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git | ||||||
| @ -93,7 +93,7 @@ | |||||||
| 	url = https://github.com/merryhime/oaknut.git | 	url = https://github.com/merryhime/oaknut.git | ||||||
| [submodule "externals/sirit"] | [submodule "externals/sirit"] | ||||||
| 	path = externals/sirit | 	path = externals/sirit | ||||||
| 	url = https://gitlab.com/curlyhacks/sirit.git | 	url = https://gitlab.com/suyu2/sirit.git | ||||||
| [submodule "externals/enet"] | [submodule "externals/enet"] | ||||||
| 	path = externals/enet | 	path = externals/enet | ||||||
| 	url = https://github.com/lsalzman/enet.git | 	url = https://github.com/lsalzman/enet.git | ||||||
| @ -123,7 +123,7 @@ | |||||||
| 	url = https://github.com/libusb/libusb.git | 	url = https://github.com/libusb/libusb.git | ||||||
| [submodule "externals/discord-rpc"] | [submodule "externals/discord-rpc"] | ||||||
| 	path = externals/discord-rpc | 	path = externals/discord-rpc | ||||||
| 	url = https://gitlab.com/curlyhacks/discord-rpc.git | 	url = https://gitlab.com/suyu2/discord-rpc.git | ||||||
| [submodule "externals/libadrenotools"] | [submodule "externals/libadrenotools"] | ||||||
| 	path = externals/libadrenotools | 	path = externals/libadrenotools | ||||||
| 	url = https://github.com/bylaws/libadrenotools.git | 	url = https://github.com/bylaws/libadrenotools.git | ||||||
| @ -132,4 +132,4 @@ | |||||||
| 	url = https://github.com/FFmpeg/FFmpeg.git | 	url = https://github.com/FFmpeg/FFmpeg.git | ||||||
| [submodule "externals/dynarmic"] | [submodule "externals/dynarmic"] | ||||||
| 	path = externals/dynarmic | 	path = externals/dynarmic | ||||||
| 	url = https://gitlab.com/curlyhacks/dynarmic.git | 	url = https://gitlab.com/suyu2/dynarmic.git | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user