diff options
author | Andrea Pappacoda <andrea@pappacoda.it> | 2022-04-28 18:24:11 +0200 |
---|---|---|
committer | Andrea Pappacoda <andrea@pappacoda.it> | 2022-04-28 18:24:11 +0200 |
commit | 01cf05bc75b1e47beb08937439f3ed9339e7b254 (patch) | |
tree | cecad8b453fb7f5c4fb0bc372567b72fccfd9f3d /src/tests | |
parent | Merge pull request #8267 from Morph1984/swapbuffers (diff) | |
download | yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.gz yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.bz2 yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.lz yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.xz yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.zst yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.zip |
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/core/core_timing.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tests/core/core_timing.cpp b/src/tests/core/core_timing.cpp index e0c66fa2e..8358d36b5 100644 --- a/src/tests/core/core_timing.cpp +++ b/src/tests/core/core_timing.cpp @@ -1,6 +1,5 @@ -// Copyright 2016 Dolphin Emulator Project / 2017 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: 2016 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #include <catch2/catch.hpp> |