|
|
@ -1,9 +1,11 @@ |
|
|
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project |
|
|
|
|
|
|
|
|
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project |
|
|
// SPDX-License-Identifier: GPL-3.0-or-later |
|
|
// SPDX-License-Identifier: GPL-3.0-or-later |
|
|
|
|
|
|
|
|
// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project |
|
|
// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project |
|
|
// SPDX-License-Identifier: GPL-2.0-or-later |
|
|
// SPDX-License-Identifier: GPL-2.0-or-later |
|
|
|
|
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
|
#include "common/math_util.h" |
|
|
#include "common/math_util.h" |
|
|
#include "core/hle/service/cmif_types.h" |
|
|
#include "core/hle/service/cmif_types.h" |
|
|
#include "core/hle/service/nvnflinger/ui/fence.h" |
|
|
#include "core/hle/service/nvnflinger/ui/fence.h" |
|
|
|