RetroArch/config.mk

13 lines
114 B
Makefile
Raw Normal View History

2010-05-28 15:36:38 +00:00
BUILD_OPENGL = 1
2010-08-19 13:27:41 +00:00
BUILD_FILTER = 1
2010-05-28 15:36:38 +00:00
2010-08-16 15:48:21 +00:00
BUILD_RSOUND = 1
2010-08-16 20:51:56 +00:00
BUILD_OSS = 1
BUILD_ALSA = 1
BUILD_ROAR = 1
2010-05-28 15:36:38 +00:00
2010-05-29 14:59:57 +00:00
2010-08-16 15:48:21 +00:00
PREFIX = /usr
2010-05-28 15:36:38 +00:00