Skip to content

Commit

Permalink
Always avoid "close app" confirmation when launching homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew1Hawes authored and Maschell committed Apr 19, 2023
1 parent a387ba9 commit 4e8c32a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/RPXLoading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ DECL_FUNCTION(int32_t, HBM_NN_ACP_ACPGetTitleMetaXmlByDevice, uint32_t titleid_u
snprintf(metaxml->shortname_en, sizeof(metaxml->shortname_en), "%s", gReplacementInfo.rpxReplacementInfo.metaInformation.shortname);
snprintf(metaxml->publisher_en, sizeof(metaxml->publisher_en), "%s", gReplacementInfo.rpxReplacementInfo.metaInformation.author);

// Disbale the emanual
metaxml->e_manual = 0;
// Disable the emanual
metaxml->e_manual = 0;
metaxml->closing_msg = 0;

return 0;
}
Expand Down

0 comments on commit 4e8c32a

Please sign in to comment.