Editing Lesson 06 - Adding Sound
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 27: | Line 27: | ||
Line 76 - <code>/* void void MP3setStubs to end of function */</code> - specific to stubs again, see mp3player.h | Line 76 - <code>/* void void MP3setStubs to end of function */</code> - specific to stubs again, see mp3player.h | ||
mp3player.h | |||
Line 10 - <code>#include "../../codec.h"</code> - specific to PSPMediaCenter | Line 10 - <code>#include "../../codec.h"</code> - specific to PSPMediaCenter | ||
Line 17 - <code>void MP3setStubs(codecStubs * stubs);</code> - specific to PSPMediaCenter | Line 17 - <code>void MP3setStubs(codecStubs * stubs);</code> - specific to PSPMediaCenter | ||
Other than that, it was very clean. John_K has done a great job in porting it. | Other than that, it was very clean. John_K has done a great job in porting it. | ||