File size: 212 Bytes
3708354
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/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