early-access version 2010

This commit is contained in:
pineappleEA
2021-08-24 07:14:25 +02:00
parent 3d1de7f380
commit c9c3dca3ef
9 changed files with 131 additions and 20 deletions

View File

@@ -219,7 +219,7 @@ ShaderCache::ShaderCache(RasterizerOpenGL& rasterizer_, Core::Frontend::EmuWindo
host_info{
.support_float16 = false,
.support_int64 = device.HasShaderInt64(),
.needs_get_attribute_reorder = device.IsAmd(),
.needs_demote_reorder = device.IsAmd(),
} {
if (use_asynchronous_shaders) {
workers = CreateWorkers();