mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Fix noWX build, and lower thread priority for screenshots
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3913 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
96b03effcc
commit
7eed236df9
5 changed files with 23 additions and 7 deletions
|
@ -106,6 +106,7 @@ public:
|
|||
void SetAffinity(int mask);
|
||||
static void SetCurrentThreadAffinity(int mask);
|
||||
#ifdef _WIN32
|
||||
void SetPriority(int priority);
|
||||
void WaitForDeath(const int _Wait = INFINITE);
|
||||
#else
|
||||
void WaitForDeath();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue