Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ui-console: Update to commit 48441f5.
mupen64plus/mupen64plus-ui-console@48441f5

*   48441f5 Merge pull request #17 from littleguy77/master
|\
| * 44f0f50 Fix windows build regression introduced in PR 12.
|/
*   8c56a77 Merge pull request #16 from mupen64plus/revert-14-master
|\
| * b2bbc85 Revert "Remove SDL build dependency."
|/
* 8edabd0 Merge pull request #14 from littleguy77/master
* 87ef789 Remove SDL build dependency.
  • Loading branch information
littleguy77 committed Jan 18, 2015
1 parent 3051883 commit cbf2e50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jni/mupen64plus-ui-console/src/main.c
Expand Up @@ -624,7 +624,12 @@ static m64p_error ParseCommandLineFinal(int argc, const char **argv)
#define CALLBACK_FUNC NULL
#endif

EXPORT
#ifndef WIN32
/* Allow external modules to call the main function as a library method. This is useful for user
* interfaces that simply layer on top of (rather than re-implement) UI-Console (e.g. mupen64plus-ae).
*/
__attribute__ ((visibility("default")))
#endif
int main(int argc, char *argv[])
{
int i;
Expand Down

0 comments on commit cbf2e50

Please sign in to comment.