mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 18:48:01 -05:00
Sources: Run clang-format on everything.
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "core/hle/service/service.h"
|
||||
#include "core/hle/service/boss/boss.h"
|
||||
#include "core/hle/service/boss/boss_p.h"
|
||||
#include "core/hle/service/boss/boss_u.h"
|
||||
#include "core/hle/service/service.h"
|
||||
|
||||
namespace Service {
|
||||
namespace BOSS {
|
||||
|
@ -11,7 +11,7 @@ namespace BOSS {
|
||||
// const Interface::FunctionInfo FunctionTable[] = { };
|
||||
|
||||
BOSS_P_Interface::BOSS_P_Interface() {
|
||||
//Register(FunctionTable);
|
||||
// Register(FunctionTable);
|
||||
}
|
||||
|
||||
} // namespace BOSS
|
||||
|
@ -8,10 +8,10 @@ namespace Service {
|
||||
namespace BOSS {
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x00020100, nullptr, "GetStorageInfo"},
|
||||
{0x000C0082, nullptr, "UnregisterTask"},
|
||||
{0x001E0042, nullptr, "CancelTask"},
|
||||
{0x00330042, nullptr, "StartBgImmediate"},
|
||||
{0x00020100, nullptr, "GetStorageInfo"},
|
||||
{0x000C0082, nullptr, "UnregisterTask"},
|
||||
{0x001E0042, nullptr, "CancelTask"},
|
||||
{0x00330042, nullptr, "StartBgImmediate"},
|
||||
};
|
||||
|
||||
BOSS_U_Interface::BOSS_U_Interface() {
|
||||
|
Reference in New Issue
Block a user