2024-10-19 16:40:29 -07:00
|
|
|
#!/bin/bash
|
2024-10-20 14:18:00 -07:00
|
|
|
pushd "$(dirname "$0")/subprojects/vgmstream"
|
2024-10-19 16:40:29 -07:00
|
|
|
git apply ../../vgmstream.patch
|
2024-12-18 13:09:07 -08:00
|
|
|
git submodule update --init --recursive
|
2024-10-19 16:40:29 -07:00
|
|
|
popd
|