mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Do not automatically set GfxSmallCache
This commit is contained in:
@@ -2424,9 +2424,6 @@ RdpgfxClientContext* rdpgfx_client_context_new(rdpContext* rdpcontext)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (freerdp_settings_get_bool(gfx->rdpcontext->settings, FreeRDP_GfxH264))
|
||||
freerdp_settings_set_bool(gfx->rdpcontext->settings, FreeRDP_GfxSmallCache, TRUE);
|
||||
|
||||
gfx->MaxCacheSlots =
|
||||
freerdp_settings_get_bool(gfx->rdpcontext->settings, FreeRDP_GfxSmallCache) ? 4096 : 25600;
|
||||
context = (RdpgfxClientContext*)calloc(1, sizeof(RdpgfxClientContext));
|
||||
|
||||
Reference in New Issue
Block a user