KJNeko / Atlas

A replacement program written in c++ to replace Game-List (f95zone game manager)
GNU General Public License v3.0
18 stars 3 forks source link

Binder fix #138

Closed KJNeko closed 1 year ago

KJNeko commented 1 year ago

Redo a lot of Binder code that makes it use a single executor function instead of having multiple implementations of it. Resulting in cases where one implementation might handle something wrong compared to the others.

Fixes issue where the f95_zone_data import from remote had a wrong parameter count. (Had 11. Expected 13)