Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

desmume-glade(1) [debian man page]

DESMUME(1)						      General Commands Manual							DESMUME(1)

NAME
desmume-glade - Nintendo DS emulator SYNOPSIS
desmume-glade [options] files... DESCRIPTION
This manual page documents briefly the desmume-glade program desmume is a Nintendo DS emulator running homebrew demos and commercial games. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --load-slot=NUM Loads savegame from slot NUM --soft-convert Use software colour conversion during OpenGL screen rendering. May produce better or worse frame rates depending on hardware. --3d-engine=ENGINE Select available 3d emulation: 0 = 3d disabled 1 = internal desmume software rasterizer (default) 2 = osmesa or gtkglext opengl (if available, depending on compilation options, see desmume --help) --disable-limiter Disables the 60 fps limiter --arm9gdb=PORT_NUM Enable the ARM9 GDB stub on the given port --arm7gdb=PORT_NUM Enable the ARM7 GDB stub on the given port -h, --help Show summary of options. -v, --version Show version of program. INPUT
Mouse cursor acts as stylus, mouse click replaces stylus touch. Keyboard can be configured and by default works as follows: F1-F10 load savegame from slot 1-10 Shift+F1-F10 save game to slot 1-10 Non-keypad arrows act as d-pad z = A x = B a = Y s = X q = L w = R Enter = START Left Shift = SELECT Desmume accepts joystick events, which can be configured by user. AUTHOR
desmume was written by DeSmuME team (http://sourceforge.net/projects/desmume). This manual page was written by Pascal Giard <pascal@debian.org>, for the Debian project (but may be used by others). June 26, 2007 DESMUME(1)

Check Out this Related Man Page

GLADE(1)						      General Commands Manual							  GLADE(1)

NAME
glade - GUI Builder for GTK+ SYNOPSIS
glade [options] file DESCRIPTION
Glade allows a graphical interface to be designed from within a graphical interface, instead of written as a program using a function or class library. The creation of various GTK graphical "widgets" is supported, allowing a programmer to concentrate on implementation of an applications functionality, instead of the presentation. OPTIONS
-h, --help Show summary of options. -without-devhelp Disable Devhelp integration --display=DISPLAY X display to use -v, --version Show version of program. Glade also accepts the standard GNOME and GTK options. FILES
A single input XML file may be given as an argument. This file should have been previous created by an interactive session with Glade. AUTHOR
glade was written by Chema Celorio <chema@ximian.com>. This manual page was written by Justin Pryzby <justinpryzby@users.sf.net>, for the Debian project (but may be used by others). SEE ALSO
gtk-options(7), gnome-options(7) The online documentation available through the program's Help menu. 24 January 2005 GLADE(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Convert MS Excel file to Tab limiter file in UNIX

Hi, We have a couple of ms excel files in unix server.We need convert the excel files to files TAB limiter format file with using unix script. Could you please advise on this (2 Replies)
Discussion started by: koti_rama
2 Replies

2. Programming

help with atoi and macros in C

I have a PORT_NUM macro (10 digits long number) in a server file, if i do htons(PORT_NUM) i get warning: this decimal constant is unsigned only in ISO C90 warning: large integer implicitly truncated to unsigned type whats wrong with this? (2 Replies)
Discussion started by: omega666
2 Replies