Change the VirtualPads/schema/LynxSchema.cs from LYNX to Lynx
This commit is contained in:
parent
8ccbd63513
commit
0d8e111c55
|
@ -3,7 +3,7 @@ using System.Drawing;
|
|||
|
||||
namespace BizHawk.Client.EmuHawk
|
||||
{
|
||||
[SchemaAttributes("LYNX")]
|
||||
[SchemaAttributes("Lynx")]
|
||||
public class LYNXSchema : IVirtualPadSchema
|
||||
{
|
||||
public IEnumerable<PadSchema> GetPadSchemas()
|
||||
|
|
Loading…
Reference in New Issue