early-access version 4171

This commit is contained in:
pineappleEA
2024-02-25 22:23:49 +01:00
parent 9e57191fe7
commit 3f175c996a
3 changed files with 11 additions and 4 deletions

8
tools/reset-submodules.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash -ex
# SPDX-FileCopyrightText: 2024 yuzu Emulator Project
# SPDX-License-Identifier: MIT
git submodule sync
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive