mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +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;
|
static int initialized = 0;
|
||||||
|
|
||||||
int PairUp(bool unpair);
|
int PairUp(bool unpair = false);
|
||||||
|
|
||||||
inline void init_lib()
|
inline void init_lib()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue