mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 10:17:55 -05:00
APT/Applets: Renamed the members of the SignalType enum.
Names now make sense and match 3dbrew.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user