mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-28 22:08:26 -05:00
early-access version 2717
This commit is contained in:
parent
2426d102dd
commit
145831e774
@ -1,7 +1,7 @@
|
|||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 2716.
|
This is the source code for early-access 2717.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
@ -2,11 +2,7 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
#ifdef _WIN32
|
|
||||||
#include <libusb.h>
|
#include <libusb.h>
|
||||||
#else
|
|
||||||
#include <libusb-1.0/libusb.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "common/logging/log.h"
|
#include "common/logging/log.h"
|
||||||
#include "common/param_package.h"
|
#include "common/param_package.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user