From 3cf0fb60a45ffa9750617ca16a2546dbc6dc3ccf Mon Sep 17 00:00:00 2001 From: Ofek Date: Mon, 25 Dec 2017 13:47:28 +0200 Subject: [PATCH] Set lv2_socket id_base (#3983) --- rpcs3/Emu/Cell/lv2/sys_net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/lv2/sys_net.h b/rpcs3/Emu/Cell/lv2/sys_net.h index db50214576..0b35a16487 100644 --- a/rpcs3/Emu/Cell/lv2/sys_net.h +++ b/rpcs3/Emu/Cell/lv2/sys_net.h @@ -307,7 +307,7 @@ struct lv2_socket final using socket_type = int; #endif - static const u32 id_base = 0; + static const u32 id_base = 0x40000000; static const u32 id_step = 1; static const u32 id_count = 1024;