citra/src/core/hle/service/ac
PabloMK7 5c45c97ff9
Implement/Fix more SOC related functions (#6267)
* Implement SOC_U::GetHostByName and partial SOC_U::GetNetworkOpt

* Implement AC::GetWifiStatus, and get proper network interface.

* Minor fixes

* More minor fixes

* Even more fixes

* Fix Get/Set SockOpt

* Implement SendToOther

* Apply suggestions and fix timer advance

* Fix variable name

* Add more sockopt values and fix send/recv flags.

* Fix dontwait logic

* Add missing header for linux

* Remove TCP_STDURG

* Fix poll and add more 3ds <-> platform conversions

* Finish implementing all platform <-> 3ds conversion.

* Disable UDP connreset and fix poll again.

* Fix compile issues

* Apply suggestions

* Fix compiler issues

* Fix compiler errors (again)

* Fix GetAddrInfo

* Use IPC::MakeHeader instead of raw hardcoded value.
2023-05-21 19:01:08 -07:00
..
ac.cpp Implement/Fix more SOC related functions (#6267) 2023-05-21 19:01:08 -07:00
ac.h Implement/Fix more SOC related functions (#6267) 2023-05-21 19:01:08 -07:00
ac_i.cpp Use IPC:MakeHeader instead of hardcoded raw values for IPC command tables. (#6453) 2023-04-27 22:31:03 -07:00
ac_i.h APT service serialization 2020-02-13 17:38:21 +08:00
ac_u.cpp Use IPC:MakeHeader instead of hardcoded raw values for IPC command tables. (#6453) 2023-04-27 22:31:03 -07:00
ac_u.h APT service serialization 2020-02-13 17:38:21 +08:00