summaryrefslogtreecommitdiff
path: root/src/video_core/control
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/control')
-rw-r--r--src/video_core/control/channel_state.cpp5
-rw-r--r--src/video_core/control/channel_state.h5
-rw-r--r--src/video_core/control/channel_state_cache.cpp3
-rw-r--r--src/video_core/control/channel_state_cache.h5
-rw-r--r--src/video_core/control/channel_state_cache.inc2
-rw-r--r--src/video_core/control/scheduler.cpp5
-rw-r--r--src/video_core/control/scheduler.h5
7 files changed, 15 insertions, 15 deletions
diff --git a/src/video_core/control/channel_state.cpp b/src/video_core/control/channel_state.cpp
index 3613c4992..b04922ac0 100644
--- a/src/video_core/control/channel_state.cpp
+++ b/src/video_core/control/channel_state.cpp
@@ -1,6 +1,5 @@
1// Copyright 2021 yuzu Emulator Project 1// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
2// Licensed under GPLv3 or any later version 2// SPDX-License-Identifier: GPL-3.0-or-later
3// Refer to the license.txt file included.
4 3
5#include "common/assert.h" 4#include "common/assert.h"
6#include "video_core/control/channel_state.h" 5#include "video_core/control/channel_state.h"
diff --git a/src/video_core/control/channel_state.h b/src/video_core/control/channel_state.h
index 08a7591e1..305b21cba 100644
--- a/src/video_core/control/channel_state.h
+++ b/src/video_core/control/channel_state.h
@@ -1,6 +1,5 @@
1// Copyright 2021 yuzu Emulator Project 1// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
2// Licensed under GPLv3 or any later version 2// SPDX-License-Identifier: GPL-3.0-or-later
3// Refer to the license.txt file included.
4 3
5#pragma once 4#pragma once
6 5
diff --git a/src/video_core/control/channel_state_cache.cpp b/src/video_core/control/channel_state_cache.cpp
index ec7ba907c..4ebeb6356 100644
--- a/src/video_core/control/channel_state_cache.cpp
+++ b/src/video_core/control/channel_state_cache.cpp
@@ -1,3 +1,6 @@
1// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
2// SPDX-License-Identifier: GPL-3.0-or-later
3
1#include "video_core/control/channel_state_cache.inc" 4#include "video_core/control/channel_state_cache.inc"
2 5
3namespace VideoCommon { 6namespace VideoCommon {
diff --git a/src/video_core/control/channel_state_cache.h b/src/video_core/control/channel_state_cache.h
index 102947adb..5246192a8 100644
--- a/src/video_core/control/channel_state_cache.h
+++ b/src/video_core/control/channel_state_cache.h
@@ -1,6 +1,5 @@
1// Copyright 2021 yuzu Emulator Project 1// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
2// Licensed under GPLv3 or any later version 2// SPDX-License-Identifier: GPL-3.0-or-later
3// Refer to the license.txt file included.
4 3
5#pragma once 4#pragma once
6 5
diff --git a/src/video_core/control/channel_state_cache.inc b/src/video_core/control/channel_state_cache.inc
index d3ae758b2..460313893 100644
--- a/src/video_core/control/channel_state_cache.inc
+++ b/src/video_core/control/channel_state_cache.inc
@@ -1,3 +1,5 @@
1// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
2// SPDX-License-Identifier: GPL-3.0-or-later
1 3
2#include <algorithm> 4#include <algorithm>
3 5
diff --git a/src/video_core/control/scheduler.cpp b/src/video_core/control/scheduler.cpp
index a9bb00aa7..733042690 100644
--- a/src/video_core/control/scheduler.cpp
+++ b/src/video_core/control/scheduler.cpp
@@ -1,6 +1,5 @@
1// Copyright 2021 yuzu Emulator Project 1// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
2// Licensed under GPLv3 or any later version 2// SPDX-License-Identifier: GPL-3.0-or-later
3// Refer to the license.txt file included.
4 3
5#include <memory> 4#include <memory>
6 5
diff --git a/src/video_core/control/scheduler.h b/src/video_core/control/scheduler.h
index c1a773946..305a01e0a 100644
--- a/src/video_core/control/scheduler.h
+++ b/src/video_core/control/scheduler.h
@@ -1,6 +1,5 @@
1// Copyright 2021 yuzu Emulator Project 1// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
2// Licensed under GPLv3 or any later version 2// SPDX-License-Identifier: GPL-3.0-or-later
3// Refer to the license.txt file included.
4 3
5#pragma once 4#pragma once
6 5