Index: [thread] [date] [subject] [author]
  From: Alexander Larsson <alla@lysator.liu.se>
  To  : ggi-develop@eskimo.com
  Date: Mon, 13 Jul 1998 02:51:51 +0200

ggi-snes9x quitckport(tm)

I just ported snes9x to ggi, but i have only tested it under the X target. I 
can't for the life of me make 2.1.108 + gert-2.1.108b give me a working 
console, so i haven't tested it under kgicon.

If someone with kgicon (or any kgi version that works) could try it out and 
report if it works i would be happy.

Full source at:
 http://www.lysator.liu.se/~alla/files/ggi_snes9x.tgz

 It contains the 1.05 source release with some general fixes i had to do to 
get it to compile under glibc 2 and the ggi-version (gsnes9x).

Problems related to ggi:
When compiling (with egcs c++ 1.02) i get this warning from a ggi includefile:
/usr/local/include/ggi/ggi.h: In function `int ggiKeyPoll(void *)':
In file included from unix/ggi.cpp:52:
/usr/local/include/ggi/ggi.h:415: warning: conversion from `int' to `enum 
ggi_event_mask'
/usr/local/include/ggi/ggi.h: In function `int ggiKeyRead(void *)':
/usr/local/include/ggi/ggi.h:426: warning: conversion from `int' to `enum 
ggi_event_mask'

Not very nice...

I also had a namespace collision with uint32 :( Had to do some ugliness to fix 
that.

/ Alex


Index: [thread] [date] [subject] [author]