twinaphex
|
a602975c72
|
Another attempted fix
|
2019-08-28 07:50:51 +02:00 |
|
twinaphex
|
7653ced3b3
|
See if this finally silences the ASAN runtime errors
|
2019-08-28 07:44:58 +02:00 |
|
twinaphex
|
88dabc7260
|
Prevent these two runtime errors with ASAN
|
2019-08-28 07:37:49 +02:00 |
|
LazyBumHorse
|
886d538c48
|
implement video_shader_delay setting (in ms), which delays auto-shaders
|
2019-08-27 16:01:48 +02:00 |
|
twinaphex
|
2cad33b19e
|
(AI Service) Set japanese to 'ja'
|
2019-08-26 23:58:57 +02:00 |
|
twinaphex
|
59571b5aa4
|
Guard against aspect ratio index being out of bounds
|
2019-08-25 08:10:30 +02:00 |
|
twinaphex
|
8780541de9
|
(Win32) Add deferred menu context reset - menu should properly rescale now
when we do a Win32 window resize
|
2019-08-24 20:03:09 +02:00 |
|
twinaphex
|
42f2d0ffa4
|
Add private environment callback - only used by Flycast
(RetroArch-specific, for threaded rendering)
|
2019-08-24 19:25:03 +02:00 |
|
twinaphex
|
94e2d646be
|
Add Frame Time Counter settings
|
2019-08-24 18:18:24 +02:00 |
|
twinaphex
|
f8fb2bf3dc
|
Reset A/V counter when loading/saving a state - will be made
configurable through settings
|
2019-08-24 17:22:52 +02:00 |
|
LazyBumHorse
|
9b71340959
|
finish up shader menu changes, add 'remove presets' to Qt
|
2019-08-24 16:43:52 +02:00 |
|
twinaphex
|
b6c92d5a66
|
Do video driver monitor reset after fastforwarding; helps prevent
the building up of big frametime deviations
|
2019-08-24 09:17:54 +02:00 |
|
twinaphex
|
297f2b3050
|
Cover edge case - if this would return false, this would not be
set to false, and as a result, Load Core would not show
|
2019-08-24 08:15:57 +02:00 |
|
twinaphex
|
d492f1acaf
|
Hide 'Load Core' when a core is already loaded and the libretro
core has started running its runloop
|
2019-08-24 06:37:10 +02: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 |
|
Barry Rowe
|
ccc073d506
|
Added in fixes for translation.
|
2019-08-22 18:24:26 -07:00 |
|
Twinaphex
|
e1260b2186
|
Remove unused variables
|
2019-08-22 23:40:14 +02:00 |
|
twinaphex
|
40ad1319c4
|
Buildfix
|
2019-08-22 23:31:33 +02:00 |
|
twinaphex
|
94308efcd8
|
First separator needs to be '?', then it becomes '&'
|
2019-08-22 23:24:44 +02:00 |
|
twinaphex
|
2c063cb1c9
|
(Translation) Add "?mode=fast" first when we set either language
and/or target language
|
2019-08-22 23:18:10 +02:00 |
|
twinaphex
|
fa1f98dbac
|
Append target_lang and source_lang to AI service URL when the
settings are set
|
2019-08-22 22:55:04 +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 |
|
jdgleaver
|
84dac7745e
|
Make smooth ticker text scroll speed resolution independent
|
2019-08-22 11:49:05 +01:00 |
|
twinaphex
|
565d2351d1
|
Fixes hotkeys not properly working when gamepads are mapped to
a different logical port from their physical one
|
2019-08-22 02:50:17 +02:00 |
|
twinaphex
|
90266a2a6a
|
Cleanups
|
2019-08-21 22:48:19 +02:00 |
|
twinaphex
|
bd87e7fc17
|
Merge translation_service.c into retroarch.c
|
2019-08-21 22:40:47 +02:00 |
|
twinaphex
|
5481166156
|
(Vita) Buildfix
|
2019-08-21 08:02:56 +02:00 |
|
twinaphex
|
01bd4c22ad
|
Avoid warning
|
2019-08-20 23:14:16 +02:00 |
|
twinaphex
|
12698f561f
|
(Discord) Call Discord_RunCallbacks directly
|
2019-08-20 20:24:41 +02:00 |
|
twinaphex
|
b059119213
|
Simplify input_keys_pressed
|
2019-08-20 20:11:57 +02:00 |
|
twinaphex
|
5752ea58f3
|
Use button masks for menu_input_keys_pressed
|
2019-08-20 18:59:23 +02:00 |
|
twinaphex
|
c1f961b94e
|
Start turning the two input functions closer together
|
2019-08-20 18:46:01 +02:00 |
|
twinaphex
|
75c7b2a29a
|
Simplify menu_input_keys_pressed
|
2019-08-20 18:25:52 +02:00 |
|
twinaphex
|
ab5e5d3a80
|
Add Quick Menu -> Views ->'Show Resume/Restart/Close content'
|
2019-08-20 18:08:44 +02:00 |
|
twinaphex
|
230b4b95dc
|
Cleanups
|
2019-08-20 16:57:07 +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
|
7c16b9e836
|
Get rid of unused variables
|
2019-08-18 20:51:43 +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 |
|
LazyBumHorse
|
39c02664a8
|
fixes "Save Shader Preset As" dialog immediately popping up again on linux
|
2019-08-18 15:15:47 +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 |
|
twinaphex
|
a5f6c8f94d
|
Cleanups
|
2019-08-15 17:44:02 +02:00 |
|
twinaphex
|
bc46b1c802
|
Cleanups
|
2019-08-15 16:17:49 +02:00 |
|
twinaphex
|
8db00a17af
|
(Menu widgets) Checks were wrong - should be correct now
|
2019-08-15 16:09:18 +02:00 |
|
twinaphex
|
edaf8eb702
|
menu_widgets_volume_update_and_show always returns true
|
2019-08-15 15:46:16 +02:00 |
|