PolyCat

Results 7 comments of PolyCat

btw. The solution I found is to install the flatpak version or to get the normal version of polymc and then run `sudo dnf install qt5-qtsvg` in the terminal. The...

Imma jump in here and show off a client for Linux. I've been using it and it works wonders: https://flathub.org/apps/org.v1993.NXDumpClient

From what I saw, the cause most probably is the TitleBG.pack file. I think the only way to fix this is to do what BCML does, which I do not...

Great idea! I'm looking thru the code to see if I can implement this.

ok. I think I found the part that prints out the output. It's at the bottom of `data_transfer_progress_display.cpp` ```c++ std::string DataTransferProgressDisplay::GetFormattedSizeString(double size) { char strbuf[0x40] = {0}; utilsGenerateFormattedSizeString(size, strbuf, sizeof(strbuf));...

Aha, I see. Thx a lot for the clarification. I hoped it would be as easy as adding a few argumets to render the text a certain color but I...

ok. I looked around in the code and I tracked down the issue to the `usbCommandHandler()` function. It might be Linux thing. Imma have a look at it on a...