mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Fix compilation with g++ 4.7 and some warnings. Fixes issue 5347.
This commit is contained in:
parent
5d9ac22d58
commit
722480cb2e
4 changed files with 71 additions and 70 deletions
|
@ -21,6 +21,7 @@
|
|||
#ifdef _WIN32
|
||||
#define SLEEP(x) Sleep(x)
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#define SLEEP(x) usleep(x*1000)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue