Core: Alter the kernel string functions to use std::string instead of const char*.
Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
Loading
Please register or sign in to comment
Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.