libretro / swanstation

GNU General Public License v3.0
121 stars 22 forks source link

Medal of Honor 1 and 2 broken music #90

Closed KamiLordus closed 10 months ago

KamiLordus commented 11 months ago

Medal of Honor 1 and 2 have completely broken in-game music. RA 1.16 Win 11 CHD game image I think this is the same problem described here: https://github.com/libretro/swanstation/issues/82 Before the afb6bc7 update, both games worked without any problems. @DarthMew can you check it, or restore the swanstation version before afb6bc7? Because this patch breaks more than it fixes.

DarthMew commented 11 months ago

Have you even tried to toggle the option?

KamiLordus commented 11 months ago

I tested option "use alternative audio hook on/off". But it doesn't change anything for MoH 1 and 2 and Castlevania Chronicles.

edit: The games are in NTSC USA format. In addition to chd images, I also tested bin/cue images - same problem. I leave the retroarch log from turning Medal of Honor 1 on and off retroarch.log

KamiLordus commented 11 months ago

After extensive testing, I managed to determine the problem. The described problem occurs when the game is running with the auto-detect "Console region" setting. The same thing happens when we set NTSC (USA, Canada). However, both parts of MoH in NTSC format (USA) work properly when the "Console region" is set to PAL (Europe, Australia).

DarthMew commented 10 months ago

Very likely fixed with https://github.com/libretro/swanstation/commit/f88d108cb3982115dfff10905a8c2ab53676269a

KamiLordus commented 10 months ago

Thank you very much. Now it works without any problem.