svc: ResetSignal is not stubbed
https://user-images.githubusercontent.com/20753089/48677874-b8e01c80-eb7b-11e8-8043-b99faa29022c.PNG
This commit is contained in:
parent
5d7167dfca
commit
13f79cc5bd
1 changed files with 1 additions and 1 deletions
|
@ -1101,7 +1101,7 @@ static ResultCode CloseHandle(Handle handle) {
|
||||||
|
|
||||||
/// Reset an event
|
/// Reset an event
|
||||||
static ResultCode ResetSignal(Handle handle) {
|
static ResultCode ResetSignal(Handle handle) {
|
||||||
LOG_WARNING(Kernel_SVC, "(STUBBED) called handle 0x{:08X}", handle);
|
LOG_DEBUG(Kernel_SVC, "called handle 0x{:08X}", handle);
|
||||||
|
|
||||||
const auto& handle_table = Core::CurrentProcess()->GetHandleTable();
|
const auto& handle_table = Core::CurrentProcess()->GetHandleTable();
|
||||||
auto event = handle_table.Get<Event>(handle);
|
auto event = handle_table.Get<Event>(handle);
|
||||||
|
|
Loading…
Reference in a new issue