05-19-2021, 11:04 AM -
(05-19-2021, 12:49 AM)Ani Wrote: Should be fixed on the latest build
For future reference, you're supposed to git clone the repository and then run the submodule update inside the repository's folder
git clone https://github.com/RPCS3/rpcs3.git
cd rpcs3
git submodule update --init
And then just follow BUILDING.md
I confirm. It works. Many thanks. Not sure I did anything helpful though.
Anyway, thanks for the proper steps. I'll put them to good use.