Rockbox General > Rockbox General Discussion
Chip Tunes
Alzheimers:
Just wanted to check in and see if anyone had success compiling that plugin. I tried a little bit since last week using cygwin, but I haven't had much time to figure out what was going wrong.
I'm hoping the other chiptune formats get implemented into the official build, as most of my favorites (such as Leviathan, and Skaven and Purple Motion from FC) are in the .S3M or .IT formats
edit: IT WORKS!
After applying the patches in order and continuing to get errors about duplicate declarations of plugin_start I restarted from scratch with the daily build and JUST the "patch-3". But I was still getting an error:
--- Code: ---enum plugin_status plugin_start(const struct plugin_api* rockbox, const void* parameter)
--- End code ---
after browsing the code a minute, I realized the declaration should be changed to
--- Code: ---enum plugin_status plugin_start(const struct plugin_api* api, const void* parameter)
--- End code ---
Make again ... and this time it compiled flawlessly.
I'm now enjoying all my old S3Ms on my iRiver H10 20gb. Thanks!!!
Navigation
[0] Message Index
[*] Previous page
Go to full version