Hi, for several Games i have been tweaking the AR codes to fit a 32:9 Ratio Monitor, as ive seen no codes for them.
For example i changed a 16:9 AR code for pikmin from:
041FDF40 C3A28300
043E8500 3FE38E39
To:
041FDF40 C3A28300
043E8500 40638E39
I believe it worked correctly, i did the same for Animal crossing. The way i did this was to divide the amount of pixels my display has in width with height(5120/1440) = 3.5555555 which input into here: https://www.h-schmidt.net/FloatConverter/IEEE754.html gives the hex value needed.
However, i have found some games only have gecko codes that work, pikmin 2 for example.
Does anyone know how i may go about adjusting this code to fit for 32:9?
I noticed the underlined segments are the only changing values between 16:9, 21:9 and 48:9. I appreciate any help!
21:9
C241A434 00000003
3DC03FE3 91C24000
C01F002C C2224000
EC110032 00000000
C23BB844 00000003
3DC03FE3 91C24000
C3C6002C C2224000
EFD107B2 00000000
C241AD98 00000004
3C803F12 90820000
C2220000 C0030000
EC110032 D0030000
38800000 00000000
C2434EBC 00000002
3DC03F0A 91DC00CC
60000000 00000000
For example i changed a 16:9 AR code for pikmin from:
041FDF40 C3A28300
043E8500 3FE38E39
To:
041FDF40 C3A28300
043E8500 40638E39
I believe it worked correctly, i did the same for Animal crossing. The way i did this was to divide the amount of pixels my display has in width with height(5120/1440) = 3.5555555 which input into here: https://www.h-schmidt.net/FloatConverter/IEEE754.html gives the hex value needed.
However, i have found some games only have gecko codes that work, pikmin 2 for example.
Does anyone know how i may go about adjusting this code to fit for 32:9?
I noticed the underlined segments are the only changing values between 16:9, 21:9 and 48:9. I appreciate any help!
21:9
C241A434 00000003
3DC03FE3 91C24000
C01F002C C2224000
EC110032 00000000
C23BB844 00000003
3DC03FE3 91C24000
C3C6002C C2224000
EFD107B2 00000000
C241AD98 00000004
3C803F12 90820000
C2220000 C0030000
EC110032 D0030000
38800000 00000000
C2434EBC 00000002
3DC03F0A 91DC00CC
60000000 00000000