mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-15 08:20:11 -06:00
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.