Citron/src/shader_recompiler
Zephyron 48eed78d1a socket: Implement missing errno values and improve network error handling
Add support for missing errno values needed by TOTK:
- Add BUSY (16) for "Device or resource busy" errors
- Add NOTSOCK (88) for "Socket operation on non-socket" errors

Improvements:
- Update TranslateNativeError on both Windows and Unix to handle new error codes
- Change socket error logging for NOTSOCK from WARNING to DEBUG level
- Fix formatting in Unix errno translation code
- Update shader storage buffer tracking range to accommodate TOTK buffers
- Add hex format to storage buffer logging for easier comparison with bias range
- Change storage buffer tracking log level from WARNING to DEBUG

These changes help prevent error messages in games
that use network features not fully implemented in the emulator yet.

Signed-off-by: Zephyron <zephyron@citron-emu.org>
2025-04-25 14:38:28 +10:00
..
backend shader_recompiler: Implement vertex count lookup for Geometry stage 2025-02-28 17:08:27 +10:00
frontend build: upgrade fmt and SDL2 2025-02-16 13:38:05 +10:00
ir_opt socket: Implement missing errno values and improve network error handling 2025-04-25 14:38:28 +10:00
CMakeLists.txt Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
environment.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
exception.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
host_translate_info.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
object_pool.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
precompiled_headers.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
profile.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
program_header.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
runtime_info.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
shader_info.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
stage.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
varying_state.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00