pj64team / Project64-Legacy

Finishing what we started.
81 stars 7 forks source link

Fix multi-select delete in cheat search #26

Closed parasyte closed 2 years ago

parasyte commented 2 years ago

It's ugly, but it works!

Iterates the selected items in the ListView and deletes them from the cheat device. The magic next - i is needed because the iterator and cheat device are different views.

oddMLan commented 2 years ago

Lovely, this is such a nice QoL change