erri120 / GameFinder

.NET library for finding games.
GNU General Public License v3.0
57 stars 5 forks source link

Fix crash in EADesktopHandler with multiple video controllers #132

Closed Nutzzz closed 4 months ago

Nutzzz commented 7 months ago

This fixes the crash mentioned in #114 when multiple video controllers exist. Naively picking the first entry may not work for everyone, but it seems to be the right choice most of the time.

Nutzzz commented 7 months ago

Re-submission of PR #131 after signing commit

Nutzzz commented 4 months ago

@erri120 : Note you approved, but never pulled this. After testing it appears that EA does indeed just pick the first entry, so this is the correct method.