diff --git a/Atmosphere-libs b/Atmosphere-libs index 132558c..fadec29 160000 --- a/Atmosphere-libs +++ b/Atmosphere-libs @@ -1 +1 @@ -Subproject commit 132558c33865f6a21f06caa31bdfc6b1f92bd9b2 +Subproject commit fadec2981727636ec7ba81d6c83995b7b9782190 diff --git a/ldn_mitm/source/ldnmitm_main.cpp b/ldn_mitm/source/ldnmitm_main.cpp index 845a41f..0a6c4a7 100644 --- a/ldn_mitm/source/ldnmitm_main.cpp +++ b/ldn_mitm/source/ldnmitm_main.cpp @@ -47,8 +47,6 @@ namespace ams { } constexpr const ::SocketInitConfig LibnxSocketInitConfig = { - .bsdsockets_version = 1, - .tcp_tx_buf_size = 0x800, .tcp_rx_buf_size = 0x1000, .tcp_tx_buf_max_size = 0x2000, @@ -66,8 +64,6 @@ namespace ams { alignas(os::MemoryPageSize) constinit u8 g_socket_tmem_buffer[GetLibnxBsdTransferMemorySize(std::addressof(LibnxSocketInitConfig))]; constexpr const ::BsdInitConfig LibnxBsdInitConfig = { - .version = LibnxSocketInitConfig.bsdsockets_version, - .tmem_buffer = g_socket_tmem_buffer, .tmem_buffer_size = sizeof(g_socket_tmem_buffer),