Results 761 comments of emoose

Ah neat, looks like that's wrapping the X360 lib I linked, but also gives me an OOB error too... Looking at the code it seems to be trying to get...

Pretty weird disc, couldn't see any XGD/GDFX headers in the normal locations, but hex editor does show some XEX2 headers - the regular ISO9660/UDF part doesn't contain any XEXs neither,...

Ah darn, I tried looking into some XGD tool code too but seems pretty much everything uses the same static offsets that we're looking in. My guess is maybe the...

Yeah it probably is overkill for just one disc lol, would be nice to have it documented how that stuff works though - wouldn't be surprised if some site like...

Thanks, just had a look at it and does seem like SS/PFI might be linked with the XGD sector, at least some of the values do seem to make sense:...

abgx360 seems to be able to merge SS/PFI/DMI, used to be the main tool to use with games on modded firmware, doesn't seem to like working with the trial disk...

Added the offset for this disks XGD in commit above, I don't have winfsp setup right now though so haven't tried it myself yet. If you'd like to test it...

Mostly looks good so far, thanks for taking a look at it! Only problem I've spotted is with the `// Work out the retail data partition size` section being moved...

Nice changes! I like the VFS idea, a lot cleaner keeping a single drive under a single drive letter. With "net use" I'm assuming it works fine with ISOs/packages but...

Ah darn, no idea how we'd be able to fix that, it seems WinFsp's loader is ran as SYSTEM but I guess doesn't pass that onto the FS being mounted,...