Kernel/Arbiters: Initialize arb_wait_address in thread struct.

This commit is contained in:
Michael Scire 2018-06-21 05:13:06 -06:00
parent 62bd1299ea
commit 8f8fe62a19
3 changed files with 7 additions and 1 deletions

View file

@ -40,6 +40,8 @@ add_library(core STATIC
hle/config_mem.h
hle/ipc.h
hle/ipc_helpers.h
hle/kernel/address_arbiter.cpp
hle/kernel/address_arbiter.h
hle/kernel/client_port.cpp
hle/kernel/client_port.h
hle/kernel/client_session.cpp