Cemu/src
Exzap d5a8530246 nlibcurl: Detect invalid header combo + refactoring
Fixes error 106-0526 when opening course world on Super Mario Maker

Manually attaching Content-Length header for POST requests is undefined behavior on recent libcurl.
To detect the bad case some refactoring was necessary. In general we should try to move away from directly forwarding curl_easy_setopt() to the underlying instance as the behavior is diverging in modern libcurl. Much more refactoring work is required in the future to fix all of this.
2024-04-13 10:43:21 +02:00
..
Cafe nlibcurl: Detect invalid header combo + refactoring 2024-04-13 10:43:21 +02:00
Cemu nn_nfp: Avoid current app from showing up as "???" for others in Friend List + View friends' status (#1157) 2024-04-09 00:33:50 +02:00
Common Linux: Exit on SIGTERM (#1116) 2024-03-11 02:13:53 +01:00
asm Make codebase more CPU-agnostic + MacOS disclaimer (#559) 2022-12-07 01:48:24 +01:00
audio Cubeb: Add a default device to the selection (#1017) 2024-02-18 05:51:00 +01:00
config Gamelist: Enable icon column by default (#1168) 2024-04-11 06:08:26 +02:00
gui nn_boss: Large rework with various improvements 2024-04-03 01:56:49 +02:00
imgui Latte+Vulkan: Code cleanup 2024-03-14 01:10:52 +01:00
input Minor code improvements (#1124) 2024-03-18 09:18:02 +01:00
resource Add supported locales to macOS plist (#1133) 2024-03-25 21:34:40 +01:00
tools Use portable format specifiers (#411) 2022-10-25 20:38:29 +02:00
util Update thread names (#1120) 2024-03-15 23:06:48 +01:00
CMakeLists.txt Fix macos missing dylib file 2024-01-16 14:51:12 +01:00
main.cpp Fix game path not respecting utf8 encoding 2023-09-30 03:07:49 +02:00
mainLLE.cpp Initial support for title switching + better Wii U menu compatibility (#907) 2023-07-21 13:54:07 +02:00