aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt/errors.h
blob: 25bffb9af4e2cec92f3ead9949ab6e3805298cb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2018 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

namespace Service::APT::ErrCodes {
enum {
    ParameterPresent = 2,
    InvalidAppletSlot = 4,
    AppNotRunning = 11,
};
} // namespace Service::APT::ErrCodes