diff --git a/Makefile.libretro b/Makefile.libretro index 7bc5541..c030136 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -2,11 +2,6 @@ DEBUG = 0 LOGSOUND = 0 FRONTEND_SUPPORTS_RGB565 = 1 - -ifneq ($(EMSCRIPTEN),) - platform = emscripten -endif - ifeq ($(platform),) platform = unix ifeq ($(shell uname -a),)