summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/sockets_translate.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "core: Fix clang build"bunnei2020-10-211-1/+0
|
* core: Fix clang buildLioncash2020-10-181-0/+1
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-8/+8
| | | | | | | | | Makes our error coverage a little more consistent across the board by applying it to Linux side of things as well. This also makes it more consistent with the warning settings in other libraries in the project. This also updates httplib to 0.7.9, as there are several warning cleanups made that allow us to enable several warnings as errors.
* sockets_translate: Make use of designated initializersLioncash2020-09-071-12/+12
| | | | Same behavior, less typing.
* service/sockets: Add translate functionsReinUsesLisp2020-07-281-0/+165
These functions translate from Network enumerations/structures to guest enumerations/structures and viceversa.