camthehaxman

Results 6 comments of camthehaxman

Please download the latest version and see if this issue still persists. The 3DS stick deadzone has been increased to prevent the "drifting" effect on real consoles.

What if we scaled large textures down to a supported size? There's obviously some quality loss, but it would be better than not showing the textures at all.

There's still another one. ``` ./diff.py:1034: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead elif hasattr(ast, "Num") and isinstance(node, ast.Num): # , pre 3.8...

The regex doesn't appear to be compatible with the map file anymore, at least the one in my smb-decomp repo. I seem to remember the map file format changed between...

My distro doesn't have any older Python versions, but I'm 99% sure it's an issue with the regex. I'll look into it later and see what the differences are.

SMB's map file format looks like this ``` .text section layout Starting Virtual address Size address ----------------------- 00000000 000000 800065a0 1 .text c++_exception_data.s.o 00000000 0002f8 800065a0 1 .text main.c.o 00000000...