Search found 2 matches

by littletux
Sun Sep 06, 2009 9:30 am
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 4308232

full patch and instructions

Re,

If anyone want to help with testing, full patch is here :
http://zarb.org/~littletux/snes9x-gtk-1 ... tack.patch

Use this to patch :

Code: Select all

patch -p1 < snes9x-gtk-1.51.75-no-exec-stack.patch
Best regards,

ltx
by littletux
Sun Sep 06, 2009 7:44 am
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 4308232

executable stack ?

Hello, I'd like to know if the executable stack is needed for snes9x-gtk to work or not ? Adding these sections at the end of the assembler files makes the executable stack go away, but i've not tested the resulting binary yet... --- a/i386/cpuexec.S 2009-09-04 05:26:00.000000000 -0400 +++ b/i386/cp...