summaryrefslogtreecommitdiff
path: root/src/common/hex_util.cpp
AgeCommit message (Collapse)Author
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-23hex_util: Replace logic_errors with LOG_CRITICALZach Hilman
Makes it so malformed hex strings do not crash the entire program.
2018-08-15common: Namespace hex_util.h/.cppLioncash
It's in the common code, so it should be under the Common namespace like everything else.
2018-08-11common: Move hex string processing to separate fileZach Hilman