early-access version 2635
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 2629.
|
This is the source code for early-access 2635.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|||||||
Vendored
+595
-540
File diff suppressed because it is too large
Load Diff
Vendored
+567
-522
File diff suppressed because it is too large
Load Diff
Vendored
+567
-522
File diff suppressed because it is too large
Load Diff
Vendored
+642
-597
File diff suppressed because it is too large
Load Diff
+6261
File diff suppressed because it is too large
Load Diff
Vendored
+606
-551
File diff suppressed because it is too large
Load Diff
Vendored
+566
-521
File diff suppressed because it is too large
Load Diff
Vendored
+570
-523
File diff suppressed because it is too large
Load Diff
Vendored
+568
-523
File diff suppressed because it is too large
Load Diff
Vendored
+568
-523
File diff suppressed because it is too large
Load Diff
Vendored
+567
-522
File diff suppressed because it is too large
Load Diff
Vendored
+568
-523
File diff suppressed because it is too large
Load Diff
Vendored
+943
-849
File diff suppressed because it is too large
Load Diff
Vendored
+566
-521
File diff suppressed because it is too large
Load Diff
Vendored
+568
-523
File diff suppressed because it is too large
Load Diff
Vendored
+582
-527
File diff suppressed because it is too large
Load Diff
Vendored
+581
-526
File diff suppressed because it is too large
Load Diff
Vendored
+579
-534
File diff suppressed because it is too large
Load Diff
Vendored
+566
-521
File diff suppressed because it is too large
Load Diff
Vendored
+570
-525
File diff suppressed because it is too large
Load Diff
Vendored
+566
-521
File diff suppressed because it is too large
Load Diff
Vendored
+566
-521
File diff suppressed because it is too large
Load Diff
Vendored
+578
-523
File diff suppressed because it is too large
Load Diff
Vendored
+578
-523
File diff suppressed because it is too large
Load Diff
@@ -296,7 +296,7 @@ if (YUZU_USE_QT_WEB_ENGINE)
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if(UNIX AND NOT APPLE)
|
if(UNIX AND NOT APPLE)
|
||||||
install(TARGETS yuzu RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|
install(TARGETS yuzu)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (YUZU_USE_BUNDLED_QT)
|
if (YUZU_USE_BUNDLED_QT)
|
||||||
|
|||||||
@@ -214,14 +214,14 @@
|
|||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QCheckBox" name="enable_all_controllers">
|
<widget class="QCheckBox" name="enable_all_controllers">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable all Controller Types</string>
|
<string>Enable All Controller Types</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QCheckBox" name="disable_web_applet">
|
<widget class="QCheckBox" name="disable_web_applet">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Disable Web Applet**</string>
|
<string>Disable Web Applet</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ if (YUZU_USE_EXTERNAL_SDL2)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(UNIX AND NOT APPLE)
|
if(UNIX AND NOT APPLE)
|
||||||
install(TARGETS yuzu-cmd RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|
install(TARGETS yuzu-cmd)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
|
|||||||
Reference in New Issue
Block a user