mirror of
https://github.com/punesemu/puNES.git
synced 2025-04-02 10:52:49 -04:00
aggiungere la gestione di un filtro audio modulare. Aggiunta gestione parametro "audio filter" da riga di comando e nel file di confiturazione. Aggiunto nella versione GTK+ il sottomenu nel menu "Audio".
23 lines
488 B
Makefile
23 lines
488 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
O_SRCS :=
|
|
C_SRCS :=
|
|
S_UPPER_SRCS :=
|
|
OBJ_SRCS :=
|
|
ASM_SRCS :=
|
|
OBJS :=
|
|
C_DEPS :=
|
|
EXECUTABLES :=
|
|
|
|
# Every subdirectory with source files must be described here
|
|
SUBDIRS := \
|
|
src \
|
|
src/openGL \
|
|
src/mappers \
|
|
src/gui/windows \
|
|
src/glew \
|
|
src/filters/video \
|
|
src/filters/audio \
|
|
|