- misc
This commit is contained in:
parent
96f5620f68
commit
5e3d6ac4f4
2 changed files with 4 additions and 3 deletions
2
BetterJoyForCemu/MainForm.Designer.cs
generated
2
BetterJoyForCemu/MainForm.Designer.cs
generated
|
@ -99,7 +99,7 @@
|
|||
this.version_lbl.Name = "version_lbl";
|
||||
this.version_lbl.Size = new System.Drawing.Size(28, 13);
|
||||
this.version_lbl.TabIndex = 2;
|
||||
this.version_lbl.Text = "v6.4";
|
||||
this.version_lbl.Text = "v7.1";
|
||||
//
|
||||
// passiveScanBox
|
||||
//
|
||||
|
|
|
@ -3,6 +3,7 @@ using System.Collections.Concurrent;
|
|||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
|
|
Loading…
Add table
Reference in a new issue