twinaphex
|
2756217d9b
|
(menu_cbs_ok.c) Cut down on code duplication
|
2017-08-13 06:36:53 +02:00 |
twinaphex
|
6ec27a7e5d
|
Get rid of one calloc call and replace it with malloc
|
2017-08-13 06:14:54 +02:00 |
twinaphex
|
a0cbb1ee43
|
Use malloc instead of calloc
|
2017-08-13 06:05:35 +02:00 |
Higor Eurípedes
|
950b77c0ca
|
(xmb) Speed up xmb_list_insert() and xmb_deep_copy() a bit
This replaces calloc() and memcpy() calls with custom functions to
handle xmb_node_t allocation and copy optimized for the common case.
|
2017-08-12 22:30:22 -03:00 |
Higor Eurípedes
|
26a9648c4f
|
(menu_animation) Detect when defrag is really needed
|
2017-08-12 22:30:22 -03:00 |
Higor Eurípedes
|
c384f56e4f
|
Speed up playlist reparse
|
2017-08-12 22:30:22 -03:00 |
twinaphex
|
4dd3d897dc
|
Revert "Get rid of a ton of HAVE_SHADER_MANAGER ifdefs"
This reverts commit c4f7111aa3 .
|
2017-08-13 02:08:33 +02:00 |
twinaphex
|
c4f7111aa3
|
Get rid of a ton of HAVE_SHADER_MANAGER ifdefs
|
2017-08-13 02:04:57 +02:00 |
twinaphex
|
51ca9825dd
|
Cleanups
|
2017-08-13 00:55:47 +02:00 |
twinaphex
|
cb2fd48bb6
|
Push some small optimizations to menu_cbs_left.c and menu_cbs_right.c
too
|
2017-08-13 00:45:20 +02:00 |
twinaphex
|
a98e8bc915
|
Optimize this part
|
2017-08-13 00:39:11 +02:00 |
Higor Eurípedes
|
9f760af6c6
|
Menu improvements (#5288)
* (menu_animation) Stop KILL_BY_SUBJECT asap
* (xmb) Don't query mouse/pointer state so many times per frame
|
2017-08-12 22:53:56 +02:00 |
twinaphex
|
f546020429
|
Silence more warnings with C89_BUILD
|
2017-08-12 18:06:48 +02:00 |
Jean-André Santoni
|
f1ccd29e77
|
(XMB) Display the favorite icon for content
|
2017-08-12 17:27:31 +02:00 |
Jean-André Santoni
|
d037546a13
|
(XMB) Display favorites tab, part 2
|
2017-08-12 17:10:14 +02:00 |
Jean-André Santoni
|
61cc899867
|
(XMB) Display the favorites tab, part 1
|
2017-08-12 16:37:20 +02:00 |
Rob Loach
|
fc2637a696
|
Add to Favorites label
|
2017-08-12 10:04:12 -04:00 |
Rob Loach
|
80be260b68
|
Merge branch 'master' of github.com:libretro/RetroArch into favorites
|
2017-08-12 01:48:17 -04:00 |
twinaphex
|
a443196726
|
Cut down on code duplication
|
2017-08-11 02:51:09 +02:00 |
twinaphex
|
a5bb61684c
|
Get rid of these conditionals
|
2017-08-11 02:30:23 +02:00 |
twinaphex
|
dad0fcbbe8
|
Get rid of the conditionals
|
2017-08-11 01:20:57 +02:00 |
twinaphex
|
22139dc4a0
|
Turn menu_animation_ctx_tag into typedef
|
2017-08-11 01:16:21 +02:00 |
twinaphex
|
4e66ec28cb
|
Some more truncation fixes
|
2017-08-10 23:19:54 +02:00 |
twinaphex
|
4a9c7384c7
|
Silence more format truncation warnings
|
2017-08-10 23:14:03 +02:00 |
twinaphex
|
16f59aba96
|
Some C89_BUILD fixes
|
2017-08-10 21:38:57 +02:00 |
Jean-André Santoni
|
05558697ca
|
(Lakka) Fix Online Updater
|
2017-08-09 15:16:27 +02:00 |
twinaphex
|
9272d26269
|
Start filling in more resolution functionality for Windows
|
2017-08-09 04:17:32 +02:00 |
Higor Eurípedes
|
63c0cae326
|
(xmb) Defragment and shrink tween list after updates
|
2017-08-08 22:37:37 -03:00 |
Higor Eurípedes
|
8d358899df
|
(xmb) Fix segfault when entering certain lists
|
2017-08-08 22:34:54 -03:00 |
Higor Eurípedes
|
c0cb042998
|
(xmb) Improve responsiveness while browsing horizontally
|
2017-08-08 21:05:00 -03:00 |
denu8thell
|
5bece2cbcc
|
Merge branch 'master' of https://github.com/libretro/RetroArch into overlay_controller_response
|
2017-08-08 09:57:50 -05:00 |
denu8thell
|
c5b36320df
|
Added option to change controller port to listen to for showing overlay input.
|
2017-08-08 09:56:27 -05:00 |
denu8thell
|
c07380293e
|
Added sublabel to Show Inputs On Overlay
|
2017-08-08 09:05:03 -05:00 |
denu8thell
|
f0606d60d2
|
Add option and menu setting for viewing inputs on overlay.
|
2017-08-08 06:50:39 -05:00 |
ensra
|
6a36453f20
|
Cast ctype args to unsigned char
|
2017-08-08 12:21:48 +01:00 |
twinaphex
|
56733c6f18
|
(xmb) deep list copy - Use malloc instead of calloc
|
2017-08-07 00:14:37 +02:00 |
twinaphex
|
7c1d3991f8
|
Some C89 buildfixes
|
2017-08-06 17:12:57 +02:00 |
Twinaphex
|
ba31285160
|
Merge pull request #5172 from RobLoach/horizontalperf
Allow Toggling the XMB Horizontal Animation
|
2017-08-06 16:08:59 +02:00 |
twinaphex
|
912c7265e6
|
Get rid of some warnings
|
2017-08-06 14:03:09 +02:00 |
Twinaphex
|
1a7247c1bb
|
Merge pull request #5247 from fr500/master
Input remapping improvements
|
2017-08-06 12:42:31 +02:00 |
Brad Parker
|
6b369775cf
|
add unicode-aware option for word_wrap (only needed for xmb)
|
2017-08-06 03:33:13 -04:00 |
Andrés
|
54ef8f1399
|
Merge branch 'master' into master
|
2017-08-06 02:06:19 -05:00 |
radius
|
2cd552b760
|
make all the directories reseteable
|
2017-08-05 14:38:50 -05:00 |
radius
|
7af556e200
|
add menu settings
|
2017-08-05 13:14:26 -05:00 |
radius
|
2db79242c9
|
remove remaps
|
2017-08-05 11:21:07 -05:00 |
Rob Loach
|
2a7bb2def1
|
Add initial work on Favorites
|
2017-08-04 22:34:13 -04:00 |
twinaphex
|
33f80371fc
|
Refactor this to be a bit safer with string lists
|
2017-08-04 21:16:49 +02:00 |
twinaphex
|
7ea86f2b16
|
Get rid of logging
|
2017-08-04 21:08:42 +02:00 |
twinaphex
|
93eb7b349a
|
Add mod/s3m/xm support to audio mixer in GUI
|
2017-08-04 21:08:02 +02:00 |
twinaphex
|
3de9bb9fe1
|
Shouldn't be part of images
|
2017-08-04 20:51:52 +02:00 |
twinaphex
|
70e741a70b
|
Buildfix
|
2017-08-04 20:34:32 +02:00 |
Twinaphex
|
d11b9e80b4
|
Merge pull request #5244 from rtissera/modsupport
Add MOD/S3M/XM support to audio mixer (libretro-common) through micromod/ibxm
|
2017-08-04 20:36:55 +02:00 |
Romain Tisserand
|
cbe2d9a941
|
Preliminary MOD/S3M/XM support through ibmx library (part of micromod repository)
|
2017-08-04 15:05:29 +02:00 |
Justin Jacobs
|
150bc81ee1
|
Add "Delete Core" option to Core Information menu (#5132)
|
2017-08-03 18:38:30 -04:00 |
Monroe88
|
3256af4ffe
|
(menu-setting.c) Allow Max Timing Skew to be set to 0
|
2017-08-01 21:03:58 -05:00 |
twinaphex
|
572f7bea2b
|
Document menu_cbs.c
|
2017-07-31 18:40:23 +02:00 |
twinaphex
|
14d66749cc
|
Document menu_event.c
|
2017-07-31 18:26:18 +02:00 |
twinaphex
|
3687a706b9
|
More documentation
|
2017-07-31 18:18:13 +02:00 |
twinaphex
|
e7eac6004b
|
MOre documentation
|
2017-07-31 17:58:28 +02:00 |
Jean-André Santoni
|
7a20875668
|
(MUI) More comments
|
2017-07-31 17:34:10 +02:00 |
Jean-André Santoni
|
3566c41b9c
|
(MUI) More comments
|
2017-07-31 17:31:09 +02:00 |
twinaphex
|
b8853b76a5
|
Start documenting menu_driver.h
|
2017-07-31 17:30:50 +02:00 |
Jean-André Santoni
|
aed8ec7741
|
(MUI) First batch of comments
|
2017-07-31 17:06:12 +02:00 |
twinaphex
|
8ed147e1f3
|
Revert "(MUI) Attempt to fix the single click"
This reverts commit d5d0f580b0 .
|
2017-07-31 15:08:50 +02:00 |
Jean-André Santoni
|
d5d0f580b0
|
(MUI) Attempt to fix the single click
|
2017-07-30 23:15:35 +02:00 |
twinaphex
|
b5323b65b1
|
Revert "(GLUI) Don't select an entry when scrolling"
This reverts commit 9b1ab23aa1 .
|
2017-07-30 16:35:17 +02:00 |
twinaphex
|
1b9ae701f5
|
Turn this off
|
2017-07-30 16:02:50 +02:00 |
twinaphex
|
fad37a3bd1
|
Load Content Special should now produce a filebrowser
|
2017-07-30 15:58:46 +02:00 |
Brad Parker
|
c072894a93
|
netplay: show country next to lobby nickname
|
2017-07-29 02:24:11 +00:00 |
twinaphex
|
507379406d
|
Another build fix
|
2017-07-26 02:41:13 +02:00 |
twinaphex
|
82913126ef
|
Buildfix + stub this out for now
|
2017-07-26 02:38:56 +02:00 |
Twinaphex
|
432e5c02de
|
Merge pull request #5161 from fr500/subsystem
start implementing subsystem
|
2017-07-26 02:33:34 +02:00 |
Rob Loach
|
2a8753d13c
|
Fix integer wrap for Rewind Granularity in Menu
Fixes #5210
|
2017-07-25 12:33:41 -04:00 |
radius
|
84e0251a86
|
add retroarch version to lan announcement
|
2017-07-24 21:13:28 -05:00 |
radius
|
d560660bdc
|
add room type in the title
|
2017-07-24 20:52:27 -05:00 |
radius
|
fcbcfab3d9
|
disable SRAM autosave while netplay is underway
|
2017-07-24 20:13:53 -05:00 |
radius
|
c2882164f9
|
reenable rewind if the user disables netplay
|
2017-07-24 20:13:53 -05:00 |
radius
|
d889f594a3
|
small fixes
|
2017-07-24 20:13:53 -05:00 |
radius
|
e09075dc25
|
Add RetroArch version and use different icons for different room types
|
2017-07-24 20:13:52 -05:00 |
twinaphex
|
cfc7f4c8c7
|
Cleanups
|
2017-07-23 19:46:11 +02:00 |
radius
|
b14593081d
|
start implementing subsystem
|
2017-07-21 19:06:06 -05:00 |
Jean-André Santoni
|
d2cdc97e8f
|
Don't reinit the audio driver when audio device is switched for now. It can break the setting UI.
|
2017-07-16 20:48:57 +02:00 |
Rob Loach
|
7d71746b21
|
Add Horizontal Animation configuration
|
2017-07-14 15:11:27 -04:00 |
Rob Loach
|
24107229fc
|
Remove horizontal slide animation for XMB
|
2017-07-14 14:49:41 -04:00 |
Jean-André Santoni
|
9b1ab23aa1
|
(GLUI) Don't select an entry when scrolling
|
2017-07-13 18:00:02 +02:00 |
Joseph Montgomery
|
28ef2d6487
|
Fix driver menu left wrap
Driver options in Settings/Driver should wrap left now.
|
2017-07-11 21:00:44 -04:00 |
meleu
|
3c07209a1a
|
added cheevos_verbose_enable to Achievements menu
|
2017-07-02 04:59:39 -03:00 |
twinaphex
|
e9f9702a2d
|
(playlist.c) Don't expose struct details to outside
|
2017-07-01 03:38:36 +02:00 |
Sérgio Benjamim
|
4293e5b334
|
Disable Core Updater in playlists too, if menu_show_core_updater == false
|
2017-06-30 19:59:56 -03:00 |
Jean-André Santoni
|
98beb5d64c
|
Hide the wifi stuff if HAVE_LAKKA is undefined
|
2017-06-22 13:35:56 +02:00 |
Jean-André Santoni
|
736defed49
|
Flag some settings with LAKKA_ADVANCED
|
2017-06-21 14:28:15 +02:00 |
Jean-André Santoni
|
7202d38c57
|
Adopt the default UI settings organization in Lakka
|
2017-06-21 14:25:01 +02:00 |
Jean-André Santoni
|
e08089de48
|
Fix Lakka updater
|
2017-06-21 14:16:19 +02:00 |
twinaphex
|
c2c4eeb4ca
|
Buildfix
|
2017-06-20 02:52:04 +02:00 |
twinaphex
|
9bf8465e02
|
Disable this by default for lakka and vita
|
2017-06-20 02:47:55 +02:00 |
twinaphex
|
540b9d5615
|
Add 'Show Core Updater'
|
2017-06-20 02:22:07 +02:00 |
twinaphex
|
c2c2e0cdc9
|
Add title to User Interface -> Views
|
2017-06-20 02:07:05 +02:00 |
twinaphex
|
652452b905
|
Create User Interface -> Views
|
2017-06-20 02:04:23 +02:00 |
twinaphex
|
66fc9e6a06
|
Add menu_show_online_updater
|
2017-06-20 01:42:28 +02:00 |
Twinaphex
|
4200c2f135
|
Merge pull request #5078 from psyke83/xmbwallpaper
xmb: fix incorrect wallpaper alpha blending
|
2017-06-19 17:43:32 +02:00 |