mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Fix the unresolved symbol OSDChoice in the OpenGL plugin on linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6617 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
aef7f6c3f5
commit
47454a4ed9
1 changed files with 4 additions and 0 deletions
|
@ -101,7 +101,11 @@ static u32 s_blendMode;
|
||||||
static Common::Thread *scrshotThread = 0;
|
static Common::Thread *scrshotThread = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
extern int OSDChoice, OSDTime, OSDInternalW, OSDInternalH;
|
extern int OSDChoice, OSDTime, OSDInternalW, OSDInternalH;
|
||||||
|
#else
|
||||||
|
int OSDChoice, OSDTime, OSDInternalW, OSDInternalH;
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue