add xxhash submodule

cobalt2727 2023-11-27 10:07:22 -06:00
parent 329d9379d7
commit 0e765d563f
1 changed files with 2 additions and 1 deletions

@ -37,7 +37,7 @@ crew install xorg_nouveau_driver
1. `git clone https://github.com/dolphin-emu/dolphin`
2. `cd dolphin`
## Add necessary submodules
## Add necessary submodules and check for new commits
```bash
git submodule update --init --recursive \
Externals/mGBA \
@ -51,6 +51,7 @@ Externals/gtest \
Externals/rcheevos \
Externals/fmt \
Externals/lz4 \
Externals/xxhash \
&& git pull --recurse-submodules
```