This website requires JavaScript.
Explore
Help
Sign In
Leahnaya
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-08-19 00:42:58 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9596fe75f12b9199057e357dc6ae78f150b1981f
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
DolphinQt: Add way to override "ResourcePack" folder that controls the location of resource packs
2019-11-02 13:42:40 -05:00
ResourcePack.h
…