This website requires JavaScript.
Explore
Help
Register
Sign In
INSANEMODE
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
mirror of
https://github.com/yuzu-emu/yuzu.git
synced
2025-06-28 06:57:57 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5a8cd1b118230450aeec8d770db87331bbc60812
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