Polaris22Fixup icon indicating copy to clipboard operation
Polaris22Fixup copied to clipboard

Use Lilu 1.5.1 new APIs

Open goodbest opened this issue 4 years ago • 0 comments

Lilu 1.5.1 introduces lots of methods and apis that have been adopted in this patch:

  • Added lilu_os_memmem and lilu_os_memchr APIs
  • Added getSharedCachePath API to obtain current cache path
  • Added LIKELY/UNLIKELY macros https://github.com/acidanthera/Lilu/releases/tag/1.5.1

So I guess there's no need to maintain those implementations in this repo?

goodbest avatar Feb 03 '21 14:02 goodbest