early-access version 1525
This commit is contained in:
parent
d470d3060f
commit
6e4c1487b1
2 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 1524.
|
||||
This is the source code for early-access 1525.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
5
externals/libusb/CMakeLists.txt
vendored
5
externals/libusb/CMakeLists.txt
vendored
|
@ -1,3 +1,8 @@
|
|||
# Ensure libusb compiles with UTF-8 encoding on MSVC
|
||||
if(MSVC)
|
||||
add_compile_options(/utf-8)
|
||||
endif()
|
||||
|
||||
add_library(usb STATIC EXCLUDE_FROM_ALL
|
||||
libusb/libusb/core.c
|
||||
libusb/libusb/core.c
|
||||
|
|
Loading…
Reference in a new issue