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-08 18:40:44 +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
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