mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
adcfefecde
OnBootDrive used the "drives" member std::vector for drive paths, but since PR #4363, this vector is not populated anymore, so we were accessing it out of bounds. Actually, drives was not needed in the first place, since we can get the wxMenu from the event, and from there, get the label directly.