twinaphex
e536911bb0
Buildfix for C89_BUILD
2019-08-21 08:14:39 +02:00
twinaphex
b19d83c1e4
Set default values for some settings
2019-08-21 03:18:11 +02:00
twinaphex
039daf3374
Ability to hide 'Input Settings'
2019-08-21 00:27:40 +02:00
twinaphex
7bce5783aa
Add User Interface -> Views -> Settings
2019-08-21 00:04:34 +02:00
twinaphex
ab5e5d3a80
Add Quick Menu -> Views ->'Show Resume/Restart/Close content'
2019-08-20 18:08:44 +02:00
twinaphex
b46545cd64
menu_driver_frame - use video_info->menu_is_alive instead
2019-08-20 17:04:06 +02:00
twinaphex
dd83bc98a2
(menu_driver.c) Avoid function calls when possible
2019-08-20 16:38:45 +02:00
twinaphex
525d63f9ec
use menu_entries_get_selection_buf_ptr_internal
2019-08-20 16:24:10 +02:00
twinaphex
d8860104d3
Get rid of file_list_get_alt_at_offset
2019-08-20 06:13:33 +02:00
twinaphex
74c79e3962
Don't go through these superfluous functions
2019-08-20 06:03:28 +02:00
twinaphex
c38b8bee45
Cleanups
2019-08-20 05:03:12 +02:00
twinaphex
9ece732348
(Menu settings) Turn function static and some style nits
2019-08-20 03:44:17 +02:00
twinaphex
afc7f9ae12
(menu setting) Cleanups
2019-08-20 03:32:53 +02:00
twinaphex
cc86a78740
change_handler gets called every frame, so make this as
...
efficient as possible
2019-08-20 03:26:17 +02:00
twinaphex
72bde77ef0
Ability to set FPS update interval (new setting - fps_update_interval)
2019-08-20 03:05:52 +02:00
twinaphex
73663104b3
Add separate setting for Frontend Logging Level
2019-08-20 01:34:40 +02:00
twinaphex
ad71451432
Add frontend log level setting
2019-08-20 01:18:26 +02:00
twinaphex
eff7cb467e
Don't hide 'Show Quit RetroArch' for regular RetroArch
2019-08-20 01:07:16 +02:00
Twinaphex
7c16b9e836
Get rid of unused variables
2019-08-18 20:51:43 +02:00
twinaphex
db043a7fd7
Less references to internal pointer
2019-08-18 17:04:14 +02:00
twinaphex
b13ee8485f
Start passing shader pointer to menu_shader.c functions
2019-08-18 16:59:09 +02:00
twinaphex
c963b3be6a
menu_display_toggle_reason was never used, get rid of it
2019-08-18 16:41:01 +02:00
twinaphex
9c81253226
(menu_shader.c) Style nits/cleanups
2019-08-18 16:33:36 +02:00
LazyBumHorse
288c673c61
fix not being able to apply shader if none was loaded before
2019-08-18 10:11:01 +02:00
twinaphex
52f8bef386
Buildfix for non-shader builds
2019-08-18 00:48:56 +02:00
LazyBumHorse
be20b9c283
implement global shader presets
2019-08-17 22:11:17 +02:00
twinaphex
dec409bf17
Revert "Cleanups"
...
This reverts commit cb9a9e9525f7ec0e68b94172e2214a9fc6975a71.
2019-08-17 18:51:09 +02:00
twinaphex
cb9a9e9525
Cleanups
2019-08-17 16:59:18 +02:00
Twinaphex
5e2e1c82c5
Merge pull request #9315 from LazyBumHorse/set-shader
...
add --set-shader and overhaul shader loading logic
2019-08-17 16:32:42 +02:00
LazyBumHorse
719555bae1
Overhaul shader loading logic, add --set-shader CLI option
2019-08-17 15:20:51 +02:00
jdgleaver
28083c7b54
(XMB/Ozone) Fix display of horizontal playlists
2019-08-16 17:36:13 +01:00
jdgleaver
75ae05d287
(menu_thumbnail_path) API clean-up + tiny bug fix
2019-08-16 15:49:57 +01:00
twinaphex
f61602de59
Buildfix
2019-08-16 16:09:15 +02:00
twinaphex
bf8edb18b8
Cleanups
2019-08-16 16:04:39 +02:00
twinaphex
8c74de7787
(Menu) cleanups
2019-08-16 15:51:22 +02:00
twinaphex
9d61590540
Merge menu_entries.c into menu_driver.c
2019-08-16 15:40:45 +02:00
twinaphex
9456d88ce4
Cleanups
2019-08-16 15:36:44 +02:00
twinaphex
c69c972942
(Menu) Cleanups
2019-08-16 15:17:33 +02:00
jdgleaver
3da96deec3
Enable per-playlist thumbnail selection
2019-08-15 18:05:31 +01:00
twinaphex
111a7fea92
(Menu widgets) Should use MAX macro here from retro_miscellaneous.h
2019-08-15 15:56:30 +02:00
twinaphex
a5f411ef5c
Cleanups
2019-08-15 15:50:26 +02:00
twinaphex
92dec44b0e
menu_widgets_push_achievements always returns true
2019-08-15 15:48:08 +02:00
twinaphex
edaf8eb702
menu_widgets_volume_update_and_show always returns true
2019-08-15 15:46:16 +02:00
twinaphex
6c775ef170
These functions always return true
2019-08-15 15:42:24 +02:00
twinaphex
17957e0816
(Menu widgets) DO away with == NULL/!= NULL checks
2019-08-15 15:17:01 +02:00
twinaphex
57df6dda82
(Menu widgets) Some architectural cleanups -
...
* Don't have all these manual setters
* Don't copy over the FPS text, instead make use
of video_info->fps_text
* Boolean checks always returned true anyway, so
avoid unnecessary conditional checks
2019-08-15 15:13:07 +02:00
twinaphex
a500219d8c
Move menu_widgets_ready to retroarch.c
2019-08-15 14:56:38 +02:00
twinaphex
6c671faed6
Start preparing for menu_widgets_ready to be moved to retroarch.c
2019-08-15 14:20:51 +02:00
twinaphex
d30b2ecaca
Merge menu_input_dialog.c into retroarch.c
2019-08-15 01:08:34 +02:00
twinaphex
ba3e940cac
(menu_driver.c) Cleanups
2019-08-14 17:19:39 +02:00