Skip to content

Commit 4e8c32a

Browse files
Andrew1HawesMaschell
authored andcommitted
Always avoid "close app" confirmation when launching homebrew
1 parent a387ba9 commit 4e8c32a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/RPXLoading.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ DECL_FUNCTION(int32_t, HBM_NN_ACP_ACPGetTitleMetaXmlByDevice, uint32_t titleid_u
3838
snprintf(metaxml->shortname_en, sizeof(metaxml->shortname_en), "%s", gReplacementInfo.rpxReplacementInfo.metaInformation.shortname);
3939
snprintf(metaxml->publisher_en, sizeof(metaxml->publisher_en), "%s", gReplacementInfo.rpxReplacementInfo.metaInformation.author);
4040

41-
// Disbale the emanual
42-
metaxml->e_manual = 0;
41+
// Disable the emanual
42+
metaxml->e_manual = 0;
43+
metaxml->closing_msg = 0;
4344

4445
return 0;
4546
}

0 commit comments

Comments
 (0)