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
The compatibility checker currently runs through all roms serially, that's mostly fine but we've got enough threads and the problem is embarassingly parallel so lets do better and share the load across threads instead.
The compatibility checker currently runs through all roms serially, that's mostly fine but we've got enough threads and the problem is embarassingly parallel so lets do better and share the load across threads instead.