Skip to content

Commit

Permalink
more minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoby6000 committed Jul 23, 2024
1 parent ba630e2 commit 629abb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/SystemMenu/SystemMenuResources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,14 @@ bool SystemMenuResources::Init()
idx = i;
break;
}

}

if( idx == 0xffff )
{
gprintf( "SM main resource not found\n" );
return false;
}

// build file path
char path[ ISFS_MAXPATH ]__attribute__((aligned( 32 )));
sprintf(path, "/title/00000001/00000002/content/%08x.app", (unsigned int)contents[ idx ].cid);
Expand Down

0 comments on commit 629abb4

Please sign in to comment.