Skip to content

Commit

Permalink
RPCN v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RipleyTom committed Aug 22, 2022
1 parent 88b80eb commit 27b0a6f
Show file tree
Hide file tree
Showing 27 changed files with 1,349 additions and 375 deletions.
1 change: 1 addition & 0 deletions 3rdparty/wolfssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ else()
# OPENSSL_EXTRA, WOLFSSL_DES_ECB 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 27b0a6f

Please sign in to comment.