mirror of https://github.com/yuzu-mirror/yuzu
string_util: Remove ArrayToString()
An old function from Dolphin. This is also unused, and pretty inflexible when it comes to printing out different data types (for example, one might not want to print out an array of u8s but a different type instead. Given we use fmt, there's no need to keep this implementation of the function around.pull/8/head
parent
f1219e3a87
commit
c7387e6504
Loading…
Reference in New Issue