mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-03-10 07:33:24 -04:00
Update for current version of libctru
This commit is contained in:
@@ -584,7 +584,7 @@ Result dump_all_themes(void)
|
|||||||
{
|
{
|
||||||
if(i == 0) continue;
|
if(i == 0) continue;
|
||||||
AM_ContentInfo * content = &contentInfos[i];
|
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;
|
long off = 0x8 + 0xC8 * i;
|
||||||
fseek(fh, off, SEEK_SET);
|
fseek(fh, off, SEEK_SET);
|
||||||
|
|||||||
Reference in New Issue
Block a user