Service/NWM: add nwm services

This commit is contained in:
mailwl
2016-12-22 11:06:27 +03:00
parent 76890672a0
commit 069a88dad7
18 changed files with 317 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
namespace Service {
namespace NWM {
/// Initialize all NWM services
void Init();
} // namespace NWM
} // namespace Service