ui/overlay: Fix enhanced frame pacing naming and disable frameskip for now. (#99)

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-05-10 11:38:06 -04:00
parent bc649965ee
commit be552c37a1
10 changed files with 91 additions and 185 deletions

View file

@ -9,7 +9,6 @@ export NDK_CCACHE=$(which ccache)
export ANDROID_KEYSTORE_FILE=~/android.keystore
export ANDROID_KEYSTORE_PASS=`cat ~/android.pass`
export ANDROID_KEY_ALIAS=`cat ~/android.alias`
export ANDROID_HOME=/opt/android-sdk/
cd src/android
chmod +x ./gradlew