yuzu/src/video_core
ReinUsesLisp 891236124c buffer_cache: Use boost::intrusive::set for caching
Instead of using boost::icl::interval_map for caching, use
boost::intrusive::set. interval_map is intended as a container where the
keys can overlap with one another; we don't need this for caching
buffers and a std::set-like data structure that allows us to search with
lower_bound is enough.
2020-05-21 16:44:00 -03:00
..
2020-04-28 14:02:51 -04:00
2020-05-05 15:39:44 -04:00
2020-04-30 13:19:36 -04:00
2020-04-30 13:19:36 -04:00
2020-04-22 11:36:24 -04:00
2020-04-30 13:19:36 -04:00
2020-04-30 13:19:36 -04:00