summaryrefslogtreecommitdiff
path: root/src/citron/qt_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/citron/qt_common.cpp')
-rw-r--r--src/citron/qt_common.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citron/qt_common.cpp b/src/citron/qt_common.cpp
index 413402165..014df8033 100644
--- a/src/citron/qt_common.cpp
+++ b/src/citron/qt_common.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2025 citron Homebrew Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <QGuiApplication>
@@ -6,7 +6,7 @@
#include <QWindow>
#include "common/logging/log.h"
#include "core/frontend/emu_window.h"
-#include "yuzu/qt_common.h"
+#include "citron/qt_common.h"
#if !defined(WIN32) && !defined(__APPLE__)
#include <qpa/qplatformnativeinterface.h>