tools: Add reset submodules script

このコミットが含まれているのは:
Merry 2024-02-25 17:11:51 +00:00
コミット 4d5d37ae61
1個のファイルの変更8行の追加0行の削除

8
tools/reset-submodules.sh 実行可能ファイル
ファイルの表示

@ -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