mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 09:58:18 -05:00
svc: Move ResetType enum to the kernel event header
This commit is contained in:
@ -424,7 +424,7 @@ const Interface::FunctionInfo FunctionTable[] = {
|
||||
// Interface class
|
||||
|
||||
Interface::Interface() {
|
||||
completion_event = Kernel::Event::Create(ResetType::OneShot, "Y2R:Completed");
|
||||
completion_event = Kernel::Event::Create(Kernel::ResetType::OneShot, "Y2R:Completed");
|
||||
std::memset(&conversion, 0, sizeof(conversion));
|
||||
|
||||
Register(FunctionTable);
|
||||
|
Reference in New Issue
Block a user