mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 04:05:45 +00:00
bsd: Stub EventFd
Used by Family Feud
This commit is contained in:
parent
aba77ea06a
commit
6b81524050
2 changed files with 12 additions and 1 deletions
|
@ -136,6 +136,7 @@ private:
|
|||
void SendTo(Kernel::HLERequestContext& ctx);
|
||||
void Write(Kernel::HLERequestContext& ctx);
|
||||
void Close(Kernel::HLERequestContext& ctx);
|
||||
void EventFd(Kernel::HLERequestContext& ctx);
|
||||
|
||||
template <typename Work>
|
||||
void ExecuteWork(Kernel::HLERequestContext& ctx, Work work);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue