diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-10-17 02:52:41 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-10-17 03:14:31 -0400 |
commit | bffbaddb797e0229e6d9e30fe0f75d56b4530903 (patch) | |
tree | 8694a4ef6b51e0334298988946e59212ced696b7 /src/core | |
parent | d574bb46105a0184701e45b3e87e1dfad9cdfc49 (diff) |
general: Add missing pragma once
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hle/service/vi/vi_results.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/vi/vi_results.h b/src/core/hle/service/vi/vi_results.h index a46c247d2..22bac799f 100644 --- a/src/core/hle/service/vi/vi_results.h +++ b/src/core/hle/service/vi/vi_results.h @@ -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 { |