Refix drag & drop for movie files

This commit is contained in:
andres.delikat 2011-06-18 19:19:12 +00:00
parent b95264e9bf
commit e4168d609e
1 changed files with 1 additions and 2 deletions

View File

@ -581,8 +581,7 @@ namespace BizHawk.MultiClient
case ".TAS": //Bizhawk
case ".FM2": //FCUEX
case ".MC2": //PCEjin
//case ".STATE": //Savestates
// return true;
return true;
default:
return false;
}