shonumi / gbe-plus

DMG/GBC/GBA emulator and experimental NDS emulator.
GNU General Public License v2.0
501 stars 79 forks source link

[Qt] Fix a typo in the settings dialog code #163

Closed randomusername-a closed 4 months ago

randomusername-a commented 4 months ago

This part of the code set the fragment shader widget to false twice, instead of the second time being to the vertex shader widget.

shonumi commented 4 months ago

Nice catch! Thanks!