mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-13 12:36:41 +00:00
gtk2: GtkNotebookPage is useless
And not supported by gtk3
This commit is contained in:
parent
e9233f4698
commit
5d8b2d8044
@ -417,7 +417,7 @@ void joy_changed(GtkComboBoxText *box, gpointer user_data)
|
||||
conf->set_joyid(current_pad, joyid);
|
||||
}
|
||||
|
||||
void pad_changed(GtkNotebook *notebook, GtkNotebookPage *notebook_page, int page, void *data)
|
||||
void pad_changed(GtkNotebook *notebook, void *notebook_page, int page, void *data)
|
||||
{
|
||||
current_pad = page;
|
||||
key_tree_manager->set_show_pad(current_pad&1);
|
||||
|
Loading…
Reference in New Issue
Block a user