mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-18 23:34:53 +01:00

Avoids the use of the null pointer to represent an empty string. Instead, we can simply pass an empty string_view instance. Using std::string_view enforces this invariant at the API level.