libretro / libretro-atari800

atari800 3.1.0 for libretro/libco WIP
15 stars 43 forks source link

source tree error if use git clone command #56

Closed metallic77 closed 3 years ago

metallic77 commented 3 years ago

the problem is that libretro/libretro common directory of the source has changed to libretro-common @ 6f62594 so the source is not fully downloaded via git clone command and cannot be compiled properly on devkitpro at least (unless you download it manually and rename the directory). I guess if you fix it, it will be properly compiled and working on Wii nightlies then.

gitmodules.git state

[submodule "libretro/libretro-common"] path = libretro/libretro-common url = https://github.com/libretro/libretro-common.git

which is wrong.