Merge pull request #9087 from Morph1984/once

general: Add missing pragma once
This commit is contained in:
bunnei
2022-10-17 22:50:02 -07:00
committed by GitHub
2 changed files with 45 additions and 54 deletions

View File

@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "core/hle/result.h"
namespace Service::VI {