service: Add nfc services

3dbrew was used for the command information.
This commit is contained in:
Lioncash
2016-12-08 02:43:27 -05:00
parent 43558dc40a
commit e8a960f6a1
8 changed files with 199 additions and 30 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 NFC {
/// Initialize all NFC services.
void Init();
} // namespace NFC
} // namespace Service