summaryrefslogtreecommitdiff
path: root/libultraship
diff options
context:
space:
mode:
authorMalkierian <malkierian@gmail.com>2024-05-31 14:26:04 -0700
committerGitHub <noreply@github.com>2024-05-31 17:26:04 -0400
commit63c293f78af6f52800c2382a28668e181b4edd1f (patch)
treebe82900dc24d1cabbd0bb5e8758883c87b19314d /libultraship
parent57d4e62ed042ab773bf59b9e2fc2a87ac36eb24e (diff)
Implement Alt Assets Variable LUS (#619)
* Bump LUS to `94b755b77c0c0f566686c9d23fa4c15e23473a0c`. Remove `CVAR_ALT_ASSETS` from LUS cvars cmake. Change all pertinent `CVarGetInteger` calls for `CVAR_ALT_ASSETS` to `ResourceManager::IsAltAssetsEnabled`. Implement frame-end toggle of `mAltAssetsEnabled`. * Remove `ShouldClearTextureCacheAtEndOfFrame`. Move prevAltAssets check to end of `Gfx_ProcessGfxCommands`. * Missed initial `mAltAssetsEnabled` set.
Diffstat (limited to 'libultraship')
m---------libultraship0
1 files changed, 0 insertions, 0 deletions
diff --git a/libultraship b/libultraship
-Subproject efeeaf34fee7bd7b21e9a9dbda84847e1601fd5
+Subproject 94b755b77c0c0f566686c9d23fa4c15e23473a0