We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 939a0ad + 8c80ef0 commit ff0ea77Copy full SHA for ff0ea77
1 file changed
src/texcache.c
@@ -90,6 +90,7 @@ static void cacheClearItem(cache_entry_t *item, int freeTxt);
90
static void cacheResetTextureState(GSTEXTURE *texture);
91
static void cacheResetRequestTrackingLocked(void);
92
static void cacheWakeWorker(void);
93
+static void cacheDropQueuedRequestLocked(load_image_request_t *req);
94
95
static void cacheReleaseTexture(GSTEXTURE *texture)
96
{
0 commit comments