Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ write
Method
write
pcsx2/IopBios.cpp:338–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
virtual int write(void* buf, u32 count)
339
{
340
return translate_error(static_cast<int>(::write(fd, buf, count)));
341
}
342
};
343
344
class HostDir : public IOManDir
Callers
1
write_HLE
Function · 0.45
Calls
1
write
Function · 0.70
Tested by
no test coverage detected