mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-07 19:58:49 -04:00
Services: Continue separation of services into their own folders
This commit is contained in:
20
src/core/hle/service/cecd/cecd.h
Normal file
20
src/core/hle/service/cecd/cecd.h
Normal file
@@ -0,0 +1,20 @@
|
||||
// Copyright 2015 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/hle/kernel/kernel.h"
|
||||
#include "core/hle/service/service.h"
|
||||
|
||||
namespace Service {
|
||||
namespace CECD {
|
||||
|
||||
/// Initialize CECD service(s)
|
||||
void Init();
|
||||
|
||||
/// Shutdown CECD service(s)
|
||||
void Shutdown();
|
||||
|
||||
} // namespace CECD
|
||||
} // namespace Service
|
||||
Reference in New Issue
Block a user