APT/Applets: Renamed the members of the SignalType enum.
Names now make sense and match 3dbrew.
This commit is contained in:
parent
fb13bfe693
commit
d7ab4fd53d
5 changed files with 27 additions and 16 deletions
|
@ -523,7 +523,7 @@ void Init() {
|
|||
notification_event = Kernel::Event::Create(Kernel::ResetType::OneShot, "APT_U:Notification");
|
||||
parameter_event = Kernel::Event::Create(Kernel::ResetType::OneShot, "APT_U:Start");
|
||||
|
||||
next_parameter.signal = static_cast<u32>(SignalType::AppJustStarted);
|
||||
next_parameter.signal = static_cast<u32>(SignalType::Wakeup);
|
||||
next_parameter.destination_id = 0x300;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue