mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-03 15:46:20 +00:00
Attempt to fix non-Windows builds
This commit is contained in:
parent
1318155ef3
commit
08b99eef68
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ namespace Core {
|
|||
class Thread {
|
||||
public:
|
||||
using ThreadFunc = void (*)(void*);
|
||||
using PthreadFunc = void* (*)(void*);
|
||||
|
||||
Thread();
|
||||
~Thread();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue