early-access version 1822

main
pineappleEA 2021-06-24 12:06:24 +02:00
parent cdc3f51bf2
commit 1abafd509e
5 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access yuzu emulator early access
============= =============
This is the source code for early-access 1821. This is the source code for early-access 1822.
## Legal Notice ## Legal Notice

View File

@ -4,6 +4,8 @@
#pragma once #pragma once
#include <array>
#include <vector>
#include "audio_core/common.h" #include "audio_core/common.h"
#include "common/common_funcs.h" #include "common/common_funcs.h"
#include "common/common_types.h" #include "common/common_types.h"

View File

@ -4,6 +4,8 @@
#pragma once #pragma once
#include <array>
#include <vector>
#include "common/bit_field.h" #include "common/bit_field.h"
#include "common/common_funcs.h" #include "common/common_funcs.h"
#include "common/uuid.h" #include "common/uuid.h"

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <algorithm>
#include <memory>
#include <mutex> #include <mutex>
#include <utility> #include <utility>

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <algorithm>
#include "common/settings.h" #include "common/settings.h"
#include "core/frontend/framebuffer_layout.h" #include "core/frontend/framebuffer_layout.h"
#include "input_common/touch_from_button.h" #include "input_common/touch_from_button.h"