desmume/desmume
yabause 8dc26100ec Removed CWX from README files (and changed my email) 2008-04-24 14:44:45 +00:00
..
autopackage Ignore generated files. 2007-05-11 05:28:19 +00:00
debian Ignore debhelper files. 2007-07-17 04:39:49 +00:00
po Added Brazilian Portuguese translation by Dreampeppers99. 2007-09-15 06:22:38 +00:00
src cocoa port: uses utf8 to pass strings to the emulator core instead of ascii. the load state from file menu item was actually saving the state instead of loading. the save state to file option now pauses emulation, so you can save the state the emulator is in when you choose to save, not when you choose the file. also, cocoa port changes in the chanlog will be listed under under macos x instead of cocoa since thats probably more well understood 2008-04-24 06:00:20 +00:00
.cvsignore Ignore the build-stamp. 2007-07-17 03:17:31 +00:00
AUTHORS Initial Mac OS X interface commit 2007-08-11 19:23:45 +00:00
COPYING This commit was generated by cvs2svn to compensate for changes in r5, 2006-04-05 20:14:28 +00:00
ChangeLog - Forgot to add stuff on the 0.8.0 release :P 2008-04-24 13:21:59 +00:00
INSTALL Updated to the latest version from the FSF. 2007-06-29 06:29:16 +00:00
Makefile.am fixed "make dist" and updated version number before releasing :) 2007-08-11 23:45:06 +00:00
NEWS This commit was generated by cvs2svn to compensate for changes in r5, 2006-04-05 20:14:28 +00:00
README cocoa port / documentation updates 2007-08-19 10:47:35 +00:00
README.LIN Removed CWX from README files (and changed my email) 2008-04-24 14:44:45 +00:00
README.MAC disabled excessive FAT logging from last commit. cocoa port: fixed minor touch screen bug in cocoa port, key config now charcode based instead of key code (hopefully fixes issues with international keyboard), key setup saved in userconfig (can be changed from the command line), save/load state hotkeys moved to the number keys instead of the f buttons since expose/hardware functions are usually mapped to the f buttons 2008-04-09 05:45:24 +00:00
README.TRANSLATION Cocoa Port: updated documentation, video output view moved into it's own file, input class added, fixed window resizing bugs, ROM Info interface updated and icon preview added, much improved about window, emulation moved to separate threadd, xcode project file added (compile from xcode or codeblocks) 2008-04-01 04:59:52 +00:00
README.WIN Removed CWX from README files (and changed my email) 2008-04-24 14:44:45 +00:00
TODO This commit was generated by cvs2svn to compensate for changes in r5, 2006-04-05 20:14:28 +00:00
autogen.sh Updated comment. 2007-07-26 17:25:42 +00:00
compile Fixed linux version (cli and gtk interfaces). Hope I didn't broke anything. 2006-10-12 21:59:58 +00:00
configure.ac Updated version number to 0.8 for autotools and added some missing 2008-04-21 13:59:20 +00:00

README

                        DeSmuME
        _________________________________________
        Copyright (C) 2006 yopyop
        Copyright (C) 2006-2007 DeSmuME team


1) Introduction.............................................13
2) Staff/Thanks.............................................36
3) Contact information......................................72
4) Disclaimer...............................................82


1 Introduction________________________________________________

DeSmuME is a Nintendo DS emulator under GNU GPL.

DeSmuME can boot homebrew and games, some of which are
playable.

For installation/how to use informations, check the ports
specific README files:

  * README.LIN for the linux port
  * README.WIN for the windows port
  * README.MAC for the mac port


2 Staff/Thanks________________________________________________

See the AUTHORS file for team members list.

Thanks to:

  * yopyop (original author of DeSMUME),
    for releasing the source code of this great emulator.

  * Martin Korth (author of GBATEK),
    for his well-written Gameboy Advance and Nintendo DS
    documentation.


3 Contact information_________________________________________

E-mail:	guillaume.duhamel@gmail.com
Web:    http://desmume.sourceforge.net
IRC:    irc://irc.freenode.net/desmume

Please don't ask for roms, bios files or any other
copyrighted stuff.


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.