This website requires JavaScript.
Explore
Help
Sign In
nintendo-back-up
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced
2025-05-12 00:45:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
1
Wiki
Activity
5a8cd1b118
yuzu
/
src
/
video_core
/
buffer_cache
History
Markus Wick
5a8cd1b118
Fix two GCC 11 warnings: Unneeded copies.
...
std::move created an unneeded copy. iterating without reference also created copies.
2021-05-29 08:57:44 +02:00
..
buffer_base.h
buffer_cache: Heuristically detect stream buffers
2021-02-13 02:17:24 -03:00
buffer_cache.cpp
video_core: Reimplement the buffer cache
2021-02-13 02:17:22 -03:00
buffer_cache.h
Fix two GCC 11 warnings: Unneeded copies.
2021-05-29 08:57:44 +02:00