Skip to content
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

Add cell net ctl get info param handlers #16138

Merged

Conversation

RipleyTom
Copy link
Contributor

Also includes a commit fixing a compilation error for clang 19.1.0:

In file included from /home/ripley/Repos/rpcs3/rpcs3/Emu/IPC_socket.cpp:4:
In file included from /home/ripley/Repos/rpcs3/rpcs3/Emu/IPC_socket.h:6:
/home/ripley/Repos/rpcs3/3rdparty/GL/../pine/pine_server.h:203:26: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  203 |                                         if (!Impl::template check_addr(a))
      |                                                             ^
/home/ripley/Repos/rpcs3/3rdparty/GL/../pine/pine_server.h:255:26: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  255 |                                         if (!Impl::template check_addr(a, vm::page_writable))
      |                                                             ^

Added setting values for:
CELL_NET_CTL_INFO_RSSI
CELL_NET_CTL_INFO_CHANNEL
CELL_NET_CTL_INFO_UPNP_CONFIG

Reorganized the enum list to be in numerical order and added the potential missing values as comments.

@Megamouse Megamouse merged commit 88adaa9 into RPCS3:master Sep 27, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants