Can now skip from group to group on ez2/pump song select using codes -- note; currently enters infinite loop if there is only 1 group and code entered -- will fix this later
This commit is contained in:
@@ -248,6 +248,14 @@ void ScreenEz2SelectMusic::Input( const DeviceInput& DeviceI, const InputEventTy
|
||||
{
|
||||
UpdateOptions(pn,1);
|
||||
}
|
||||
|
||||
if( CodeDetector::EnteredNextBannerGroup(GameI.controller))
|
||||
{
|
||||
m_MusicBannerWheel.ScanToNextGroup();
|
||||
MusicChanged();
|
||||
return;
|
||||
}
|
||||
|
||||
if( type != IET_FIRST_PRESS )
|
||||
{
|
||||
m_bScanning = true;
|
||||
|
||||
Reference in New Issue
Block a user