[News] Delete updater

This commit is contained in:
momo5502 2016-12-26 18:53:05 +01:00
parent f2f7ac9230
commit d81ee41c8f

View File

@ -110,6 +110,11 @@ namespace Components
Localization::Set("MPUI_CHANGELOG_TEXT", "Loading...");
Localization::Set("MPUI_MOTD_TEXT", NEWS_MOTD_DEFUALT);
if (Utils::IO::FileExists("updater.exe"))
{
remove("updater.exe");
}
// make newsfeed (ticker) menu items not cut off based on safe area
Utils::Hook::Nop(0x63892D, 5);