early-access version 2635
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 2629.
|
||||
This is the source code for early-access 2635.
|
||||
|
||||
## 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 ()
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
install(TARGETS yuzu RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|
||||
install(TARGETS yuzu)
|
||||
endif()
|
||||
|
||||
if (YUZU_USE_BUNDLED_QT)
|
||||
|
||||
@@ -214,14 +214,14 @@
|
||||
<item row="1" column="1">
|
||||
<widget class="QCheckBox" name="enable_all_controllers">
|
||||
<property name="text">
|
||||
<string>Enable all Controller Types</string>
|
||||
<string>Enable All Controller Types</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QCheckBox" name="disable_web_applet">
|
||||
<property name="text">
|
||||
<string>Disable Web Applet**</string>
|
||||
<string>Disable Web Applet</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -45,7 +45,7 @@ if (YUZU_USE_EXTERNAL_SDL2)
|
||||
endif()
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
install(TARGETS yuzu-cmd RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|
||||
install(TARGETS yuzu-cmd)
|
||||
endif()
|
||||
|
||||
if (MSVC)
|
||||
|
||||
Reference in New Issue
Block a user