twinaphex
|
004dcf0bf1
|
Only call rarch_main_data_msg_queue_push if settings->menu.wallpaper
has a valid path set
|
2015-05-19 22:14:00 +02:00 |
|
Alcaro
|
6c5a4a84b5
|
Fix free function that doesn't free what it's told to free.
|
2015-05-19 22:07:14 +02:00 |
|
Twinaphex
|
ccac151809
|
Merge pull request #1711 from heuripedes/master
Fix leaks
|
2015-05-19 22:07:00 +02:00 |
|
Higor Eurípedes
|
2f05ecbed6
|
(file_extract.c) Fix leak in zip extraction
|
2015-05-19 17:02:23 -03:00 |
|
Higor Eurípedes
|
15d8570e5b
|
(menu_list.c) Fix leak
|
2015-05-19 17:02:23 -03:00 |
|
Higor Eurípedes
|
12721bc660
|
(menu_common_list.c) Fix leak
|
2015-05-19 17:02:23 -03:00 |
|
Alcaro
|
964c2439ff
|
Fix missing NUL terminator.
|
2015-05-19 22:00:17 +02:00 |
|
twinaphex
|
3c7e0b29fc
|
Make menu_ctx_driver_get_ptr public - ALWAYS make sure that
no symbols will be redefined - Griffin depends on this
|
2015-05-19 21:55:44 +02:00 |
|
Twinaphex
|
f0506843c0
|
Merge pull request #1710 from natinusala/master
Added an input/action callback in the menu_ctx_driver
|
2015-05-19 21:49:13 +02:00 |
|
twinaphex
|
398570f017
|
Move audio callback to audio_driver.c
|
2015-05-19 21:35:40 +02:00 |
|
natinusala
|
e3357b5b5c
|
Implemented perform_action callback of menu_driver_ctx
|
2015-05-19 21:20:46 +02:00 |
|
Twinaphex
|
56414034a5
|
Cleanup some unused variables
|
2015-05-19 21:19:09 +02:00 |
|
twinaphex
|
4afc100924
|
Move audio_data out of global struct to prevent threading issues
|
2015-05-19 21:18:07 +02:00 |
|
natinusala
|
508a6ea627
|
Added (void* data) to perform_action in menu_ctx_driver
|
2015-05-19 21:07:06 +02:00 |
|
natinusala
|
90d646dc45
|
Added perform_action to menu_ctx_driver
|
2015-05-19 21:05:40 +02:00 |
|
twinaphex
|
9c5113d6da
|
action_iterate_help - don't return unitialized variable
|
2015-05-19 20:30:58 +02:00 |
|
twinaphex
|
d15c5cec4a
|
Fix warning/logic fault - http://dpaste.com/3R9MN3Q
|
2015-05-19 20:29:44 +02:00 |
|
twinaphex
|
c7f7574d9e
|
Fix some warnings - http://dpaste.com/3R9MN3Q
|
2015-05-19 20:29:03 +02:00 |
|
Twinaphex
|
337b37fc49
|
Merge pull request #1709 from heuripedes/master
stuff
|
2015-05-19 20:16:20 +02:00 |
|
Twinaphex
|
10e66028e0
|
Remove some unused variables
|
2015-05-19 20:13:26 +02:00 |
|
Higor Eurípedes
|
f093c00e9c
|
(runloop.c) Remove uneeded statement
|
2015-05-19 15:13:05 -03:00 |
|
twinaphex
|
375c49b6c8
|
Move is_menu out of runloop struct and create get/set functions in menu_driver.c
and make the underlying variable static to make it thread-safe
|
2015-05-19 20:11:57 +02:00 |
|
Higor Eurípedes
|
73ae2f0ad1
|
(Makefile) Add SANITIZER variable
|
2015-05-19 15:11:34 -03:00 |
|
Higor Eurípedes
|
59e0f7221d
|
(gl_raster_font) Fix typo
|
2015-05-19 15:11:05 -03:00 |
|
Higor Eurípedes
|
027b0d4ddd
|
(retroarch.c) Fix uninitialized variable usage error
|
2015-05-19 14:55:21 -03:00 |
|
Higor Eurípedes
|
8abe315896
|
(runloop.c) Set g_extern to NULL on free
|
2015-05-19 14:41:02 -03:00 |
|
twinaphex
|
3a7263020a
|
Add grab_stdin function pointer to input driver - avoids threading
segfault at exit with linuxraw input driver to do with driver->stdin_claimed
|
2015-05-19 19:33:58 +02:00 |
|
twinaphex
|
d662ac187d
|
(linuxraw_input.c) Cleanup some function names
|
2015-05-19 19:26:20 +02:00 |
|
Twinaphex
|
15d7740eb4
|
Merge pull request #1708 from heuripedes/master
Memory handling fixes
|
2015-05-19 19:03:57 +02:00 |
|
Higor Eurípedes
|
feef97f0df
|
Set the global variable to NULL on free in driver.c and runloop.c
|
2015-05-19 14:01:02 -03:00 |
|
Higor Eurípedes
|
dfd6d464a8
|
(gl) Add check in gl_overlay_vertex_geom()
|
2015-05-19 13:51:59 -03:00 |
|
Higor Eurípedes
|
dc5460effd
|
(gl_raster_font) Fix invalid read when pushing vertices
Calling both glsl shader->set_coords() or gl_coord_array_add() resulted
in an invalid read when memcpy()ing coords->lut_tex_coord.
|
2015-05-19 13:45:22 -03:00 |
|
twinaphex
|
815b61ecba
|
Refactor menu_displaylist_push/menu_displaylist_parse
|
2015-05-19 06:33:03 +02:00 |
|
Twinaphex
|
fd4dcd359a
|
Merge pull request #1707 from heuripedes/fix-1705
(gitignore) Fix #1705
|
2015-05-19 02:25:56 +02:00 |
|
Higor Eurípedes
|
7d4107f0de
|
(gitignore) Fix #1705
|
2015-05-18 20:30:49 -03:00 |
|
twinaphex
|
9ffb7030d2
|
Move DISPLAYLIST_CORES_UPDATER to menu_displaylist_parse
|
2015-05-19 00:52:37 +02:00 |
|
twinaphex
|
a5cde6d9d0
|
Cleanups
|
2015-05-19 00:50:10 +02:00 |
|
twinaphex
|
d65a4ca32f
|
Move DISPLAYLIST_PERFCOUNTER_SELECTION to menu_displaylist_parse
|
2015-05-19 00:49:27 +02:00 |
|
twinaphex
|
d51a553130
|
Move more to menu_displaylist_parse
|
2015-05-19 00:44:57 +02:00 |
|
twinaphex
|
f91f9973fa
|
Move DISPLAYLIST_SYSTEM_INFO to menu_displaylist_parse
|
2015-05-19 00:41:39 +02:00 |
|
twinaphex
|
ae11edb957
|
Move more to menu_displaylist_parse
|
2015-05-19 00:40:12 +02:00 |
|
twinaphex
|
135dd8aec2
|
Start consolidating all parse functions into one function
|
2015-05-19 00:34:29 +02:00 |
|
twinaphex
|
362e431765
|
Cleanup
|
2015-05-19 00:05:17 +02:00 |
|
Twinaphex
|
6e3833bc43
|
Merge pull request #1706 from heuripedes/master
(RGUI) Fix messagebox delay
|
2015-05-19 00:01:58 +02:00 |
|
Higor Eurípedes
|
885ea3cdc7
|
(RGUI) Fix messagebox delay
|
2015-05-18 18:56:23 -03:00 |
|
Twinaphex
|
2c6d9482d4
|
Build fix
|
2015-05-18 23:21:32 +02:00 |
|
twinaphex
|
9820b39653
|
Refactor away menu_list_populate_generic
|
2015-05-18 23:18:50 +02:00 |
|
twinaphex
|
c95fd28e59
|
Cleanup
|
2015-05-18 23:16:03 +02:00 |
|
twinaphex
|
a49e50896c
|
Create wrapper functions menu_display_fb_set_dirty and menu_display_fb_unset_dirty
|
2015-05-18 23:14:56 +02:00 |
|
twinaphex
|
6feb1603f7
|
Only enable framebuf.dirty if we're actually using the menu framebuffer
|
2015-05-18 23:04:14 +02:00 |
|