mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-05 00:37:53 -05:00
Services: Continue separation of services into their own folders
This commit is contained in:
20
src/core/hle/service/boss/boss.h
Normal file
20
src/core/hle/service/boss/boss.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 BOSS {
|
||||
|
||||
/// Initialize BOSS service(s)
|
||||
void Init();
|
||||
|
||||
/// Shutdown BOSS service(s)
|
||||
void Shutdown();
|
||||
|
||||
} // namespace BOSS
|
||||
} // namespace Service
|
Reference in New Issue
Block a user