99ceb03a1
02fbd42e7
b117ca5fc
82d457af3
367d63691
1 2
3 4 5 6 7
8 9 10 11
12
13
14
15
16
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once #include "common/common_types.h" namespace Core { class System; } namespace Kernel::Svc { void Call(Core::System& system, u32 immediate); } // namespace Kernel::Svc