Support and General Use > Plugins/Viewers
Discuss Mikhail Tkach's InfoNES port
levi47:
Is there a reason the link to an unsupported build was removed even though it is exactly what was asked for in the thread and pertains to this thread? i can't seem to find any builds incorporating this patch and i would also like to try it out. Can anyone at least name the build that has this patch in it?
Sanek:
--- Quote from: levi47 on December 07, 2007, 03:50:24 PM ---Is there a reason the link to an unsupported build was removed even though it is exactly what was asked for in the thread and pertains to this thread? i can't seem to find any builds incorporating this patch and i would also like to try it out. Can anyone at least name the build that has this patch in it?
--- End quote ---
You're not suppose to post unsupported builds in this forum.
I'm trying to configure the keys on a 5.5g iPod Video for this, however I'm just short 2 keys (button A and button B). :(
I think the only solution for this would be to use the scroll wheel regions the same way RockBoy does it :(
joesomebody:
This thing is waaay out of date, and I don't really have the coding prowess to fix it...anyone wanna take a whack at it? It throws a few build errors.
Mad Cow:
--- Quote from: joesomebody on October 13, 2008, 06:38:22 PM ---This thing is waaay out of date, and I don't really have the coding prowess to fix it...anyone wanna take a whack at it? It throws a few build errors.
--- End quote ---
It never did work well in the first place anyway, unless somebody wants to invest some serious time it's a lost cause.
criznach:
Actually... It only requires only a few changes to compile for 3.0 on the ipod video target.
It still doesn't work well...
Change this line:
enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
to this:
enum plugin_status plugin_start(const struct plugin_api* api, const void* parameter)
Change all rb->splash() statements to rb->splashf()
Change:
struct event_queue timer_thread_q;
to:
static struct event_queue timer_thread_q SHAREDBSS_ATTR;
Change:
struct event ev;
to:
struct queue_event ev;
And change:
rb->timer_register(1, NULL, TIMER_FREQ / (1000 / TIMER_PER_LINE), 1, timer_callback);
to
rb->timer_register(1, NULL, TIMER_FREQ / (1000 / TIMER_PER_LINE), 1, timer_callback, 0);
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version