FireNX70

Results 9 issues of FireNX70

### Operating System Linux ### What's the issue you encountered? On recent nightlies, diffing takes an absurd amount of time. As an example; diffing two 600MB files takes about 5.5...

bug

### Operating System Linux ### What's the issue you encountered? #pragma pattern_limit only appears to work on the first file opened. On other files, it is simply ignored. If the...

bug

### Operating System Linux ### What's the issue you encountered? Attempting to run ImHex in a VM running Debian (using LLVMpipe for software rendering) will only render the window decorations....

bug

### Operating System Windows ### What's the issue you encountered? Found this when attempting to upgrade from 1.33.2 to a recent nightly. It seems the MSI installer upgraded whatever dependencies...

bug
stale

### Problem description https://gitlab.freedesktop.org/mesa/mesa/-/issues/11135 It turns out LLVMpipe only supports 4x multisampling. Checking GL_MAX_SAMPLES seems like the right thing to do. ### Implementation description ~~Right now, I only check GL_MAX_SAMPLES....

Resolutions higher than 6x are very prone to displaying garbage. 6x will display garbage in certain spots, although Zelda Spirit Tracks triggers this pretty easily. 5x seems fine. Tested on...

The last rendered frame is still displayed after stopping emulation. Happens with both OpenGL renderers. This doesn't affect the software renderer even with "OpenGL display" enabled. Not necessarily a bug...

Not much to say, pretty simple fix.

Based on @RSDuck's comments in https://github.com/melonDS-emu/melonDS/issues/2047. Right now it scales starting at 4.5x (effectively 5x). Based on some more recent testing, it looks like it should start scaling at 3.25x...