This website requires JavaScript.
Explore
Help
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-03-06 16:13:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
VideoBackends
History
David Korth
f5fe692842
Use pre-increment for iterators instead of post-increment.
...
Pre-increment is more efficient, since it doesn't have to return the old iterator.
2019-12-29 23:45:02 -05:00
..
D3D
…
D3D12
Use pre-increment for iterators instead of post-increment.
2019-12-29 23:45:02 -05:00
D3DCommon
…
Null
…
OGL
…
Software
…
Vulkan
Use pre-increment for iterators instead of post-increment.
2019-12-29 23:45:02 -05:00
CMakeLists.txt
…