early-access version 2635

This commit is contained in:
pineappleEA
2022-04-01 22:20:31 +02:00
parent 5f1f8d48e7
commit f2c0175302
28 changed files with 19893 additions and 12486 deletions

View File

@@ -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)

View File

@@ -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>

View File

@@ -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)