Service/ACT: move ACT services to folder

This commit is contained in:
mailwl
2016-12-13 09:35:24 +03:00
parent da995a4377
commit 5dea1faedd
8 changed files with 44 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 ACT {
/// Initialize AM service
void Init();
} // namespace ACT
} // namespace Service