mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-12-16 14:42:04 +01:00
src/core/hle/service/soc_u.cpp:107:6: error: 'ENODATA' was not declared in this scope
{ENODATA, 43},
^
src/core/hle/service/soc_u.cpp:117:6: error: 'ENOSR' was not declared in this scope
{ENOSR, 53},
^
src/core/hle/service/soc_u.cpp:118:6: error: 'ENOSTR' was not declared in this scope
{ENOSTR, 54},
^
src/core/hle/service/soc_u.cpp:139:6: error: 'ETIME' was not declared in this scope
{ETIME, 75},
^
|
||
|---|---|---|
| .. | ||
| arm | ||
| file_sys | ||
| gdbstub | ||
| hle | ||
| hw | ||
| loader | ||
| tracer | ||
| CMakeLists.txt | ||
| core_timing.cpp | ||
| core_timing.h | ||
| core.cpp | ||
| core.h | ||
| memory_setup.h | ||
| memory.cpp | ||
| memory.h | ||
| mmio.h | ||
| settings.cpp | ||
| settings.h | ||
| system.cpp | ||
| system.h | ||