mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Buildfix!
Programming for Windows on Linux is hard, OK?
This commit is contained in:
parent
8f5fb7e6f9
commit
85f25ded4c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ HINSTANCE bthprops_lib = NULL;
|
|||
|
||||
static int initialized = 0;
|
||||
|
||||
int PairUp(bool unpair);
|
||||
int PairUp(bool unpair = false);
|
||||
|
||||
inline void init_lib()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue