Update uCity commit to fix deprecation warnings

Cleaning up the logs!
See #991 for context.
This commit is contained in:
ISSOtm
2022-04-30 20:42:36 +02:00
parent 59e73e64ca
commit 19c85a7c2e

View File

@@ -50,7 +50,7 @@ if [ ! -d ucity ]; then
fi fi
pushd ucity pushd ucity
git fetch git fetch
git checkout 15be184b26b337110e1ec2998cd42f134f00f281 git checkout d8878233da7a6569f09f87b144cb5bf140146a0f
make clean make clean
make -j4 RGBDS=../../ make -j4 RGBDS=../../
popd popd