Add NeoGeo CD support (#767)
support/megacdd: add Play track command for Neo Geo neocd: use separate index for audio
This commit is contained in:
6
menu.cpp
6
menu.cpp
@@ -2267,6 +2267,7 @@ void HandleUI(void)
|
||||
|
||||
if (fs_Options & SCANO_NEOGEO)
|
||||
{
|
||||
neocd_set_en(0);
|
||||
neogeo_romset_tx(selPath);
|
||||
}
|
||||
else
|
||||
@@ -2331,6 +2332,11 @@ void HandleUI(void)
|
||||
{
|
||||
saturn_set_image(ioctl_index, selPath);
|
||||
}
|
||||
else if (is_neogeo())
|
||||
{
|
||||
neocd_set_en(1);
|
||||
neocd_set_image(selPath);
|
||||
}
|
||||
else
|
||||
{
|
||||
user_io_set_index(user_io_ext_idx(selPath, fs_pFileExt) << 6 | (menusub + 1));
|
||||
|
||||
Reference in New Issue
Block a user