diff options
| author | 2019-03-20 22:38:25 -0400 | |
|---|---|---|
| committer | 2019-03-20 22:38:25 -0400 | |
| commit | b0d70096a179fedd3199b985703a4a676b99a5d4 (patch) | |
| tree | 5a9f2581b557a592ac5af828a63b68af1ea64e96 /src/common/uint128.cpp | |
| parent | Merge pull request #2272 from lioncash/boost (diff) | |
| download | yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.tar.gz yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.tar.xz yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.zip | |
common/uint128: Add missing top-file source text
Diffstat (limited to 'src/common/uint128.cpp')
| -rw-r--r-- | src/common/uint128.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/uint128.cpp b/src/common/uint128.cpp index 2238a52c5..32bf56730 100644 --- a/src/common/uint128.cpp +++ b/src/common/uint128.cpp | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | // Copyright 2019 yuzu Emulator Project | ||
| 2 | // Licensed under GPLv2 or any later version | ||
| 3 | // Refer to the license.txt file included. | ||
| 4 | |||
| 1 | #ifdef _MSC_VER | 5 | #ifdef _MSC_VER |
| 2 | #include <intrin.h> | 6 | #include <intrin.h> |
| 3 | 7 | ||