fix a bug caused by commenting out too much of jabo
This commit is contained in:
parent
eec9c54236
commit
9c8ea446eb
|
@ -118,8 +118,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
|
||||||
[Description("Glide64 mk2")]
|
[Description("Glide64 mk2")]
|
||||||
GlideMk2,
|
GlideMk2,
|
||||||
|
|
||||||
//[Description("Jabo")]
|
//this is left to keep some enums from getting mixed up
|
||||||
//Jabo,
|
[Description("FormerlyJabo")]
|
||||||
|
FormerlyJabo,
|
||||||
|
|
||||||
[Description("GLideN64")]
|
[Description("GLideN64")]
|
||||||
GLideN64
|
GLideN64
|
||||||
|
|
Loading…
Reference in New Issue