binji / binjgb

Gameboy emulator implemented in C, that also runs in the browser
https://binji.github.io/binjgb/
MIT License
534 stars 61 forks source link

Inverted panning #58

Closed StudioGuma closed 2 days ago

StudioGuma commented 3 months ago

When I play a prototype I made with sound effects panned to the left or right ear, they play out of the opposite ear they’re supposed to.

The so_output[SOUNDn][0] and so_output[SOUNDn][1] functions in emulator.c could have been swapped with each other.