Enhancement: allow enhancment with no GS entries
This commit is contained in:
parent
20564b29bc
commit
beb5c3e77d
Source/Project64-core/N64System/Enhancement
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue