libretro / libretro-atari800

atari800 3.1.0 for libretro/libco WIP
15 stars 43 forks source link

retrofw target remove findstring #78

Closed Poligraf closed 2 years ago

Poligraf commented 2 years ago

Change else ifneq (,$(findstring retrofw,$(platform))) to else ifeq ($(platform), retrofw) its easier to read and will not break in future