Twinaphex
dabbaee7b9
Merge pull request #4989 from Tatsuya79/patch-1
...
Hide load message when saving state.
2017-05-30 15:08:01 +02:00
Tatsuya79
1df9766491
Hide load message when saving state.
...
fix https://github.com/libretro/RetroArch/issues/4460
2017-05-30 14:07:04 +02:00
Jean-André Santoni
c4b2feb811
Merge pull request #4985 from psyke83/master
...
xmb: allow transparency when emulation paused
2017-05-30 08:11:35 +02:00
twinaphex
fd64b158ac
Add audio_mixer_play_stop_cb initial impl.
2017-05-30 06:29:19 +02:00
twinaphex
70d906c176
(audio mixer) Add default stop_cb which decrements audio mixer idx value
2017-05-30 06:03:36 +02:00
Twinaphex
b6c0688f41
Merge pull request #4987 from fr500/master
...
start fixing bsv recording
2017-05-30 05:50:54 +02:00
Zoran Vuckovic
451db1fac5
Add multiple mice support
2017-05-30 05:50:38 +02:00
radius
6d6309aaf0
start fixing bsv recording
2017-05-29 22:49:12 -05:00
twinaphex
c83d72d589
Buildfix for Python
2017-05-30 04:11:04 +02:00
twinaphex
46806e7204
Bake out stdin_stream.c
2017-05-30 03:00:11 +02:00
twinaphex
c5fe9f4252
Build warning fix
2017-05-30 02:58:59 +02:00
twinaphex
eeff3b87e8
Turn this into #elif defined(_WIN32)
2017-05-30 02:55:29 +02:00
Brad Parker
78a0711bff
XMB: prevent null pointer dereference with GDI driver
2017-05-29 20:35:33 -04:00
twinaphex
3d4d9b09cf
Comment this out
2017-05-30 01:47:49 +02:00
twinaphex
449483206f
Revert "New attempt to fix memory leaks of struct retro_system_info"
...
This reverts commit a1d3dd69dd51ba21b07e9fb96cd1a7d05f435974.
2017-05-30 01:44:49 +02:00
Conn
57503051ea
xmb: allow transparency when emulation paused
...
Allow xmb menu driver transparency when "Pause when menu activated" is enabled (default setting).
This is also the default behaviour of the rgui driver and is helpful for users to preview
video/shader changes on the fly.
2017-05-29 23:49:40 +01:00
Twinaphex
0066fe8065
Merge pull request #4982 from arakerlu/fix_video_driver_translate_coord_viewport
...
Fix scaling bug in video_driver_translate_coord_viewport()
2017-05-29 23:53:41 +02:00
Arto Vainiolehto
766e4f5110
Fix scaling bug in video_driver_translate_coord_viewport()
...
- now scaled_x and height are correctly calculated, using viewports's width and height, respectively, as the scaling factor
-- previously the scaling factor was the screen's width/height, which meant that if screen and viewport had different bounds, scaled_x/scaled_y were incorrectly calculated
2017-05-30 00:00:56 +03:00
twinaphex
691fa0a31d
Remove the diff
2017-05-29 22:24:43 +02:00
twinaphex
a1d3dd69dd
New attempt to fix memory leaks of struct retro_system_info
...
char variables
2017-05-29 22:24:10 +02:00
twinaphex
68beaa5ffc
Update diff
2017-05-29 22:21:01 +02:00
twinaphex
67c95d6dfb
Add newdiff.diff
2017-05-29 21:35:33 +02:00
Jean-André Santoni
710e912aca
(XMB) Code cleaning
2017-05-29 21:00:00 +02:00
Jean-André Santoni
66bfdc9408
(XMB) draw_thumbnail refactoring
2017-05-29 20:58:29 +02:00
twinaphex
0bd74c923f
(playlist.c) Turn this code more robust
2017-05-29 20:36:18 +02:00
twinaphex
1cdd0e47cb
Backport polling updates - mouse smoothness was broken in cores
2017-05-29 20:30:01 +02:00
twinaphex
dfae380f33
Backport patches -
...
- Attempt to skip cheevos when path is of media type
- Don't do CRC32 encoding for media types
2017-05-29 20:26:10 +02:00
twinaphex
b4e16c243c
Style nits
2017-05-29 14:58:30 +02:00
twinaphex
2fa401ef26
Remove #if 0
2017-05-29 14:54:25 +02:00
twinaphex
5521d58994
Only use runloop_get_system_info function outside retroarch.c
2017-05-29 05:38:33 +02:00
twinaphex
44bf15ad28
Remove unused menu_display_msg_queue
2017-05-29 05:34:24 +02:00
twinaphex
30047af7a3
Get rid of these strdup leaks
2017-05-29 04:39:12 +02:00
twinaphex
426dfd79db
Properly hide 'Core Information' if core is unloaded
2017-05-29 03:35:11 +02:00
twinaphex
a58cbf6e42
Call libretro_free_system_info from RARCH_CTL_PREINIT
2017-05-29 03:26:05 +02:00
twinaphex
7fabbcebba
Revert "Should get rid of the memory leaks to do with the system info"
...
This reverts commit 1808c6de57c275b5804a1cfe97e34db7727bbf7b.
2017-05-29 03:24:15 +02:00
Jean-André Santoni
51adb3ff78
Fix the navigation pointer when clicking tabs in glui
2017-05-29 02:50:42 +02:00
twinaphex
e67b6d4b3c
Fix coverity error
2017-05-29 02:30:12 +02:00
Jean-André Santoni
a23e2ead3c
Start fixing the cancel callback in the content downloader
2017-05-29 02:25:35 +02:00
twinaphex
d2bc5e0454
Fix more ASAN errors
2017-05-29 02:21:56 +02:00
twinaphex
c6ead6e973
Make this code more robust
2017-05-29 02:16:25 +02:00
twinaphex
5a4bb34cf8
Fix directory selection by mouse/touch
2017-05-29 01:50:31 +02:00
twinaphex
39f1441b7c
(XMB) Small optimizations
2017-05-29 01:46:57 +02:00
twinaphex
1808c6de57
Should get rid of the memory leaks to do with the system info
2017-05-29 01:40:46 +02:00
Jean-André Santoni
950aef8ded
Clear the navigation pointer in the content downloader
2017-05-29 01:36:36 +02:00
twinaphex
cf9ecbcf39
Revert "Not sure why we are doing this, we shouldn't need to do this if"
...
This reverts commit ca6c0110fe17bd632ec1e45dc3eedf1116c6cd39.
2017-05-29 00:59:52 +02:00
twinaphex
ca6c0110fe
Not sure why we are doing this, we shouldn't need to do this if
...
we already memcpy this in
2017-05-29 00:57:39 +02:00
twinaphex
30c5a2870f
Put this back here
2017-05-28 19:11:18 +02:00
twinaphex
ffe0987454
Silence some Coverity warnings
2017-05-28 19:06:15 +02:00
twinaphex
c7825e4708
Put this here
2017-05-28 19:00:54 +02:00
twinaphex
c2cb872b08
Cleanup
2017-05-28 18:42:11 +02:00