emukidid / pcsxgc

A port of the PS1 emulator, PCSX, to the Nintendo GC/Wii
116 stars 6 forks source link

Enable reverb effect on settings (forgot to do that when fixing reverb code) #18

Closed saulfabregwiivc closed 1 year ago

saulfabregwiivc commented 1 year ago

I was seeing the changes from user @pcercuei on this PR https://github.com/emukidid/pcsxgc/pull/16, but here the author of that PR forgot to enable the reverb effect in the settings on the Gamecube/GamecubeMain.cpp file.

Here i enable it for finish enabling the reverb effect on PCSXGC. NOTE: please merge this PR after mergiong the previous one by @pcercuei https://github.com/emukidid/pcsxgc/pull/16

saulfabregwiivc commented 1 year ago

Closed as @pcercuei and @emukidid have done an option for enable/disable reverb.