mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
general: Fix compiler warnings on linux and miscellaneous changes
This commit is contained in:
parent
117bdc71e0
commit
97b2220a82
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