Fixed build warnings in wxWidgets GUI.
This commit is contained in:
parent
54d260846f
commit
ec6ba93665
9 changed files with 40 additions and 60 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue