early-access version 2716
This commit is contained in:
parent
b011f0fb52
commit
2426d102dd
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 2715.
|
||||
This is the source code for early-access 2716.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -2,7 +2,11 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <fmt/format.h>
|
||||
#ifdef _WIN32
|
||||
#include <libusb.h>
|
||||
#else
|
||||
#include <libusb-1.0/libusb.h>
|
||||
#endif
|
||||
|
||||
#include "common/logging/log.h"
|
||||
#include "common/param_package.h"
|
||||
|
|
Loading…
Reference in a new issue