diff options
| author | Subv <subv2112@gmail.com> | 2016-11-19 13:07:03 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2016-11-19 13:42:07 -0500 |
| commit | d7ab4fd53d3388a99b15a712b54530316ddcbbe5 (patch) | |
| tree | e82cc4d736db24a04d23e68eaf9ec903c84db1e5 /src/core/hle/service/apt/apt.cpp | |
| parent | fb13bfe693e9536df700b675fef3affe09622fdd (diff) | |
APT/Applets: Renamed the members of the SignalType enum.
Names now make sense and match 3dbrew.
Diffstat (limited to 'src/core/hle/service/apt/apt.cpp')
| -rw-r--r-- | src/core/hle/service/apt/apt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<u32>(SignalType::AppJustStarted); + next_parameter.signal = static_cast<u32>(SignalType::Wakeup); next_parameter.destination_id = 0x300; } |
