8000 Removes unnecessary definitions for PS Vita and ensures unavailabilit… by AorsiniYT · Pull Request #19 · cgutman/enet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Removes unnecessary definitions for PS Vita and ensures unavailabilit… #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2025

Conversation

AorsiniYT
Copy link

This pull request updates the unix.c file to adjust platform-specific configurations for the PS Vita. It removes unsupported features and adds a new macro to indicate the lack of support for advanced message control.

Platform-specific configuration updates:

  • Removed definitions for unsupported features on PS Vita, such as HAS_POLL, HAS_FCNTL, HAS_IOCTL, and HAS_MSGHDR_FLAGS. These features are no longer applicable to the platform.
  • Added the NO_MSGAPI macro to indicate that PS Vita does not support ancillary data or advanced message control. This provides clarity and prevents misuse of unsupported APIs.

No functional changes were made to the enet_socket_wait function; the empty line removal appears to be a minor formatting adjustment.

@cgutman cgutman merged commit 115a10b into cgutman:moonlight Jul 4, 2025
12 checks passed
@cgutman cgutman mentioned this pull request Jul 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0