Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 1 | -2/+2 | |
2018-08-23 | hex_util: Replace logic_errors with LOG_CRITICAL | Zach Hilman | 1 | -5/+17 | |
Makes it so malformed hex strings do not crash the entire program. | |||||
2018-08-16 | common: Namespace hex_util.h/.cpp | Lioncash | 1 | -0/+4 | |
It's in the common code, so it should be under the Common namespace like everything else. | |||||
2018-08-12 | common: Move hex string processing to separate file | Zach Hilman | 1 | -0/+27 | |