yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project// SPDX-License-Identifier: GPL-2.0-or-later#pragma oncenamespace Core {class System;}namespaceService::APM {class Module final {public:Module();~Module();};/// Registers all AM services with the specified service manager.voidInstallInterfaces(Core::System& system);}// namespace Service::APM