aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpineappleEA <pineaea@gmail.com>2021-12-06 01:10:20 +0100
committerpineappleEA <pineaea@gmail.com>2021-12-06 01:10:20 +0100
commitc2ae6d480a7596425420d5c9144dfcc0c6ad1d9c (patch)
treef3d0e1c6e5ca28974afc85556de03b5f4f5c41da
parent8a4e4b4218f87e098008b6ba054dbfd437060a84 (diff)
early-access version 2276EA-2276
-rwxr-xr-xREADME.md2
-rwxr-xr-xsrc/audio_core/delay_line.cpp4
-rwxr-xr-xsrc/audio_core/delay_line.h4
-rwxr-xr-xsrc/common/host_memory.cpp4
-rwxr-xr-xsrc/core/hle/service/nvdrv/nvdata.h4
-rwxr-xr-xsrc/shader_recompiler/environment.h4
6 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce7a90083..1a217c888 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
1yuzu emulator early access 1yuzu emulator early access
2============= 2=============
3 3
4This is the source code for early-access 2275. 4This is the source code for early-access 2276.
5 5
6## Legal Notice 6## Legal Notice
7 7
diff --git a/src/audio_core/delay_line.cpp b/src/audio_core/delay_line.cpp
index f4e4dd8d2..2793ed8db 100755
--- a/src/audio_core/delay_line.cpp
+++ b/src/audio_core/delay_line.cpp
@@ -1,3 +1,7 @@
1// Copyright 2021 yuzu Emulator Project
2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included.
4
1#include <cstring> 5#include <cstring>
2#include "audio_core/delay_line.h" 6#include "audio_core/delay_line.h"
3 7
diff --git a/src/audio_core/delay_line.h b/src/audio_core/delay_line.h
index cafddd432..84f11bc52 100755
--- a/src/audio_core/delay_line.h
+++ b/src/audio_core/delay_line.h
@@ -1,3 +1,7 @@
1// Copyright 2021 yuzu Emulator Project
2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included.
4
1#pragma once 5#pragma once
2 6
3#include "common/common_types.h" 7#include "common/common_types.h"
diff --git a/src/common/host_memory.cpp b/src/common/host_memory.cpp
index b44a44949..28949fe5e 100755
--- a/src/common/host_memory.cpp
+++ b/src/common/host_memory.cpp
@@ -1,3 +1,7 @@
1// Copyright 2021 yuzu Emulator Project
2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included.
4
1#ifdef _WIN32 5#ifdef _WIN32
2 6
3#include <iterator> 7#include <iterator>
diff --git a/src/core/hle/service/nvdrv/nvdata.h b/src/core/hle/service/nvdrv/nvdata.h
index 3294bc0e7..5ab221fc1 100755
--- a/src/core/hle/service/nvdrv/nvdata.h
+++ b/src/core/hle/service/nvdrv/nvdata.h
@@ -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#pragma once 5#pragma once
2 6
3#include <array> 7#include <array>
diff --git a/src/shader_recompiler/environment.h b/src/shader_recompiler/environment.h
index 102003f2e..db16429d4 100755
--- a/src/shader_recompiler/environment.h
+++ b/src/shader_recompiler/environment.h
@@ -1,3 +1,7 @@
1// Copyright 2021 yuzu Emulator Project
2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included.
4
1#pragma once 5#pragma once
2 6
3#include <array> 7#include <array>