early-access version 2974

This commit is contained in:
pineappleEA
2022-09-26 08:52:18 +02:00
parent ba3af01e76
commit aff4265364
6 changed files with 65 additions and 66 deletions

View File

@@ -4,13 +4,10 @@
#pragma once
#include <array>
#include "common/bit_field.h"
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"
#include "core/hle/service/hid/controllers/controller_base.h"
#include "core/hle/service/hid/errors.h"
#include "core/hle/service/hid/ring_lifo.h"
namespace Kernel {
class KEvent;