mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-19 02:13:17 -03: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