mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
AM (Application Manager): - Implement GetPseudoDeviceId with deterministic UUID generation - Generate persistent device ID based on program ID for online play LDN (Local Network): - Implement stub for Reject (cmd 205) - Implement stub for ClearAcceptFilter (cmd 209) - Implement stub for ConnectPrivate (cmd 303) NIFM (Network Interface): - Fix RequestState enum values (Invalid=0, Free=1) per switchbrew - Add ConnectionConfirmationOption enum - Update NotSubmitted references to Free state - Implement 13 new stub functions for firmware 18.0.0-20.0.0+ - Reduce log verbosity for frequently-called functions BSD (Sockets): - Improve RegisterClient to parse LibraryConfigData structure - Enhance socket operation logging (Socket, Bind, Connect) - Add detailed error logging for bind/connect failures - Implement stubs for Unknown36-38 (18.0.0+) - Add firmware version comments for commands Signed-off-by: Zephyron <zephyron@citron-emu.org>