bsnes - dont' show profile name in the core name in the status bar
This commit is contained in:
parent
2eb4205a3b
commit
b1c5e35005
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue