mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
CTitleStateIntro_patches: fix fade out accepting input
This commit is contained in:
parent
0058ec7394
commit
6f1c89ecd1
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ PPC_FUNC(sub_82587E50)
|
|||
{
|
||||
__imp__sub_82587E50(ctx, base);
|
||||
}
|
||||
else if (!ProcessUpdateAvailableMessage() && !ProcessCorruptSaveMessage() && !ProcessCorruptAchievementsMessage())
|
||||
else if (!ProcessUpdateAvailableMessage() && !ProcessCorruptSaveMessage() && !ProcessCorruptAchievementsMessage() && !g_faderBegun)
|
||||
{
|
||||
if (auto pInputState = SWA::CInputState::GetInstance())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue