mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 20:57:58 -05:00
svc: Move ResetType enum to the kernel event header
This commit is contained in:
@ -138,7 +138,7 @@ const Interface::FunctionInfo FunctionTable[] = {
|
||||
// Interface class
|
||||
|
||||
Interface::Interface() {
|
||||
handle_event = Kernel::Event::Create(ResetType::OneShot, "NWM_UDS::handle_event");
|
||||
handle_event = Kernel::Event::Create(Kernel::ResetType::OneShot, "NWM_UDS::handle_event");
|
||||
|
||||
Register(FunctionTable);
|
||||
}
|
||||
|
Reference in New Issue
Block a user