95 lines
3.0 KiB
Plaintext
95 lines
3.0 KiB
Plaintext
DeSmuME
|
|
_________________________________________
|
|
Copyright (C) 2006 yopyop
|
|
Copyright (C) 2006-2007 DeSmuME team
|
|
|
|
|
|
1) Compiling instructions...................................13
|
|
2) How to use DeSmuME.......................................51
|
|
3) Contact information.....................................166
|
|
4) Disclaimer..............................................185
|
|
|
|
|
|
1 Compiling instructions______________________________________
|
|
|
|
DeSmuME is written in C, and the Cocoa interface was written
|
|
in Objective-C. It uses the Cocoa, OpenGL, and zlib libraries.
|
|
So you need a working C and Objective-C compiler, such as
|
|
GCC for Mac OS X.
|
|
|
|
* Cocoa and OpenGL come standard with Mac OS X
|
|
|
|
* zlib can be found at http://www.zlib.net, and may
|
|
also come with Mac OS X.
|
|
|
|
DeSmuME for Mac OS X is being developed with the CodeBlocks
|
|
IDE, but one may also use Apple's Xcode Interface.
|
|
|
|
2 How to use DeSmuME__________________________________________
|
|
|
|
DeSmuME for Mac OS X does not support all the features of the
|
|
Linux and Windows versions.
|
|
|
|
To install DeSmuME, copy DeSmuME.app into the folder of your choice
|
|
(Applications folder is recommended).
|
|
|
|
Double click the application to launch DeSmuME.
|
|
|
|
Most options can be found in the menu's at the top of the screen.
|
|
|
|
Click the lower screen for DS touch-screen input.
|
|
|
|
Here are the default key mappings(they may be subject to change):
|
|
Up arrow - Up
|
|
Left arrow - Left
|
|
Down arrow - Down
|
|
right arrow - Right
|
|
v - A button
|
|
b - B button
|
|
g - X button
|
|
h - Y button
|
|
c - Left Trigger
|
|
n - Right Trigger
|
|
enter - Start button
|
|
space - Select button
|
|
|
|
Shift + F1 (through F10) will save the state with the corresponding number.
|
|
F1 (through F10) will load the state with the corresponding number.
|
|
|
|
3 Contact information_________________________________________
|
|
|
|
General inquiries should go to:
|
|
E-mail: guillaume.duhamel@gmail.com
|
|
|
|
Mac OS X Port-related inquiries should go to:
|
|
E-mail: reversegecko@gmail.com
|
|
|
|
Web: http://desmume.sourceforge.net
|
|
|
|
Please don't ask for roms, bios files or any other copyrighted
|
|
stuff.
|
|
|
|
If you want to submit a bug report, please run desmume, go into
|
|
the "Help" menu, and click on "Submit a bug report". If you're
|
|
having trouble with it, please feel free to email.
|
|
|
|
|
|
4 Disclaimer__________________________________________________
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public License as
|
|
published by the Free Software Foundation; either version 2 of
|
|
the License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be
|
|
useful,but WITHOUT ANY WARRANTY; without even the implied
|
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
PURPOSE. See the GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public
|
|
License along with this program; if not, write to the Free
|
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
MA 02111-1307 USA
|
|
|
|
See the GNU General Public License details in COPYING.
|