From a20e7c4696930974c482b099bdacd6ee3b9bf343 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sun, 20 Jul 2003 11:51:27 +0000 Subject: FCE Ultra is an NTSC and PAL Famicom/NES emulator for various platforms, distributed under GPL. It is based upon Bero's original FCE source code. Current features include good PPU, CPU, pAPU, expansion chip, and joystick emulation. PR: 45166 Submitted by: HIYAMA Takeshi --- emulators/fceux/files/patch-Makefile.base | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 emulators/fceux/files/patch-Makefile.base (limited to 'emulators/fceux/files/patch-Makefile.base') diff --git a/emulators/fceux/files/patch-Makefile.base b/emulators/fceux/files/patch-Makefile.base new file mode 100644 index 000000000000..1a83dee26f69 --- /dev/null +++ b/emulators/fceux/files/patch-Makefile.base @@ -0,0 +1,8 @@ +--- Makefile.base.orig Sun Nov 10 02:13:55 2002 ++++ Makefile.base Sun Nov 10 02:14:00 2002 +@@ -1,4 +1,4 @@ +-CFLAGS = -Wall -Winline ${TFLAGS} ++CFLAGS += -Wall -Winline ${TFLAGS} + OBJECTS = fce.o x6502.o video.o general.o endian.o svga.o sound.o nsf.o fds.o netplay.o ines.o state.o unif.o input.o file.o cart.o crc32.o memory.o cheat.o debug.o + + fceu: fceu2 -- cgit v1.2.3