mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
CommonFuncs: Remove SLEEP macro
There's already a function in Thread for this.
This commit is contained in:
parent
4218fb4eea
commit
a11ae2cf30
6 changed files with 9 additions and 16 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <cstring>
|
||||
#include <getopt.h>
|
||||
#include <string>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Event.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue