Commit Graph

52553 Commits

Author SHA1 Message Date
Twinaphex
e0cfa01e99
Merge pull request #10099 from WeedyWeedSmoker/French-translation-update
French translation update
2020-02-13 18:24:28 +01:00
twinaphex
d645478f89 Cleanups 2020-02-13 18:19:04 +01:00
twinaphex
a0ab7ab6fc (Menu) Cleanups 2020-02-13 18:13:21 +01:00
twinaphex
7090de541a - Merge runahead/mylist.c into retroarch.c
- General cleanups
2020-02-13 17:26:11 +01:00
twinaphex
5cb7d29c17 Style nits 2020-02-13 17:11:57 +01:00
twinaphex
2f64329c98 Cleanups 2020-02-13 17:04:49 +01:00
twinaphex
732fe2e996 Simplify menu_shader_manager_set_preset 2020-02-13 17:01:06 +01:00
twinaphex
d02dbcfedd Update CHANGES.md 2020-02-13 14:18:30 +01:00
Twinaphex
a97557f2e4
Merge pull request #10111 from jdgleaver/ozone-scaling
(Ozone) Add DPI-based scaling
2020-02-13 14:16:34 +01:00
twinaphex
b004202cbf Revert "Reduce dependency on settings in menu_widgets.c"
This reverts commit ec53a400a7.
2020-02-13 14:11:52 +01:00
twinaphex
2e0f921ded Cleanups 2020-02-13 02:18:38 +01:00
twinaphex
b7a17442d9 (menu_shader.c) Remove configuration.h dependency 2020-02-13 02:04:35 +01:00
twinaphex
699a21fa87 Cleanups 2020-02-13 01:09:27 +01:00
twinaphex
4c95d1af4e (network) Turn some functions into static functions 2020-02-12 20:06:21 +01:00
twinaphex
013117318c (network) Get rid of all the settings pointer grabbing 2020-02-12 20:01:48 +01:00
twinaphex
e93244e0cb Cleanups 2020-02-12 17:26:54 +01:00
twinaphex
71030e4d81 Cleanup 2020-02-12 17:18:14 +01:00
twinaphex
7eb41e7057 (JACK) Get rid of configuration.h dependency 2020-02-12 17:13:47 +01:00
twinaphex
ec53a400a7 Reduce dependency on settings in menu_widgets.c 2020-02-12 17:06:53 +01:00
twinaphex
bb0840956f (menu_osk) Cleanup - take out configuration.h dependencies 2020-02-12 16:45:50 +01:00
twinaphex
dd01ae8ebc menu_animation.c - no more dependency on configuration.h 2020-02-12 16:31:15 +01:00
twinaphex
1105d1019d Reduce some configuration dependencies 2020-02-12 16:13:28 +01:00
twinaphex
d918c1791a Get rid of some configuration.h dependencies 2020-02-12 16:09:30 +01:00
jdgleaver
b1773cc73b (Switch) Report correct (approximate) DPI in 'docked' mode 2020-02-12 14:25:49 +00:00
twinaphex
83a03b6679 Silence this warning 2020-02-12 14:16:09 +01:00
Twinaphex
f3b3fc3935
Merge pull request #10102 from Jamiras/cheevos_unsupported_core
(cheevos) if the core says it's exposing SYSTEM_RAM, give it the benefit of the doubt
2020-02-12 13:38:46 +01:00
jdgleaver
fff9a4f0c5 (Ozone) Add DPI-based scaling 2020-02-11 17:03:54 +00:00
twinaphex
1f6b90a4f9 Prevent warnings 2020-02-10 20:45:17 +01:00
twinaphex
bc5349061f Missing prototype 2020-02-10 20:39:53 +01:00
twinaphex
70e3ddb224 Cleanups 2020-02-10 17:19:49 +01:00
twinaphex
5e20a7ef5e Rework some of the config.def.h variables 2020-02-10 15:33:32 +01:00
twinaphex
0fd00ca82f Cleanup 2020-02-10 15:24:14 +01:00
twinaphex
1fafdb2843 Style nits 2020-02-10 13:18:27 +01:00
twinaphex
c142ee19ba Cleanups 2020-02-10 13:12:26 +01:00
twinaphex
880391d0c5 (libnx) Try to silence warnings 2020-02-10 12:36:11 +01:00
twinaphex
9dbad614a5 Prevent warnings 2020-02-10 11:54:05 +01:00
twinaphex
0c6bb6660a Cleanups 2020-02-10 11:49:50 +01:00
twinaphex
dce610747b Update audio resampler 2020-02-07 07:53:23 +01:00
Twinaphex
84e6c2a185
Merge pull request #10095 from eadmaster/patch-2
added GET_CONFIG_PARAM and SHOW_MSG network commands
2020-02-06 19:57:15 +01:00
Jamiras
446e44cb09 if the core says it's exposing SYSTEM_RAM, give it the benefit of the doubt 2020-02-05 18:16:34 -07:00
Twinaphex
eb58b8c0b5
Update opensl.c 2020-02-05 18:53:11 +01:00
Twinaphex
51964eee20 Remove unused variable 2020-02-05 07:17:25 +01:00
Twinaphex
8bda4553ed
Update CHANGES.md 2020-02-05 02:33:17 +01:00
Twinaphex
b8951b9934
Update CHANGES.md 2020-02-05 02:31:32 +01:00
Twinaphex
0b7edbad28
Merge pull request #10100 from hasenbanck/fix-ffmpeg-seek
Fix crash on seeking when using HW decoding in some cases.
2020-02-05 02:31:06 +01:00
Nils Hasenbanck
baf065b789 Fix crash on seeking when using HW decoding in some cases.
This fix makes sure that we don't de-allocate the video buffer before
while the decoding thread is still working. We also don't throw
an misleading error when the decoding threads flushed the buffers
on seeking.
2020-02-04 21:29:35 +01:00
Weedy Weed Smoker
609dde0988
Another small change to the french translation 2020-02-05 03:15:03 +07:00
Weedy Weed Smoker
41b5387203
Small change to the french translation 2020-02-05 03:06:06 +07:00
Weedy Weed Smoker
2311936580
French translation update
and small typo fix for the english file…
2020-02-05 02:59:48 +07:00
Twinaphex
ed4558fadd
Merge pull request #10096 from jdgleaver/disk-control-notification-labels
(Disk Control) Add disk labels to 'disk inserted' notifications
2020-02-04 20:10:18 +01:00