#!/bin/bash
pushd "$(dirname "$0")/subprojects/vgmstream"
git apply ../../vgmstream.patch
git submodule update --init --recursive
popd