mirror of https://github.com/PCSX2/pcsx2.git
lilyPad: fix the linux crash if ini doesn't exist
All credits go to Arcum42
This commit is contained in:
parent
55ee181092
commit
22710d9b44
|
@ -68,7 +68,7 @@ public:
|
||||||
|
|
||||||
u8 vistaVolume;
|
u8 vistaVolume;
|
||||||
};
|
};
|
||||||
u8 bools[1];
|
u8 bools[16];
|
||||||
};
|
};
|
||||||
|
|
||||||
int volume;
|
int volume;
|
||||||
|
|
Loading…
Reference in New Issue