fix filter

This commit is contained in:
georgemoralis 2024-10-17 15:12:06 +03:00 committed by Vinicius Rangel
parent a6fc5951e5
commit 22f0c5a846
No known key found for this signature in database
GPG Key ID: A5B154D904B761D9

View File

@ -118,15 +118,10 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
SUB(Lib, GameLiveStreaming) \ SUB(Lib, GameLiveStreaming) \
SUB(Lib, Remoteplay) \ SUB(Lib, Remoteplay) \
SUB(Lib, SharePlay) \ SUB(Lib, SharePlay) \
SUB(LibSUB(Lib, Fiber) \
SUB(Lib, Mouse) \
SUB(Lib, Ime) \
SUB(Lib, GameLiveStreaming) \
SUB(Lib, Remoteplay) \
SUB(Lib, SharePlay) \
SUB(Lib, Fiber) \ SUB(Lib, Fiber) \
SUB(Lib, Vdec2) \ SUB(Lib, Vdec2) \
SUB(Lib, Videodec) \ SUB(Lib, Videodec) \
SUB(Lib, Mouse) \
CLS(Frontend) \ CLS(Frontend) \
CLS(Render) \ CLS(Render) \
SUB(Render, Vulkan) \ SUB(Render, Vulkan) \