ShaderPatch: use ini comments as config tooltips

This commit is contained in:
somewhatlurker
2019-10-06 19:12:14 +11:00
parent d0942a35b1
commit 47b3ba36d2
2 changed files with 39 additions and 11 deletions
@@ -19,7 +19,8 @@ struct ShaderPatchInfo {
std::vector<ShaderPatchInfo> patchesVec;
std::map<std::string, std::string> configMap;
typedef std::pair<std::string, std::string> strpair;
std::map<std::string, strpair> configMap;
#pragma pack(push, 1)
struct MsString {