Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
ojask committed May 3, 2023
1 parent 39de693 commit 247f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QEMUWF/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void SetStaticControls(TrackBar trackBar, TrackBar trackBar1, Comb

for (int i=0; i<f.Length; i++)
{
comboBox2.Items.Add(f[i].Name.Replace(".exe",""));
comboBox2.Items.Add(f[i].Name.Replace(".exe","").Replace("qemu-system-",""));
}

foreach (ManagementObject mo in new ManagementObjectSearcher("select AdapterRAM from Win32_VideoController").Get())
Expand Down

0 comments on commit 247f0ed

Please sign in to comment.