Shoutbox

Need a C programmer - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Need a C programmer (/showthread.php?tid=58863)

Need a C programmer by Reaper on 04-28-2006 at 09:44 PM

I recently put iPodLinux on my iPod mini, and i got an app for it called iBoy which is a gameboy emulator. At the moment there seems to be a scaling issue with it, so games appear off the screen. I was wondering if someone could maybe actually fix this issue?
I have the source code and all required information ready, but I lack the programming knowledge to do this at the moment. Any takers?

Its preferred if you had an iPod mini to test it on, but if not then you can always send me the file/s and I can test it.

Added a screenshot


RE: Need a C programmer by Reaper on 04-29-2006 at 09:05 PM

bump.

I kinda want this done because I know that if it does work loads of people will use it and maybe get a bit of money for it as a donation. So the lucky programmer could get some recognition from the people at the iPodLinux forums and a bit of cash :P


RE: Need a C programmer by RaceProUK on 05-01-2006 at 12:05 AM

Maybe iBoy isn't designed for iPod minis? If you can contact the original developer...


RE: Need a C programmer by Reaper on 05-01-2006 at 12:35 PM

iBoy is made for the minis, but the developer is either not working on it or having trouble with the scaling issue, and I feel that someone in the community can do it
http://ipodlinux.org/GB_Emulator
That is the link to iBoy. Its currently supported on 4G iPods and 1G minis (what I have got)


RE: Need a C programmer by Stigmata on 05-01-2006 at 12:47 PM

did u compile for a ipod mini?

code:
make IPOD_VERSION=IPOD_MINI


RE: Need a C programmer by Reaper on 05-01-2006 at 12:51 PM

quote:
Originally posted by Stigmata
did u compile for a ipod mini?

code:
make IPOD_VERSION=IPOD_MINI


The binary file for the 1G mini has that already done.