Emulated Kamen Rider Gate is broken
Quick summary
When either creating or loading the figure .bin files, the ID gets swapped with Type. Swapping these bytes in the file itself, loads the character name in the dialog correctly but the game still doesn't detect any characters.
Details
Creating Figure
Loaded created Figure
Figure .bin file with swapped bytes
Attach a log file
Attach capture files for visual issues
No response
System configuration
No response
Other details
No response
The figures are saved with type/id here: https://github.com/RPCS3/rpcs3/blob/81f5be30aa080ead84e32ad7fa27a5552ebdd6bd/rpcs3/rpcs3qt/kamen_rider_dialog.cpp#L234 but are loaded with id/type here: https://github.com/RPCS3/rpcs3/blob/81f5be30aa080ead84e32ad7fa27a5552ebdd6bd/rpcs3/rpcs3qt/kamen_rider_dialog.cpp#L388-L389
@FlexBy420 wasn't this issue reported as fixed in #17662?
Already said in that PR that it doesn't fix it.
@FlexBy420 did you try to delete the old bin files and create new ones ?