snes9x-rr
snes9x-rr copied to clipboard
Fixed a compile error on g++ regarding const comparison functors in config parser
Related issue: #14 Fails to compile on g++ due to const-ness errors. Marked comparison functions for ConfigEntry as const. Edit: This issue appears in the unix/ build using ./configure && make