mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
Core: Kill off an unused parameter for NetPlayServer::StartGame
This commit is contained in:
parent
46ce810b45
commit
44a157fc09
3 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
|
||||
void SetNetSettings(const NetSettings &settings);
|
||||
|
||||
bool StartGame(const std::string &path);
|
||||
bool StartGame();
|
||||
|
||||
void GetPadMapping(PadMapping map[]);
|
||||
void SetPadMapping(const PadMapping map[]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue