Conversation
TotalCaesar659
commented
May 22, 2020
|
So unfortunately, hhn is a POSIX specific extension, and most likely won't work properly in a cross platform setting. At this point, it might make more sense to start using pcsx-redux/src/gui/widgets/dwarf.cc Line 40 in c3a4c46 |
Codecov Report
@@ Coverage Diff @@
## master #213 +/- ##
=========================================
- Coverage 1.61% 1.61% -0.01%
=========================================
Files 134 134
Lines 35564 35568 +4
=========================================
Hits 574 574
- Misses 34990 34994 +4
Continue to review full report at Codecov.
|
|
@nicolasnoble I tried to understand this fmt, but please, help)) |
|
Right, well, moving over to fmt::format isn't a small undertaking :-) A lot of various algorithms and memory management routines around these functions need to change drastically. This is something that can be done at a later time. There's still much to be done :) |
|
Yeah, we can save that for later. |