dolphin/Source/Core/UICommon/ResourcePack
Lioncash 4d2e0c7b48 UICommon/ResourcePack/Manager: Resolve use-after-move in Add()
The pack is already has its validity checked at the beginning of the
function, so we don't need to check this again after inserting it.

Also resolves a use-after-move case.
2019-05-28 17:40:28 -04:00
..
Manager.cpp UICommon/ResourcePack/Manager: Resolve use-after-move in Add() 2019-05-28 17:40:28 -04: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 UICommon/ResourcePack: Allow ReadCurrentFileUnlimited() to read into any contiguous container 2019-05-27 13:29:40 -04:00
ResourcePack.h UICommon/ResourcePack: Provide inequality operator to complement equality operator 2019-03-13 15:55:20 -04:00