mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
InputConfigDialog pass the device_cbox to the wiimote extension dialogs
This fixes a crash when trying to open the advanced input config dialog on the wiimote extensions. The device_cbox wasn't initialised and it should have been with the wiimote one.
This commit is contained in:
parent
540bf4618c
commit
334e33d4fa
11 changed files with 46 additions and 15 deletions
|
@ -6,9 +6,11 @@
|
|||
|
||||
#include "DolphinWX/Input/InputConfigDiag.h"
|
||||
|
||||
class wxComboBox;
|
||||
|
||||
class TurntableInputConfigDialog final : public InputConfigDialog
|
||||
{
|
||||
public:
|
||||
TurntableInputConfigDialog(wxWindow* parent, InputConfig& config, const wxString& name,
|
||||
int port_num = 0);
|
||||
wxComboBox* device_cbox_parent, int port_num = 0);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue