Sources: Run clang-format on everything.
This commit is contained in:
parent
fe948af095
commit
dc8479928c
386 changed files with 19560 additions and 18080 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue