From d7ab4fd53d3388a99b15a712b54530316ddcbbe5 Mon Sep 17 00:00:00 2001 From: Subv Date: Sat, 19 Nov 2016 13:07:03 -0500 Subject: APT/Applets: Renamed the members of the SignalType enum. Names now make sense and match 3dbrew. --- src/core/hle/service/apt/apt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/apt/apt.cpp') diff --git a/src/core/hle/service/apt/apt.cpp b/src/core/hle/service/apt/apt.cpp index c4bd65986..c7198293e 100644 --- a/src/core/hle/service/apt/apt.cpp +++ b/src/core/hle/service/apt/apt.cpp @@ -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(SignalType::AppJustStarted); + next_parameter.signal = static_cast(SignalType::Wakeup); next_parameter.destination_id = 0x300; } -- cgit v1.2.3