early-access version 1467

main
pineappleEA 2021-02-16 02:59:59 +01:00
parent 69caf9188e
commit 0210c620ac
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 1466.
This is the source code for early-access 1467.
## Legal Notice

View File

@ -280,7 +280,6 @@ void RasterizerVulkan::Draw(bool is_indexed, bool is_instanced) {
const auto shaders = pipeline_cache.GetShaders();
graphics_key.shaders = GetShaderAddresses(shaders);
graphics_key.shaders = GetShaderAddresses(shaders);
SetupShaderDescriptors(shaders, is_indexed);
const Framebuffer* const framebuffer = texture_cache.GetFramebuffer();