bsnes - dont' show profile name in the core name in the status bar

This commit is contained in:
adelikat 2017-06-13 19:01:21 -05:00
parent 2eb4205a3b
commit b1c5e35005
1 changed files with 0 additions and 5 deletions

View File

@ -69,11 +69,6 @@ namespace BizHawk.Client.EmuHawk.CoreExtensions
var str = (!attributes.Released ? "(Experimental) " : "") +
attributes.CoreName;
if (core is LibsnesCore)
{
str += " (" + ((LibsnesCore)core).CurrentProfile + ")";
}
return str;
}
}