Remove unused enum `BizHawkExternalToolUsage`
This commit is contained in:
parent
32a8193c74
commit
9ac560d49d
|
@ -1,23 +0,0 @@
|
|||
namespace BizHawk.Client.Common
|
||||
{
|
||||
/// <summary>
|
||||
/// This enum describe how an external tool is handled
|
||||
/// </summary>
|
||||
public enum BizHawkExternalToolUsage : short
|
||||
{
|
||||
/// <summary>
|
||||
/// General usage, works even with null emulator
|
||||
/// </summary>
|
||||
Global = 0,
|
||||
|
||||
/// <summary>
|
||||
/// Specific to an emulator (NES,SNES,etc...)
|
||||
/// </summary>
|
||||
EmulatorSpecific = 1,
|
||||
|
||||
/// <summary>
|
||||
/// Specific to a Game
|
||||
/// </summary>
|
||||
GameSpecific = 2
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue