1
0
Fork 0
forked from eden-emu/eden

svc: Make ResetType an enum class

This commit is contained in:
Lioncash 2016-03-12 15:06:31 -05:00
parent 5858a3a148
commit 219ecd2ee7
11 changed files with 23 additions and 24 deletions

View file

@ -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(ResetType::OneShot, "Y2R:Completed");
std::memset(&conversion, 0, sizeof(conversion));
Register(FunctionTable);