VisualBoyAdvance is an emulator for Nintendo's Gameboy Advance. It also supports emulation of the Gameboy (classic), Gameboy Pocket, Gameboy Color and Gameboy Advance SP. Some of the main features are: - option to use BIOS file - zip/gzip file support - graphic filters Normal, TV Mode, 2xSaI, Super 2xSaI and more - interframe blending support - built-in ARM/THUMB assembly debugger - 10 save states accesible through keyboard - automatic battery file load/save - auto-fire support - 16, 24 and 32 bit desktop support - GDB remote debugging - AGBPrint support for development - RTC support with a tweak from Gleydson Soares
13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
$OpenBSD: patch-src_sdl_Makefile_in,v 1.1.1.1 2007/09/28 14:18:17 jasper Exp $
|
|
--- src/sdl/Makefile.in.orig Wed Sep 19 17:26:31 2007
|
|
+++ src/sdl/Makefile.in Wed Sep 19 17:26:45 2007
|
|
@@ -70,7 +70,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
INTLLIBS = @INTLLIBS@
|
|
-LDFLAGS = @LDFLAGS@
|
|
+LDFLAGS = @LDFLAGS@ -lintl -liconv
|
|
LEX = @LEX@
|
|
LEXLIB = @LEXLIB@
|
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|