Re: [Tuxnes-devel] Re: Tuxnes-devel digest, Vol 1 #43 - 2 msgs
Brought to you by:
tmmm
From: Mike M. <mel...@pc...> - 2001-08-22 03:34:59
|
On Tue, 21 Aug 2001, Jon Niehof wrote: > The renderer seems slow to me; I've been meaning to take a look at > that "sometime." I belive someone's already working on at least a > partial speedup. Do any of the X renderers even support SHM? Yep. TuxNES should compile with the MIT shared memory extensions if they're available. Look for the following lines when you run ./configure: checking for sys/ipc.h... yes checking for sys/shm.h... yes checking for X11/extensions/XShm.h... yes checking for X11/extensions/Xext.h... yes Are the right extensions being found? -- -Mike Melanson |