Emulator / Source Code /Citra /tools /reset-submodules.sh
GilbertClaus's picture
Tambah Data
034d0a2
Raw
History Blame Contribute Delete
212 Bytes
#!/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