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-02-15 03:40:35 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
UICommon
/
ResourcePack
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
..
Manager.cpp
Use pre-increment for iterators instead of post-increment.
2019-12-29 23:45:02 -05:00
Manager.h
…
Manifest.cpp
…
Manifest.h
…
ResourcePack.cpp
…
ResourcePack.h
…