svc: Move ResetType enum to the kernel event header

This commit is contained in:
Lioncash 2016-03-12 21:47:41 -05:00
parent 31797a242f
commit 856a1d0386
10 changed files with 17 additions and 16 deletions

View file

@ -25,7 +25,7 @@ static void GetProcSemaphore(Service::Interface* self) {
u32* cmd_buff = Kernel::GetCommandBuffer();
// TODO(bunnei): Change to a semaphore once these have been implemented
event_handle = Kernel::Event::Create(ResetType::OneShot, "SRV:Event");
event_handle = Kernel::Event::Create(Kernel::ResetType::OneShot, "SRV:Event");
event_handle->Clear();
cmd_buff[1] = 0; // No error