Enhancement: allow enhancment with no GS entries

This commit is contained in:
zilmar 2021-02-23 20:15:21 +10:30
parent 20564b29bc
commit beb5c3e77d
1 changed files with 1 additions and 1 deletions
Source/Project64-core/N64System/Enhancement

View File

@ -311,7 +311,7 @@ void CEnhancement::CheckValid(void)
m_OptionValue = "";
m_CodeOptionSize = 0;
if (m_Name.empty() || m_Entries.size() == 0)
if (m_Name.empty())
{
return;
}