Commit graph

216 commits

Author SHA1 Message Date
Richard Goedeken
1241142a15 bugfix: last commit broke the --testshots feature 2009-11-05 07:43:02 -05:00
Richard Goedeken
bf1cfe3ea4 fixed warning from bug in --testshots, spelling error 2009-11-05 01:08:35 -05:00
Richard Goedeken
689e35b2cf fixed up the --testshots functionality so that it works 2009-11-04 23:54:52 -05:00
Richard Goedeken
05f0b20aea re-order plugin initialization so that RSP is last, which is required for correct operation. don't close ROM until after plugins have been detached 2009-10-27 08:35:12 -04:00
Richard Goedeken
5a5d98121c re-ordered startup code so that ROM image is loaded before plugins are attached 2009-10-26 00:51:25 -04:00
Richard Goedeken
f3bd9a8688 added --verbose command-line option 2009-10-24 13:39:30 -04:00
Richard Goedeken
3008cec64a added error message to makefile if API headers not found. bugfix in plugin loading function 2009-10-23 22:03:58 -04:00
Richard Goedeken
844b49d66f added makefile feature to automatically search several places to find mupen64plus core api headers 2009-10-22 23:52:51 -04:00
Richard Goedeken
b81d84491b changed dlopen() flag to resolve symbols immediately on load 2009-10-21 21:24:17 -04:00
Richard Goedeken
d009eea141 Added makefile option for debug build. added Status message in core callback handler. Parse --datadir early from command line parameters and send to CoreStartup() 2009-10-20 23:37:42 -04:00
Richard Goedeken
64a5fd34e6 added function pointers for floating-point parameter get/set routines from the Config module of the core 2009-10-15 22:51:54 -04:00
Richard Goedeken
f02fc4996c Added GetUserConfigPath() core function, updated debug callback to take a level argument 2009-10-13 23:01:49 -04:00
Richard Goedeken
7178abaf9f change the plugin search algorithm so that given name must match at the beginning of the plugin filename, not just anywhere in the filename 2009-10-12 14:07:46 -04:00
Richard Goedeken
cc9b82f530 Added --datadir command-line option to specify the shared data directory 2009-10-12 13:53:27 -04:00
Richard Goedeken
86ebb7c41c Added PLUGINDIR makefile option, which allows the builder to specify at compile time a directory to be searched for plugins 2009-10-12 13:08:02 -04:00
Richard Goedeken
ac6f84e929 Initial draft of Mupen64Plus-ui-console project source code 2009-10-11 23:04:34 -04:00