This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
a1fafdfd0eed40e8b09de82948207db46fed1397
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
Implement resource packs
2018-12-19 11:03:09 +01:00
Manifest.cpp
ResourcePacks: Support compression
2019-02-02 15:54:06 +01:00
Manifest.h
ResourcePacks: Support compression
2019-02-02 15:54:06 +01:00
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
UICommon/ResourcePack: Provide inequality operator to complement equality operator
2019-03-13 15:55:20 -04:00