Results 413 comments of i30817

You can also preprocess the input strings such that the fuzz operation occurs in x and the result is (x,y) with y being the original string. Then you preprocess things...

Only positive filters like the UI right? Followup i'd suggest would be moving these filters to their own dedicated zone in the tab.

Denylisting is worse than allowlisting because the next time another specialized format happens you'll have to do it again. Imo, this should go to another directory even, because you can't...

Unfortunately, most apis (python included) make no hard distinction on getting a file or subdirectory (except of course, open() a directory fails, which is probably better by failing earlier) so...

Seems like this might be because of the zip header reading implementation, not the paths per-se, since the path before the zip has the accent. Can you load it if...

I think that in RA a particular 'shoulder' button set in the retropad is mapped to be 'analog' (ie, it can be 'half pressed'). May it be the case that...

This should be possible, i'm pretty much forced to do the same thing in rhdnet to calculate md5sums to match: https://github.com/i30817/rhdndat/blob/master/rhdndat/__main__.py#L563 Though my 'detection' actually isn't automatic but controlled by...

The point i'm making is that this would make all hack hashes wrong, which probably means you shouldn't do this because hack hashes are harder to regenerate (that my PRs...

Ok, i basically have no complaints if i'm allowed to merge a PR in libretro-database to replace the current (very old and incomplete) database of nes hacks by a version...

BTW this isn't directly relevant since it was already said the nes header can be checked directly, but i suspect some of the nes roms in no-intro _already_ don't have...