Advertisement
RetroRevo

TotK 1.1.0.pchtxt compatible with ryujinx

May 14th, 2023 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. @nsobid-D5AD6AC71EF53E3E52417C1B81DBC9B4142AA3B3
  2.  
  3. @flag print_values
  4. @flag offset_shift 0x100
  5.  
  6. // note to self: 00BB2D34 C0035FD6 disables certain particles
  7.  
  8. // Shadows Resolution
  9. @enabled
  10. 00D075AC 0B808052
  11. 00D075B0 17000014
  12. @stop
  13.  
  14. // Options for shadow resolution (may effect cascade distance)
  15. // | Code | Resolution |
  16. // |:-----------------:|:----------:|
  17. // | 00D075AC 0B018052 | 8 |
  18. // | 00D075AC 0B028052 | 16 |
  19. // | 00D075AC 0B048052 | 32 |
  20. // | 00D075AC 0B088052 | 64 |
  21. // | 00D075AC 0B108052 | 128 |
  22. // | 00D075AC 0B208052 | 256 |
  23. // | 00D075AC 0B408052 | 512 |
  24. // | 00D075AC 0B808052 | 1024 |
  25. // | 00D075AC 0B008152 | 2048 | (Crashes under certain conditions! Use 1024 if you encounter this)
  26.  
  27. // FXAA (Probably does nothing, but makes sure FXAA is not enabled)
  28. @enabled
  29. 027CA13C 000080D2
  30. 0188D0A0 000080D2
  31. @stop
  32.  
  33. // LOD (May only have an effect with certain settings on emulator, or specifically only on hardware)
  34. @enabled
  35. 00030BFC 0030B8D2
  36. 00837FBC 0030B8D2
  37. 021DEC24 0030B8D2
  38. @stop
  39.  
  40. // patchanon fixes (Not made by me)
  41.  
  42. // Disable FSR downscaling
  43. // 2023/05/10: addr changed from 00CAD348 to 00CAD340, wrong addr was used during 1.0 -> 1.1 port by accident, making it have small chance of not taking effect
  44. @enabled
  45. 00CAD340 08008052
  46. @stop
  47.  
  48. // Disable quality reduction when framerate dips
  49. // (game changes model LODs etc to match handheld, causing textures etc to visibly change)
  50. @enabled
  51. 00CAD34C C0000014
  52. @stop
  53.  
  54. // Chuck fixes
  55.  
  56. // 1792x1008 internal resolution instead of 1600x900
  57. @enabled
  58. 00CEA5BC F50300AA
  59. 00CEA5C0 83F6FE97
  60. 00CEA5C4 140040B9
  61. 00CEA5C8 E00315AA
  62. 00CEA5D4 F50700F9
  63. 00CEA5D8 08E080D2
  64. 00CEA5DC 097E80D2
  65. 00CEA5E0 0001221E
  66. 00CEA5E4 0001221E
  67. 00CEA5EC 2101221E
  68. @stop
  69.  
  70. @TransRightsAreHumanRights
  71.  
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement