Nintynuts

Results 16 issues of Nintynuts

# What I've done so far: - properly parse parameters & registers to create declarations linked to registers. (I think there is a bug with the disassembler, which I have...

_Originally posted by @davegl1234 in https://github.com/bo3b/3Dmigoto/issues/156#issuecomment-1129946680_ > Regarding the gedosato code, the functionality that was actually needed for DX9 I've since reimplemented, but functionally different (so no concerns there). E.g...

_Originally posted by @DarkStarSword in https://github.com/bo3b/3Dmigoto/issues/156#issuecomment-1128375252_ > [...] some potential licensing concerns over the use of 3rd party font rendering code that I was trying to determine if it could...

https://developer.android.com/guide/topics/ui/foldables I have an LG V50 which I am happy to use for testing. Or I could try adding support myself (I'm a programmer, but I don't know citra).

- The version (commit hash) of Citra: not sure. The version released on android play store on 23rd May 2020 - Detail for the issue to be reproduced: Run the...

bug

### Operating System Windows ### What's the issue you encountered? When hovering over a byte with a bitfield pattern applied, only 5 bits are shown (and not just the set...

bug

### Operating System Windows ### What's the issue you encountered? When entering hex with the keyboard, - Enter key does not begin editing a byte (only double click) - Sometimes,...

bug

### Operating System Windows ### What's the issue you encountered? While pattern sync is enabled, sometimes editing a pattern will cause a crash. Doing the same edit after recovering the...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### What feature are you suggesting? This supersedes what's covered in #4255, with the...

First I was getting a warning for this line of hlsl: `r3 = mul(r0.xyz, (float3x4)gWorldToProj);` saying: > Implicit truncation from 'float3x4' to 'float1x4 Which is clearly wrong, since it's explicit...