GerbilSoft

Results 206 comments of GerbilSoft

Directory layout is the same in `/usr/share/rom-properties/cache` as in `~/.cache/rom-properties`, so copying them over should work.

I fixed some issues that prevented Manjaro GNOME 20.0.3 from loading images from the system-wide cache directory correctly. (On debug builds, it also broke internal images due to an assertion.)...

I'll have to test this again then. You're still using Manjaro GNOME 20.0.3, right?

I'll need to take a closer look at this before merging, since I haven't used async functions on Windows.

There seems to be some visual artifacting when updating the onscreen messages when registering/unregistering DLLs. I'll take a look at fixing this first.

I'm not sure what's causing the weird window updating. ~~Also, it looks like both DLLs are registered in parallel, which is probably not a good idea, since they both touch...

Build instructions are available in [doc/COMPILING.md](https://github.com/GerbilSoft/rom-properties/blob/master/doc/COMPILING.md) . A distro-agnostic release might be difficult because of the nature of extension libraries, since this isn't a standalone program per se.

This may be related to Windows requiring square sizes for IExtractIcon. (well, not requiring, but breaking horribly if that's not done) On Windows Vista and later, "large" previews should use...

I've been considering adding PS3 support for a while, but never got around to it. For disc images: AFAIK part of the disc is encrypted while other parts are not....

What I'll probably do here is rework the entire disc image handling to detect disc formats on a lower level (e.g. RomDataFactory). That way, things like the GameCube parser won't...