From 5ddc1d0000df81a92378da2514da91e06de67922 Mon Sep 17 00:00:00 2001 From: John Williams <34047817+porschemad911@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:40:47 +1100 Subject: [PATCH] Update .gitmodules --- .gitmodules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index fc1a6078..5e3ef47d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,14 +1,15 @@ [submodule "deps/SDL"] path = deps/SDL - url = https://bitbucket.org/ecwolf/sdl.git + url = https://github.com/ECWolfEngine/sdl.git [submodule "deps/SDL_mixer"] path = deps/SDL_mixer - url = https://bitbucket.org/ecwolf/sdl_mixer-for-ecwolf.git + url = https://github.com/ECWolfEngine/sdl_mixer-for-ecwolf.git [submodule "deps/SDL_net"] path = deps/SDL_net - url = https://bitbucket.org/ecwolf/sdl_net.git + url = https://github.com/ECWolfEngine/sdl_net.git + [submodule "src/libretro/libretro-common"] path = src/libretro/libretro-common url = https://github.com/libretro/libretro-common.git