 |
|
Re: Wow, it is awesome !!!
posted by
hook
@ 84.20.246.165
on Sep 7 2008 3:34 PM
|
|
| ZSNES works OK for me on AMD64 on Gentoo. |
| |
|
[Reply]
|
 |
|
Re: Wow, it is awesome !!!
posted by
Draconishinobi
@ 89.122.167.246
on Sep 7 2008 4:15 PM
|
     |
| It might work if I would be able to disable using 32-bit assembler, but the configure script won't let me. |
| |
|
[Reply]
|
 |
|
Re: Wow, it is awesome !!!
posted by
hook
@ 84.20.246.165
on Sep 7 2008 9:58 PM
|
|
| Although it does seem like I need to use x86 emulated SDL to use Zsnes. |
| |
|
[Reply]
|
 |
|
Re: Wow, it is awesome !!!
posted by
evil_core
@ 83.14.123.172
on Aug 30 2009 4:26 PM
|
    |
| Its not emulated in any way. 32bit apps cannot link with 64bit libs, and vice versa (in windows you got in reality 2 env's, system32 and system64 with dll's). Glibc and Stdlibc are lowest level of libraries which doesnt link with anything lower, but uses "kernel link" interface. So 32bit userspace works as good and as native with 64bit kernel ,as with 32bit, but they cannot map as much memory as 64bit apps. The same case as with 32bit kernel with PAE, or similar things.
Anyway i love ZSNES GUI, so it would be good to port it from crappy GTK+2, to SDL and write such GUI(original ZSNES is in ASM, so its not possible to simply port ZSNES interface). GTK+2 cannot run under FrameBuffer, etc, so it makes snes9x less portable (think about DS, PSP, GP32X w/o Xserver) |
| |
|
[Reply]
|
| |
| |
| |
| |