Skip to content

Releases: Vita3K/Vita3K-builds

Build: 3835

23 Nov 13:04

Choose a tag to compare

Build: 3834

21 Nov 20:37

Choose a tag to compare

Corresponding commit: .github: update actions (nishinji)

Build: 3833

21 Nov 20:35

Choose a tag to compare

Build: 3832

18 Nov 23:48

Choose a tag to compare

Build: 3831

12 Nov 10:01

Choose a tag to compare

Build: 3830

11 Nov 19:36

Choose a tag to compare

Build: 3829

11 Nov 19:36

Choose a tag to compare

Corresponding commit: util/log: Fix 'LOG_IF' and 'LOG_ONCE' (Dicot0721)

Build: 3827

11 Nov 19:34

Choose a tag to compare

Corresponding commit: net: Implement socket features necessary for Adhoc. modules/SceNet: Fix and implement several functions. - Implement abort() and shutdown(). - Fix all error returns by using user error codes instead of kernel error codes. - Store errno in TLS and introduce macro for returning errors. - Fix accept() to emplace the new socket correctly and return proper errors. - Add lock guard in SocketClose to protect socket removal. - Refactor SceNetEpollControl with store socket as weak_ptr on add to avoid dangling references and clean up unnecessary code in del and mod operations. - Correctly handle SO_ONESBCAST option support to send on original broadcast address in sceNetSendto. modules/SceNetCtl: Improve and implement some functions. - Implement AdhocGetInAddr. - Implement GetPeerList with peer exchange thread created during Init. - Add support for returning real IP and NetMask in InetGetInfo. - Detect and update IP and broadcast addresses upon network interface change when restarting adhoc mode. - Fix handle adhoc callback. net/p2psocket: Add required functions for P2P support. - Reuse Posix functions where possible, using convertP2PToPosix and convertPosixToP2P to correctly handle port/vport. net/posixsocket: Some fixes, refactorings, and implementations. - Add support for flags. - Handle SCE_NET_MSG_DONTWAIT in (recv/send)packet on Windows with using select() func. - Fix handling of SCE_NET_SO_ONESBCAST to support proper broadcast address translation on send. - Fix setsockopt for SO(RCV/SND)TIMEO on Windows/Linux. net/epoll: Avoid calling select() when no sockets are monitored. - Add error translation for select(). - Refactor wait to use weak pointers with a lambda, ensuring sockets are valid for select and not deleted before EpollControl DEL calls. modules/SceCommonDialog: Launch adhoc peer thread during NetCheckDialogInit in adhoc mode - Set dialog status to RUNNING during adhoc connection initialization (Zangetsu38)

Build: 3825

11 Nov 13:51

Choose a tag to compare

Build: 3824