Unknown W. Brackets

Results 673 comments of Unknown W. Brackets
trafficstars

@dantheman213 Just to go into more detail: https://github.com/hrydgard/ppsspp/pull/7885/files#diff-9c6d01ab53b5e80035c125d3bfe17c11R84 ``` c++ class ImportExportFilesScreen : public UIDialogScreenWithBackground { ``` This is the appropriate place to define ImportExportFilesScreen-specific methods. You would not expect...

I'm not really sure if anyone is using XP, but I'm probably going to wait a bit longer to drop support since there's no strong motivator for it yet. -[Unknown]

The latest two releases now have warned that XP support is likely to be dropped, so I'll probably merge this before next release. -[Unknown]

Overall, I've aimed to make more "lossless" optimizations than lossy ones. I'm not against update removal. I'm not sure what CisoPlus does, but I guess the right thing would be...

It's also possible for an ISO to have data that isn't addressable as a file. PSP or PS2 games can of course access this data, still, so there's no sure...

The CSO format understood by most tools doesn't really have space for it: https://github.com/unknownbrackets/maxcso/blob/master/README_CSO.md#format-version-1 That said, the format could be changed to allow for the CRC to be stored somewhere,...

Will take a look. If you want, you can also try writing a GUI that runs maxcso as a library. The CLI is actually just using the "main library" here:...

That's interesting. I'd suggest defaulting the threads to at least half the available (if not all, like maxcso does by default), because maxcso tries multiple methods and can be slower...

Only mode 1 discs are supported. Mode 2 discs (often used with PS1 games) aren't supported. Emulators and other CSO software don't support CSOs for sectors of odd sizes either...

This is intentional. 0x7F800001 (CF_MAX_EXP) is also not a number, it's showing the behavior of non-IEEE floats. -[Unknown]