From 0361482aeedcf3d81fa3148dc3cc5028d4b0da47 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 4 Mar 2026 12:01:16 -0500 Subject: [PATCH] Update for current version of libctru --- source/themes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/themes.c b/source/themes.c index b4d7f67..9b6feba 100644 --- a/source/themes.c +++ b/source/themes.c @@ -584,7 +584,7 @@ Result dump_all_themes(void) { if(i == 0) continue; AM_ContentInfo * content = &contentInfos[i]; - if((content->flags & (AM_CONTENT_DOWNLOADED | AM_CONTENT_OWNED)) == (AM_CONTENT_DOWNLOADED | AM_CONTENT_OWNED)) + if((content->flags & (AM_CONTENT_INSTALLED | AM_CONTENT_OWNED)) == (AM_CONTENT_INSTALLED | AM_CONTENT_OWNED)) { long off = 0x8 + 0xC8 * i; fseek(fh, off, SEEK_SET);