You are not logged in.

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



#1 2007-09-16 11:31:15

locky
Member
Registered: 2007-09-16
Posts: 2

Professor Layton & 0.7.3

Hi There,

I'm trying Professor Layton with DeSmuME 0.7.3 on Linux, the game loads perfectly, find my joystick but I can't do anything. I'm blocking to the welcome page.
I've tried the cvs version but it didn't compile some error with openGL.

DeSmuME cvs wrote:

callbacks_IO.c: In function «init_GL_capabilities":
callbacks_IO.c:83: erreur: number of arguments doesn"t match prototype
gdk_gl.h:38: erreur: déclaration de prototype
callbacks_IO.c: Hors de toute fonction :
callbacks_IO.c:84: erreur: conflicting types for «init_GL"
gdk_gl.h:39: erreur: previous declaration of «init_GL" was here
callbacks_IO.c:85: erreur: conflicting types for «reshape"
gdk_gl.h:43: erreur: previous declaration of «reshape" was here

By the way, I try with desmume-cli.

Any tips ? Is possible to play with the keyboard ?

Thank you, best regards.

Offline

#2 2007-09-17 15:23:22

evilynux
Member
From: Montréal
Registered: 2007-03-17
Posts: 118
Website

Re: Professor Layton & 0.7.3

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
  };

Offline

#3 2007-10-06 16:32:05

locky
Member
Registered: 2007-09-16
Posts: 2

Re: Professor Layton & 0.7.3

I've fix the problem by installing libgtkglext1-dev package, but I can't make any progress, I'm always blocking on the welcome page.
So I wonder if this game works on DeSmuME ? ;-)

Offline

#4 2007-10-06 18:37:14

evilynux
Member
From: Montréal
Registered: 2007-03-17
Posts: 118
Website

Re: Professor Layton & 0.7.3

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

Offline

Board footer

Powered by FluxBB