mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Fix Emscripten build (nw)
This commit is contained in:
parent
df00bf568f
commit
92357bdff2
@ -51,7 +51,8 @@ public:
|
||||
virtual error read(void *buffer, std::uint64_t offset, std::uint32_t count, std::uint32_t &actual) override
|
||||
{
|
||||
#if defined(EMSCRIPTEN)
|
||||
return error::FAILED; // TODO: work out what it dislikes about emscripten
|
||||
m_listening = false;
|
||||
return error::FAILURE; // TODO: work out what it dislikes about emscripten
|
||||
#else
|
||||
fd_set readfds;
|
||||
FD_ZERO(&readfds);
|
||||
|
Loading…
Reference in New Issue
Block a user