You are not logged in.

Read the FAQ and Knowledge Base before posting.
We won't make a 3DS/2DS emulator.

#1 Re: Support II (decommissioned) » Help with Mac and 0.7.3, please! » 2007-12-30 16:48:06

Background rotation also works fine for me.
- devkitARM v20
- PAlib 070717

Note that i haven't tried with devkitARM v21.

#2 Re: Support » where are the X Y A B jkeys on computer? » 2007-12-10 15:15:58

I don't know to which extent it's implemented, but latest CVS version of the mac port adds a menu.

#3 Re: General » Problem with GDB_STUB in CVS with GTK and CLI versions » 2007-12-09 05:59:10

I'm not really "active", but i am having a look from time to time.
I fixed it in the CVS. Thanks for the report!

#4 Re: General » Suggestion: Top screen-Touch Screen separator option » 2007-12-01 23:50:35

This is implemented in the gtk-glade UI: Configuration/Screen Gap.
From the top of my head, there are 33 pixels between the two screens.

#5 Re: General » to shash: fix for compiling in VS2005 for x64 » 2007-10-27 01:34:45

Unfortunatly, I do have an x86-64 (amd64) but don't have MS Windows.

#7 Re: Support II (decommissioned) » Professor Layton & 0.7.3 » 2007-10-06 18:37:14

Well, it's seems you're the first to try this game.
It's well possible that it's not supported.

#9 Re: General » Very important! suggest: how to have touch screen on PSP » 2007-10-01 01:52:19

We can't do anything for you.
That said, i believe Sektor (apparently the PSP port author) is welcome to get in touch with us if he wants to collaborate.

#11 Re: General » v0.7.3....controls? » 2007-09-24 04:51:45

Depending on the user interface you are using, you may be able to configure your controls.
If you're using the Cocoa interface, have a look at README.MAC .

#12 Re: Support » Compile problem Ubuntu 6.04: Prototype declaration error » 2007-09-24 04:49:02

IIRC, this errors occurs when gtkglext development libraries are not available (e.g. libgtkglext-dev under Debian/Ubuntu).

#13 Re: General » German translation ready! » 2007-09-18 13:07:32

Normmatt wrote:

Your contribution has been incorporated into my private build and will eventually make it into the next official release  , unless someone has already put it into cvs.

Same as pt_BR for Windows.

#14 Re: General » Brazilian Portuguese Translation Made » 2007-09-18 13:06:26

Thanks for your translations dreampeppers99.

Normmatt wrote:

Your contribution has been incorporated into my private build and will eventually make it into the next official release  , unless someone has already put it into cvs.

I haven't touched the windows translation as i can't test it. So i'm leaving this to you Normmatt.

#15 Re: Support II (decommissioned) » Professor Layton & 0.7.3 » 2007-09-17 15:23:22

locky wrote:

I've tried the cvs version but it didn't compile some error with openGL.

It looks like you're missing OpenGL development librairies.
For example, my OpenGL development files are provided by the nvidia-glx-dev package.
(This is videocard brand dependant.)

locky wrote:

Is possible to play with the keyboard ?

Yes. The default keyboard keys can be found at line 88 of src/cli/main.c:

const u16 cli_kb_cfg[NB_KEYS] =
  { SDLK_c,         // A
    SDLK_x,         // B
    SDLK_BACKSPACE, // select
    SDLK_RETURN,    // start
    SDLK_RIGHT,     // Right
    SDLK_LEFT,      // Left
    SDLK_UP,        // Up
    SDLK_DOWN,      // Down
    SDLK_e,         // R
    SDLK_w,         // L
    SDLK_d,         // X
    SDLK_s,         // Y
    SDLK_p,         // DEBUG
    SDLK_o          // BOOST
  };

#16 Re: General » Brazilian Portuguese Translation Made » 2007-09-15 06:23:51

Added to current CVS, it will be included in the next release.
But please use acronyms for menu items as your current version makes the emulator window wider.

#18 Re: Support » Can't build glade port in Ubuntu 7.04 » 2007-09-03 20:12:51

You may use the fixed source tarball i've created for Debian (it includes po/):
http://pkg-games.alioth.debian.org/tarb … rig.tar.gz

#19 Re: Support » Can't build glade port in Ubuntu 7.04 » 2007-08-14 15:26:36

That's very weird...
That's not what i see in configure.ac from the official 0.7.3 tarball.
In fact, here's what there is:

  if test "x$HAVE_LIBGLADE" = "xyes"; then
    AC_PROVIDE_IFELSE([IT_PROG_INTLTOOL],[
      # libglade requires SDL too
      UI_DIR="gtk-glade $UI_DIR"

      dnl -- localization for gtk-glade UI
      GETTEXT_PACKAGE=desmume
      AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the gettext package name])
      AC_SUBST(GETTEXT_PACKAGE)
      ALL_LINGUAS="fr"
      AM_GLIB_GNU_GETTEXT
      PO_DIR="po"
      PO_FILES="intltool-extract intltool-merge intltool-update"
      PO_FILES_IN="intltool-extract.in intltool-merge.in intltool-update.in"
      PO_MAKEFILE="po/Makefile.in"
    ],[
      echo "WARNING: intltool and/or gettext are not available therefore the gtk-glade interface won't be installed. The gtk-glade UI requires intltool and gettext."
    ])
  fi

The warning is printed if IT_PROG_INTLTOOL is not available.
IT_PROG_INTLTOOL is defined in /usr/share/aclocal/intltool.m4 .

#20 Re: Support » Compiling with Mac OSX » 2007-08-04 14:01:23

You may want to use the source tarball i've created for Debian...
I've fixed the configure script and makefiles.

http://ftp.debian.org/debian/pool/main/ … rig.tar.gz

#22 Re: Support » Compiling with Mac OSX » 2007-07-28 13:33:40

fenne wrote:

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal  --output=aclocal.m4t
aclocal: configure.ac: 121: macro `AM_GLIB_GNU_GETTEXT' not found in library
autoreconf: aclocal failed with exit status: 1

Right there, for the current CVS, you need gettext.
I'll need to have a look at how to make that check optionnal as it's only required for the gtk-glade UI.

#23 Re: Support » Compiling with Mac OSX » 2007-07-26 17:24:22

Hmmm... i'd like to know what's the output of autogen.sh ...
In latest CVS, i've made intltoolize optionnal.

What's the output of "autoreconf --help"?

Board footer

Powered by FluxBB