mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-13 16:00:27 -05: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.
46 KiB
46 KiB