Skip to content

Commit

Permalink
RPCN v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RipleyTom authored and kd-11 committed Sep 27, 2022
1 parent 67c02e3 commit eea73de
Show file tree
Hide file tree
Showing 39 changed files with 3,427 additions and 724 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/flatbuffers
Submodule flatbuffers updated 635 files
3 changes: 2 additions & 1 deletion 3rdparty/wolfssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ if(USE_SYSTEM_WOLFSSL)
target_link_libraries(wolfssl INTERFACE PkgConfig::WolfSSL)
else()
# TODO(cjj19970505@live.cn)
# OPENSSL_EXTRA, WOLFSSL_DES_ECB and HAVE_SNI are unconfigurable from CMake cache.
# OPENSSL_EXTRA, and HAVE_SNI are unconfigurable from CMake cache.
# but they do have it in a TODO list (wolfssl/CMakeList, 1021)
add_compile_definitions(OPENSSL_EXTRA WOLFSSL_DES_ECB HAVE_SNI HAVE_WRITE_DUP)
add_compile_definitions(FP_MAX_BITS=8192)

set(WOLFSSL_TLS13 "no" CACHE INTERNAL "")
set(WOLFSSL_SHA224 "yes" CACHE INTERNAL "")
Expand Down
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/Modules/cellNetCtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ struct netstart_hack

error_code cellNetCtlNetStartDialogLoadAsync(vm::cptr<CellNetCtlNetStartDialogParam> param)
{
cellNetCtl.error("cellNetCtlNetStartDialogLoadAsync(param=*0x%x)", param);
cellNetCtl.warning("cellNetCtlNetStartDialogLoadAsync(param=*0x%x)", param);

auto& nph = g_fxo->get<named_thread<np::np_handler>>();

Expand Down

0 comments on commit eea73de

Please sign in to comment.