mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 01:57:50 +00:00
general: Fix compiler warnings on linux and miscellaneous changes
This commit is contained in:
parent
24cfdbc7fe
commit
75ee0c94a0
12 changed files with 31 additions and 22 deletions
|
@ -35,7 +35,7 @@ private:
|
|||
void RetranslateUI();
|
||||
void UpdateUIEnabled();
|
||||
|
||||
void OnControllerButtonClick(int player_idx, int button_idx);
|
||||
void OnControllerButtonClick(std::size_t player_idx, std::size_t button_idx);
|
||||
|
||||
void LoadConfiguration();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue