twinaphex
|
4ea493c86c
|
Turn cheat_manager_free into static function
|
2019-09-17 01:20:30 +02:00 |
|
Yoshi Sugawara
|
ae6e2f5df5
|
(cheevos) create a local string var to set the sublabel attribute when calling rcheevos_get_description. This prevents an unintended pointer reassignment and can cause a crash on strlcpy on some platforms
|
2019-09-16 12:54:03 -07:00 |
|
twinaphex
|
86839db417
|
set_label_shader_watch_for_changes - simplify
|
2019-09-16 20:02:49 +02:00 |
|
benoa
|
744fac6777
|
Wii: Add wiimote lightgun support
|
2019-09-15 00:46:02 +02:00 |
|
jdgleaver
|
a0fd9d21d2
|
Enable customisation of runtime 'last played' display format
|
2019-09-10 16:14:38 +01:00 |
|
LazyBumHorse
|
886d538c48
|
implement video_shader_delay setting (in ms), which delays auto-shaders
|
2019-08-27 16:01:48 +02:00 |
|
Twinaphex
|
6a5b01df33
|
Return ret
|
2019-08-24 20:30:00 +02:00 |
|
twinaphex
|
fd0232ba71
|
Add titles for shader preset save/remove
|
2019-08-24 19:40:24 +02:00 |
|
twinaphex
|
f80d77c06c
|
Add sublabels for XMB menu animations
|
2019-08-24 18:47:25 +02:00 |
|
Twinaphex
|
6dac79d1dc
|
Merge pull request #9347 from LazyBumHorse/get_default_shader_dir
disable get_default_shader_dir() for now
|
2019-08-24 18:38:45 +02:00 |
|
twinaphex
|
4f5f32f5aa
|
Add sublabel for menu widgets
|
2019-08-24 18:37:57 +02:00 |
|
LazyBumHorse
|
215f8f7838
|
disable get_default_shader_dir() for now
|
2019-08-24 18:33:14 +02:00 |
|
twinaphex
|
94e2d646be
|
Add Frame Time Counter settings
|
2019-08-24 18:18:24 +02:00 |
|
LazyBumHorse
|
9b71340959
|
finish up shader menu changes, add 'remove presets' to Qt
|
2019-08-24 16:43:52 +02:00 |
|
twinaphex
|
a93b99b919
|
Hook up start button to 'Load Core' - will unload a core
|
2019-08-24 08:31:07 +02:00 |
|
twinaphex
|
b66c5581db
|
Add Shader Preset Save / Remove
|
2019-08-24 01:44:50 +02:00 |
|
twinaphex
|
f6d2768181
|
(Ozone) Add 'Load Disc/Dump Disc' entries to Ozone
(Ozone) Add texture for disc
(Disc) Add sublabels for Load Disc/Dump Disc
|
2019-08-23 18:35:04 +02:00 |
|
jdgleaver
|
c27149bb67
|
(RGUI) Make particle effects framerate independent + add animation speed setting
|
2019-08-23 12:22:30 +01:00 |
|
Twinaphex
|
f7cda5f753
|
Merge pull request #9336 from LazyBumHorse/preset_reference
save unmodified auto-shaders as a reference instead of a copy
|
2019-08-23 03:38:04 +02:00 |
|
twinaphex
|
6595aef508
|
Add missing sublabel
|
2019-08-23 03:09:29 +02:00 |
|
twinaphex
|
f23172ba81
|
Ability to hide every setting category now
|
2019-08-23 03:06:38 +02:00 |
|
twinaphex
|
5b71939848
|
Add target_lang/source_lang options
|
2019-08-22 19:39:00 +02:00 |
|
LazyBumHorse
|
a882901e39
|
save unmodified auto-shaders as a reference instead of a copy, see:
- implement #reference directive for auto-shaders
- replace usual preset saving and loading functions with video_shader_read_preset() and video_shader_write_preset()
- apply saved presets automatically for console menus
- move auto-shader saving logic from menus into menu_shader.c menu_shader_manager_save_auto_preset()
- refactor menu_shader_manager_save_preset() into menu_shader_manager_save_preset_internal()
|
2019-08-22 16:57:28 +02:00 |
|
twinaphex
|
9a36851beb
|
(AI Service) Add sublabels
|
2019-08-22 07:22:52 +02:00 |
|
twinaphex
|
fea7694027
|
Add AI Service settings
|
2019-08-21 20:43:32 +02:00 |
|
jdgleaver
|
8569e65c18
|
Add optional smooth scrolling menu ticker text
|
2019-08-21 17:01:20 +01: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
|
72bde77ef0
|
Ability to set FPS update interval (new setting - fps_update_interval)
|
2019-08-20 03:05:52 +02:00 |
|
twinaphex
|
ad71451432
|
Add frontend log level setting
|
2019-08-20 01:18:26 +02:00 |
|
twinaphex
|
b13ee8485f
|
Start passing shader pointer to menu_shader.c functions
|
2019-08-18 16:59:09 +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
|
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 |
|
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
|
d30b2ecaca
|
Merge menu_input_dialog.c into retroarch.c
|
2019-08-15 01:08:34 +02:00 |
|
Brad Parker
|
3432f3b852
|
cdrom: initialize all buffers used for drive paths, make sure to null-terminate filled paths in all cases
|
2019-08-12 20:42:40 -04:00 |
|
twinaphex
|
0bc99c8111
|
Buildfix
|
2019-08-12 09:06:58 +02:00 |
|
twinaphex
|
35732f9a8c
|
get_default_shader_dir - go automatically to shaders_slang,
shaders_glsl or shader_cg if the current video driver and context
only supports one of the shader types instead of several
|
2019-08-11 22:50:19 +02:00 |
|
Twinaphex
|
cfd229d95c
|
Merge pull request #9269 from Ryunam/ozone-playlistname-truncation
Add toggle to enable / disable playlist name truncation in Ozone Menu driver
|
2019-08-11 17:35:51 +02:00 |
|
twinaphex
|
3a7ab9bd40
|
Pressing Start on 'Load Shader Preset' will reset
all shader passes and apply changes, effectively disabling
the shaders
|
2019-08-11 16:57:02 +02:00 |
|
Ryunam
|
af42417734
|
Add toggle to enable / disable playlist name truncation in Ozone
|
2019-08-09 18:01:47 +02:00 |
|
jdgleaver
|
ad11e7cc63
|
Add history/favourites to 'Playlist Management' menu
|
2019-08-06 16:53:52 +01:00 |
|
jdgleaver
|
2fc8f5b0bf
|
Add option to save core options per-core
|
2019-08-02 15:44:51 +01:00 |
|
Twinaphex
|
cf71d50424
|
Get rid of unused variable
|
2019-07-31 14:30:06 +02:00 |
|
Twinaphex
|
0297f69e98
|
Merge pull request #9229 from jdgleaver/favourites-size
Add independent 'favourites' playlist size setting
|
2019-07-31 12:35:15 +02:00 |
|
jdgleaver
|
5220dc9084
|
Add independent 'favourites' playlist size setting
|
2019-07-30 17:13:04 +01:00 |
|