Fixed build warnings in wxWidgets GUI.

This commit is contained in:
SarahW 2017-08-05 20:05:35 +01:00
commit ec6ba93665
9 changed files with 40 additions and 60 deletions

View file

@ -15,7 +15,7 @@ typedef struct
{
char name[8];
CPU *cpus;
} cpu[4];
} cpu[5];
int fixed_gfxcard;
int flags;
int min_ram, max_ram;