You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to build 5.0-12631-g89a4df725d pulled from libretro-super via ./libretro-fetch.sh dolphin gives a bunch of errors around ARCode and Patch not having a member named active. Both of these structs seem to have an enabled member which I assume fills the same role, and updating references of active to enabled allows the build to pass. Not sure if this is the correct fix, or if this struct member is for something different.