Random06457 / SwitchPresence

A Nintendo Switch custom sysmodule for Discord Rich Presence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad definition of Module_Discord

SciresM opened this issue · comments

Hey, it looks like you defined Module_Discord = 789 -- the maximum module ID for switch error codes is 511 (because the field gets encoded in 9 bits).

This leads to truncation of your error codes/loss of information/corruption of the description field.

I would recommend choosing a module with a lower number :)