azahar/src
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
..
android android: Open cheats by long pressing game in game list (#6491) 2023-05-07 16:01:34 +02:00
audio_core audio_core: Fix FDK AAC decoding. (#6530) 2023-05-14 19:50:07 -07:00
citra externals: Link SDL2 statically. (#6461) 2023-05-10 05:08:25 +02:00
citra_qt externals: Link SDL2 statically. (#6461) 2023-05-10 05:08:25 +02:00
common Rasterizer cache refactor v2 (#6479) 2023-05-07 02:34:28 +03:00
core Implement/Fix more SOC related functions (#6267) 2023-05-21 19:01:08 -07:00
dedicated_room Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
input_common externals: Link SDL2 statically. (#6461) 2023-05-10 05:08:25 +02:00
network Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
tests Chore: Enable warnings as errors on MSVC (#6456) 2023-05-01 22:38:58 +03:00
video_core Fix additional reinterpretation nonsense (#6521) 2023-05-09 12:01:15 +03:00
web_service build: Improvements to bundled libraries support. (#6435) 2023-04-28 13:02:53 -07:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt Chore: Enable warnings as errors on MSVC (#6456) 2023-05-01 22:38:58 +03:00