dolphin/Source/Core/VideoCommon/GraphicsModSystem/Config
Lioncash a1879ea099 GraphicsModGroup: Allow heterogenous lookup for GetMod()
Allows using keys that aren't directly std::string as the key. This lets
us use std::string_view for the incoming path name, making it more
flexible with other string types.
2024-01-31 12:05:17 -05:00
..
GraphicsMod.cpp GraphicsMod: Avoid some object churn 2024-01-24 22:34:50 -05:00
GraphicsMod.h VideoCommon: add ability to serialize graphics mod to json object 2023-12-10 18:29:21 -06:00
GraphicsModAsset.cpp GraphicsModAsset: Reduce object churn a little 2024-01-24 22:47:22 -05:00
GraphicsModAsset.h VideoCommon: add ability to serialize graphics mod to json object 2023-12-10 18:29:21 -06:00
GraphicsModFeature.cpp GraphicsModFeature: Reduce object churn a little 2024-01-24 22:48:53 -05:00
GraphicsModFeature.h VideoCommon: add ability to serialize graphics mod to json object 2023-12-10 18:29:21 -06:00
GraphicsModGroup.cpp GraphicsModGroup: Allow heterogenous lookup for GetMod() 2024-01-31 12:05:17 -05:00
GraphicsModGroup.h GraphicsModGroup: Allow heterogenous lookup for GetMod() 2024-01-31 12:05:17 -05:00
GraphicsTarget.cpp GraphicsTarget: Reduce object churn a little 2024-01-24 23:00:01 -05:00
GraphicsTarget.h VideoCommon: add ability to serialize graphics mod to json object 2023-12-10 18:29:21 -06:00
GraphicsTargetGroup.cpp GraphicsTargetGroup: Reduce object churn a little 2024-01-24 22:52:58 -05:00
GraphicsTargetGroup.h VideoCommon: add ability to serialize graphics mod to json object 2023-12-10 18:29:21 -06:00