Pokechu22

Results 169 comments of Pokechu22

> Also, the enabling/disabling part is just one way around? For example, enabling GPU Texture Decoding disables Arbitrary Mipmap Detection checkbox, but enabling Arbitrary Mipmap Detection does not disable GPU...

For more recent versions, I was able to do this as a workaround instead: ```python from ghidra.app.util.importer import MessageLog from gamecubeloader.common import SystemMemorySections from ghidra.app.util.bin import ByteProvider from ghidra.util.task import...

This is actually configurable. Right-click in the decompiler, select properties, and then scroll down. Different comment types can be enabled. ![image](https://user-images.githubusercontent.com/8334194/151873827-ec0f5b24-b2cb-4f32-a89d-da29675725ac.png) I agree that having them disabled by default is...

I think the message in errors.log is enough to cover integrity concerns, as it does make it obvious that this was in use. And, wikis where the certificate is broken...

Yeah, I only use it for specific domains that I confirmed ahead of time had content but also had an expired certificate; it's not something I have enabled all the...

`config[api]` is `str`, so probably the URL should also be `str`, good catch.

Anything holding up this being merged?

Is that still a problem now that Minecraft 1.12 requires Java 8?

Hm, yeah, I don't exactly know the version scheme that's used for LaunchWrapper. I don't personally see the issue with just saying "all versions after this one will require Java...

This crash (or a similar one; I haven't compared the crash screen) seems to happen immediately after updating the database, specifically after it finishes downloading the Wii one. I think...