-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS.retro-gobject-pre-merge
40 lines (29 loc) · 1.09 KB
/
NEWS.retro-gobject-pre-merge
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
======================
Version 0.6
======================
* Fix critical error when getting an unknown option variable
* Bugs fixed:
27 Lots of assertion when getting Option.current
======================
Version 0.4
======================
* Plugins
- Switch the default plugins directory to "$(libdir)/retro-1.0/plugins".
- Add get_plugins_dir(), returns the default plugins directory.
- Add Retro.search_module(), look for modules in thedefault plugins dir and in paths from the "RETRO_PLUGIN_PATH_1_0" env variable.
* Deprecate CoreFactory.
* Module
- Make serialize()'s data param no more out to properly implement Libretro.
* Core stack
- Make the "caller Core stack" hold unowned references.
- Make pop_cb_data() static.
* Core
- Implement the memory related methods in C.
- Fix the return types of some callbacks from gboolean to the actually expected types.
* Input: remove the dependency on Core
- Notify controller (dis)connection.
- Add foreach_controller().
- Add key_event() signal.
* Makefile
- Make retro-core.c depend on the internal header.
- Make .h files build dependencies.