libretro / vbam-libretro

A fork of VBA-M with libretro integration
24 stars 29 forks source link

Random crashes at startup #19

Closed andres-asm closed 5 years ago

andres-asm commented 9 years ago

This commit causes random crashes on windows x64, I bisected and as weird as it is it's the first broken commit.

https://github.com/libretro/vbam-libretro/commit/a7d9a2ad07902d4eddfac1f6ca2cb3f99085d834

Also, now that input remapping options are working, maybe I should revert my alternate mappings commits?

Tatsuya79 commented 6 years ago

It crashes all the time now on win7 x64. Reverting that commit didn't help.

Killing everything about controller_layout and emptying retro_set_controller_port_device makes it work again.

ghost commented 5 years ago

this should not be a problem with latest commit, latest in upstream has this alternate layouts removed as well (should just use api to remap, for now...)