I'm trying to add the option "Video mode" to the main menu ,so I don't have to go into apps to launch the video mode swicther.
The video mode switcher is in f:/apps/VMS/default.xbe
So I read the tutorials here for setting up evox and figured I need to add the line Item "Video mode","f:/apps/VMS/default.xbe"
Under root section.So now that part of the ini looks like
Section "Root"
{
Item "Launch DVD",ID_Launch_DVD
Item "Trainers",ID_trainer
Item "Video mode","f:/apps/VMS/default.xbe"
Item "MS Dashboard",ID_MS_Dash
Item "Reboot",ID_Quick_Reboot
# Item "Power Cycle",ID_Full_Reboot
Item "Power Off",ID_Power_Off
# Item "Lock Harddisk",@210
# Item "Unlock Harddisk",@211
Yet it don't work ,it shows "Video mode" on the main menu ,but I cannot select it ,the selection bar skips over it ,it still launches for apps ,but can't select in main menu.
What have I done wrong?