diff --git a/README.md b/README.md index 07a5a64ed..09774ad4d 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2076. +This is the source code for early-access 2077. ## Legal Notice diff --git a/src/video_core/renderer_vulkan/vk_rasterizer.cpp b/src/video_core/renderer_vulkan/vk_rasterizer.cpp index 795d39af5..04ecc034d 100755 --- a/src/video_core/renderer_vulkan/vk_rasterizer.cpp +++ b/src/video_core/renderer_vulkan/vk_rasterizer.cpp @@ -633,8 +633,7 @@ void RasterizerVulkan::UpdateDepthBias(Tegra::Engines::Maxwell3D::Regs& regs) { regs.zeta.format == Tegra::DepthFormat::D24S8_UNORM || regs.zeta.format == Tegra::DepthFormat::D24C8_UNORM; if (is_d24 && !device.SupportsD24DepthBuffer()) { - const double f = - static_cast(1ULL << (32 - 24)) / (static_cast(0x1.ep+127) * 2.0); + const double f = static_cast(1ULL << (32 - 24)) / (static_cast(0x1.ep+127)); units = static_cast(static_cast(units) * f); } diff --git a/src/yuzu/configuration/configure_tas.ui b/src/yuzu/configuration/configure_tas.ui index 8a3ecb834..95575ed9d 100755 --- a/src/yuzu/configuration/configure_tas.ui +++ b/src/yuzu/configuration/configure_tas.ui @@ -2,37 +2,23 @@ ConfigureTas - - - 0 - 0 - 800 - 300 - - - - Dialog - - + - + TAS - - + + - Reads controller input from scripts in the same format as TAS-nx scripts. For a more detailed explanation please consult the FAQ on the yuzu website. - - - true + Reads controller input from scripts in the same format as TAS-nx scripts.<br/>For a more detailed explanation please consult the FAQ on the yuzu website. - + To check which hotkeys control the playback/recording, please refer to the Hotkey settings (General -> Hotkeys). @@ -42,10 +28,10 @@ - - + + - WARNING: This is an experimental feature. It will not play back scripts frame perfectly with the current, imperfect syncing method. + WARNING: This is an experimental feature.<br/>It will not play back scripts frame perfectly with the current, imperfect syncing method. true @@ -58,13 +44,13 @@ - + - + Settings - + @@ -102,15 +88,15 @@ - + - + Script Directory - + - + Path @@ -126,22 +112,6 @@ - - - - Qt::Horizontal - - - QSizePolicy::Maximum - - - - 60 - 20 - - - -