mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 05:59:59 +00:00
common/uint128: Add missing top-file source text
This commit is contained in:
parent
43b83d6b6a
commit
b0d70096a1
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
// Copyright 2019 yuzu Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <intrin.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2019 yuzu Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <utility>
|
||||
#include "common/common_types.h"
|
||||
|
|
Loading…
Reference in a new issue