Richard Goedeken
|
b8a60d01cb
|
update core Video API version to 2.1.0. The core is backwards-compatible with older video plugins. The difference in the newer API is that the video render callback function now takes a boolean (int) parameter, which specifies whether the video frame has been re-drawn since the last time the render callback was called. This allows us to take screenshots without the On-Screen-Display text
|
2012-03-04 15:11:34 -08:00 |
|
Richard Goedeken
|
92739fa732
|
updated wiki documentation for new SaveSRAMPath config parameter
|
2012-02-25 21:04:40 -08:00 |
|
Richard Goedeken
|
708e5ef12a
|
updated wiki documentation for core/plugin config parameters
|
2012-02-24 22:47:40 -08:00 |
|
Richard Goedeken
|
d0879715dc
|
Added 2 new config functions: ConfigHasUnsavedChanges and ConfigRevertChanges
|
2012-02-21 21:22:12 -08:00 |
|
Richard Goedeken
|
bde4612d7f
|
add new Config API function to save only a single config section to disk. Added documentation for new function and bumped config api version number to 2.1.0
|
2012-01-02 21:49:27 -08:00 |
|
Richard Goedeken
|
4c21158e8f
|
merged changes from ecsv's fork
|
2011-09-08 21:08:09 -07:00 |
|
Richard Goedeken
|
63aee7ccb7
|
sync w/ wiki updates from wahrhaft
|
2011-09-08 20:17:23 -07:00 |
|
Sven Eckelmann
|
9b7d8ea648
|
Synchronize MipMapping options in Arachnoid and Rice
|
2011-07-18 09:33:40 +02:00 |
|
Richard Goedeken
|
4286ee7b9b
|
updated FRONTEND_API_VERSION to 0x020001 for new m64p_command and m64p_core_param
|
2011-07-16 11:00:03 -07:00 |
|
Richard Goedeken
|
e3c987f3ec
|
updated core for new Mupen64plus 2.0 API versioning scheme
|
2011-05-16 21:47:02 -07:00 |
|
Richard Goedeken
|
1d538f41e9
|
added documentation for new GLGetAttr function in the video extension. fixed the CoreOverrideVidext function
|
2011-04-13 08:21:41 -07:00 |
|
Richard Goedeken
|
68bcd3da90
|
updated wiki documentation for transition to retrouprising.com
|
2011-01-11 22:29:06 -05:00 |
|
Richard Goedeken
|
109c4f2ec9
|
Added new CoreGetRomSettings() function for front-ends
|
2010-07-31 15:58:00 -04:00 |
|
Richard Goedeken
|
121d9f064a
|
From Narann: update the wiki documentation with news parameters
|
2010-05-18 19:28:32 -04:00 |
|
Richard Goedeken
|
25e7102086
|
API change: use new ReadScreen2() video plugin function. Also use this function when grabbing screenshot instead of directly calling OpenGL
|
2010-02-28 23:34:18 -05:00 |
|
Richard Goedeken
|
b67f6738ed
|
update emuwiki api doc for new deadzone parameter when mapping N64 button to joystick axis
|
2010-02-26 23:59:34 -05:00 |
|
Richard Goedeken
|
011c7802de
|
update emuwiki doc with header definitions for new multisampling opengl options in rice video
|
2010-02-26 21:00:02 -05:00 |
|
Richard Goedeken
|
80d8100ac1
|
OpenGL multisample anti-aliasing patch from dorian.fevrier
|
2010-02-26 11:11:03 -05:00 |
|
Richard Goedeken
|
77ef24b55c
|
fixed a major problem with zilmar API: the plugins RomOpen() functions had no way of returning error codes back to the core, so if something went wrong, the core would continue to start the game, resulting in a crash or a hang in the plugin. Now the RomOpen() functions return a bool
|
2010-01-11 23:06:46 -05:00 |
|
Richard Goedeken
|
244a8dd324
|
1. added new configuration function ConfigGetParameterType() 2. removed api documentation .tar.gz file and replaced with the mediawiki text - this will be easier to keep in sync than a zip file
|
2010-01-10 00:27:17 -05:00 |
|