Skip to content
  • Lioncash's avatar
    string_util: Remove ArrayToString() · c7387e65
    Lioncash authored
    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.
    c7387e65
Loading