1117b477c7
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
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
$OpenBSD: patch-src_remote_cpp,v 1.1.1.1 2007/09/28 14:18:17 jasper Exp $
|
|
--- src/remote.cpp.orig Wed Sep 19 17:22:26 2007
|
|
+++ src/remote.cpp Wed Sep 19 17:22:42 2007
|
|
@@ -22,6 +22,7 @@
|
|
|
|
#ifndef WIN32
|
|
# include <unistd.h>
|
|
+# undef _BSD_SOCKLEN_T_
|
|
# include <sys/socket.h>
|
|
# include <netdb.h>
|
|
# ifdef HAVE_NETINET_IN_H
|