notaz / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
294 stars 168 forks source link

Virtua Fighter choppy audio #2

Closed clobber closed 6 years ago

clobber commented 11 years ago

Broke in this commit https://github.com/notaz/picodrive/commit/0c720b9144eefaa55c654035a046e52c42126053

notaz commented 11 years ago

What are you running this on? Before that commit the emulated SH2s were underclocked too much (breaking other games), so probably your device is not fast enough to run this.

You can also try latest git, but that's all moot because this game isn't currently stable and will crash randomly (on all versions).

clobber commented 11 years ago

Ah sounds like it could be too slow possibly. Running on a 2.26 GHz Core 2 Duo P7550 and the process was using ~85% cpu

notaz commented 6 years ago

I've pushed x86 dynarec support, should be fast enough on such machine now hopefully.