mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-17 21:57:52 +00:00
fix winbloat
This commit is contained in:
@@ -127,7 +127,7 @@ Errno TranslateNativeError(int e, CallType call_type = CallType::Other) {
|
||||
#endif
|
||||
default:
|
||||
UNIMPLEMENTED_MSG("Unimplemented errno={}", e);
|
||||
return Errno::E_OTHER;
|
||||
return Errno::E_OPNOTSUPP;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user