mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Set lv2_socket id_base (#3983)
This commit is contained in:
parent
fc2ef5529d
commit
3cf0fb60a4
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ struct lv2_socket final
|
||||||
using socket_type = int;
|
using socket_type = int;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const u32 id_base = 0;
|
static const u32 id_base = 0x40000000;
|
||||||
static const u32 id_step = 1;
|
static const u32 id_step = 1;
|
||||||
static const u32 id_count = 1024;
|
static const u32 id_count = 1024;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue