OPENGL: Remove hack to avoid issues with OSD messages from other threads
This commit is contained in:
parent
0908fd2225
commit
cbfa598446
2 changed files with 0 additions and 14 deletions
|
@ -596,14 +596,6 @@ private:
|
|||
kOSDIconTopMargin = 10,
|
||||
kOSDIconRightMargin = 10
|
||||
};
|
||||
|
||||
/**
|
||||
* Mutex for the OSD draw calls.
|
||||
*
|
||||
* Mutex to allow displayMessageOnOSD and displayActivityIconOnOSD
|
||||
* to be used from the audio and network threads.
|
||||
*/
|
||||
Common::Mutex _osdMutex;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue