Migrate asset packs folder

This commit is contained in:
ClaraCrazy
2023-07-24 13:54:32 +02:00
parent 37939dec86
commit 3264c37e5b
439 changed files with 13 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
#include <xtreme.h>
#define ANIMATION_META_FILE "meta.txt"
#define TAG "AnimationStorage"
char ANIMATION_DIR[26 /*"/ext/dolphin_custom//Anims"*/ + XTREME_ASSETS_PACK_NAME_LEN + 1];
char ANIMATION_DIR[26 /*"/ext/asset_packs//Anims"*/ + XTREME_ASSETS_PACK_NAME_LEN + 1];
char ANIMATION_MANIFEST_FILE[sizeof(ANIMATION_DIR) + 13 /*"/manifest.txt"*/];
static void animation_storage_free_bubbles(BubbleAnimation* animation);