Ilya
Ilya
```json gamesOwned:"LAN_PC|MP3_PC|GTAV_PC|RDR2_PC|Launcher_PC|GTAV_ifruit_iOSRos|Beaterator_Psp" ``` [Beaterator](https://en.wikipedia.org/wiki/Beaterator) was a PSP game
Trying to compile on MSYS2 MINGW64 and getting ``` ld.exe: C:\msys64\tmp\ccNH0hGd.o:flips.cpp:(.text+0x83): multiple definition of `.weak.__cxa_pure_virtual._ZN4fileD2Ev' ```
Thanks, it works. I feel stupid, I just automatically scrolled to the actual code and didn't notice the `extern` definition
are you using samsung nvme driver instead of default microsoft? I had filesystem corruptions on ntfs before with very strange issues, and mostly when using chromium-based apps
This is still happening. Also the single pinned folder will randomly change to some other folder, usually after reboot, but often enough while you use the PC.
Also happens when you reformat btrfs partition to something else on any disk (including fixed drives)
I'm relying on OS UDF driver to read file contents (precisely to benefit from error correction and speed up the process). I'm only reading ISO 9660 table to get the...
Getting the information about the available free space is not as trivial as people think it is, I already try to check it before starting the whole process. Currently it...
It is impossible to create IRD files without original PS3/4 drive that contains disc key decryption ASIC as it was never reverse-engineered (at least not publicly)
Not the perfect example, but what I've been trying to do  I've tried to declare and return array of strings in the function, but couldn't figure out how data...