mirror of https://github.com/PCSX2/pcsx2.git
Fix Vista volume control on Lilypad.
This commit is contained in:
parent
9f291a6666
commit
1039df5077
plugins/LilyPad
|
@ -1925,7 +1925,6 @@ INT_PTR CALLBACK GeneralDialogProc(HWND hWnd, unsigned int msg, WPARAM wParam, L
|
|||
// sound plugin plays with it.
|
||||
SetVolume(100);
|
||||
}
|
||||
config.vistaVolume = 100;
|
||||
}
|
||||
|
||||
for (i=0; i<4; i++) {
|
||||
|
|
Loading…
Reference in New Issue