From 0e765d563fc9b67f37e27b4e3dec5782748c9d52 Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:07:22 -0600 Subject: [PATCH] add xxhash submodule --- Building-for-Linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 6fd6460..1f04c0f 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -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 ```