David Khristepher Santos

Results 220 comments of David Khristepher Santos

I'm compiling a list of cases that need to be tested. While they might seem the same, they might have different code paths (while some might share the same code...

This build should have the fix. If you can test it and some other features, it would be greatly appreciated, thanks! https://github.com/RupertAvery/DiffusionToolkit/actions/runs/10442192936/artifacts/1824889263

Can you be more specific? What do you want to do? Do you want to control the name of the output file? Currently you can use the built-in game database...

Hi, please try the lastest updates. I'm not sure as to the cause, but the bug I just fixed was preventing the emulation from running at all. I swear it...

`MetadataExtractor/TagDescriptor.cs` @ L.370 ``` // TODO use ByteTrie here // Someone suggested "ISO-8859-1". var encodingMap = new Dictionary { ["ASCII"] = Encoding.ASCII, ["UTF8"] = Encoding.UTF8, #pragma warning disable SYSLIB0001 //...

An ugly hack, but I used this as a workaround for my purposes. ```cs if (idCode == "UNICODE") { var encoding = commentBytes[8] == 0 ? Encoding.BigEndianUnicode : Encoding.Unicode; var...

Do you have more details about diskcache and how it's used in A1111? Not familiar with it. I really need to update my A1111 install.

It looks like diskcache uses sqlite as a backend, so going to that directly would probably be easier than replicating/porting the diskcache api

I just downloaded PSXPackager GUI 1.6.3, extracted to a folder, runs with no issues. Is there any error message?