mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-31 07:43:16 +00:00
The way to Unity, pt.2 (#1671)
This commit is contained in:
parent
357b7829c3
commit
7ffa581d4b
15 changed files with 311 additions and 28 deletions
|
@ -15,6 +15,7 @@ s64 Logger::write(const void* buf, size_t nbytes) {
|
|||
log(static_cast<const char*>(buf), nbytes);
|
||||
return nbytes;
|
||||
}
|
||||
|
||||
size_t Logger::writev(const Libraries::Kernel::SceKernelIovec* iov, int iovcnt) {
|
||||
for (int i = 0; i < iovcnt; i++) {
|
||||
log(static_cast<const char*>(iov[i].iov_base), iov[i].iov_len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue