meleu
69949187f6
add cheevos_start_active option
2020-05-15 14:49:47 -03:00
jdgleaver
26c01dd34c
(RGUI) Add option to always stretch menu to fill the screen
2020-05-11 11:38:24 +01:00
jdgleaver
63644ac761
(GLUI) Add desktop-style playlist view mode
2020-05-09 14:53:52 +01:00
im4potato
09e54d1e75
US Translation: Fix spelling of "checkerboard" to match other settings
2020-05-07 21:05:30 -07:00
im4potato
38c8369e58
US Translation: Add back RGUI_BORDER_FILLER_THICKNESS
2020-05-07 20:58:50 -07:00
Guo Yunhe
ab7c2f23cf
unify "show/hide" -> "show or hide"
2020-05-01 21:17:52 +03:00
jdgleaver
3f2ba2e791
Add option to mute audio when fast-forwarding
2020-05-01 12:19:31 +01:00
Autechre
9c100ded3a
Merge pull request #10535 from jdgleaver/ozone-metadata-toggle
...
(Ozone) Enable second thumbnail/content metadata toggle using RetroPad 'select'
2020-04-30 15:52:51 +02:00
jdgleaver
0b294faa71
(Ozone) Refactor footer display
2020-04-29 17:54:49 +01:00
im-4-potato
0c40b2b3ef
Merge remote-tracking branch 'upstream/master'
2020-04-27 14:55:08 -07:00
Autechre
6642868b86
Merge pull request #10518 from guoyunhe/patch-5
...
Unify mixer settings strings
2020-04-27 23:06:13 +02:00
im-4-potato
fcb4933671
US Translation: A few fixes for Title Case
2020-04-27 13:43:55 -07:00
im-4-potato
571d9708e1
US Translation: Sync with other changes
2020-04-27 13:18:30 -07:00
Autechre
bd319de5cf
Merge pull request #10517 from guoyunhe/patch-4
...
Force Aspect -> Force Aspect Ratio
2020-04-27 20:30:13 +02:00
im-4-potato
6921ca44a7
US Translation: More Fixes
2020-04-26 17:07:06 -07:00
im-4-potato
7b4a4d1da4
US Translation: More Fixes
2020-04-26 17:00:59 -07:00
im-4-potato
60cfbce48b
US Translation: More fixes
2020-04-26 14:51:20 -07:00
im-4-potato
3e3a84a602
US Translation: More fixes
2020-04-26 12:36:47 -07:00
im-4-potato
68021903c9
US Translation: More minor fixes
2020-04-26 03:15:24 -07:00
im-4-potato
f803ee2c0b
US Translation: A few more "save state" fixes
2020-04-26 03:00:16 -07:00
Guo Yunhe
c40f2ae5bb
Unify mixer settings strings
2020-04-26 12:14:57 +03:00
Guo Yunhe
8d71714446
Update msg_hash_us.h
2020-04-26 11:36:18 +03:00
Guo Yunhe
cc6a5a6077
Update msg_hash_us.h
2020-04-26 09:37:34 +03:00
Guo Yunhe
004588d627
Update msg_hash_us.h
2020-04-26 09:30:49 +03:00
Guo Yunhe
49d0045434
Force Aspect -> Force Aspect Ratio
2020-04-26 09:24:11 +03:00
Guo Yunhe
f5c7b1bf73
Framerate -> Refresh Rate
...
Based on the key and context, here should be `refresh rate` instead of `frame rate`.
2020-04-26 08:55:48 +03:00
im-4-potato
6972492fb4
US Translation: Changes tabs back to spaces
2020-04-25 20:52:10 -07:00
im-4-potato
311a7d40d2
US Translation: Style changes and more cleanup
2020-04-25 20:40:29 -07:00
Autechre
89c405b196
Merge pull request #10487 from jdgleaver/playlist-compression
...
Add optional playlist compression
2020-04-23 13:30:58 +02:00
Autechre
62c2842c86
Merge pull request #10478 from WeedyWeedSmoker/French-translation-update
...
French: Add optional save (SRAM) file compression, Clean up and organize FR translation & Formatting
2020-04-23 04:23:23 +02:00
jdgleaver
fa9290cf1e
Add optional playlist compression
2020-04-21 16:44:26 +01:00
jdgleaver
0d1fd657ab
Add optional save (SRAM) file compression
2020-04-20 12:48:40 +01:00
Weedy Weed Smoker
b4cadb1a16
Caught another formatting error…
2020-04-20 06:49:17 +07:00
Weedy Weed Smoker
a2192b14db
Caught a formatting error…
2020-04-20 06:18:39 +07:00
Weedy Weed Smoker
88d162452a
French: Clean up and organize FR translation
2020-04-20 04:53:17 +07:00
im4potato
d5d4c1a319
msg_hash_us.h: Clean up and organize US translation ( #10460 )
...
* msg_hash_us.h: Clean up and organize US translation
* msg_hash_us.h: More cleanup
* msg_hash_us.h: Update to latest version after syncing with upstream
* msg_hash_us.h: Removed indents from preprocessor lines
Co-authored-by: im-4-potato <jordan@desktop.localdomain>
2020-04-17 21:07:51 -05:00
Weedy Weed Smoker
875bb8bda3
International: Formatting corrections
2020-04-17 03:52:25 +07:00
jdgleaver
233456df47
Add optional save state compression
2020-04-15 15:48:41 +01:00
jdgleaver
223cae66c1
(Playlist Management) Add optional per-playlist alphabetical sorting
2020-04-10 17:07:49 +01:00
trioan
f466cc5143
msvc 2017 -- HAVE_ODROIDGO2 compile fixes
2020-03-29 03:20:34 +00:00
valadaa48
6e4228b054
Add drm_go2_ctx for odroidgo2
...
- Revert odroidgo changes to drm_ctx
- Introduce new drm_go2_ctx specifically for odroidgo2 (and libgo2)
- Add hw_scaling option to mitigate builtin gl scaling/filtering and to
use libgo2 and rga's hw scaling and bicubic filtering via librga. The
quality of the image is improved by this and should be a bit faster.
Credits to CrashOverride for the initial libgo2 port and
commit to RA. And to natinusala for the initial cleanup/commit in the original
drm_ctx driver. NOirBRight for finding this setting and testing.
2020-03-28 03:30:28 +00:00
twinaphex
ac72d19f5c
Update msg_hash_us.h
2020-03-27 18:04:36 +01:00
twinaphex
9f7e55e59d
(intl) Remove HAVE_VIDEO_LAYOUT ifdefs
2020-03-26 03:05:21 +01:00
Autechre
af52212e6d
Merge pull request #10310 from Ryunam/lastplayed-timedate
...
Update timedate style options for Last Played sublabel metadata
2020-03-24 18:16:12 +01:00
jdgleaver
e24274a314
(Manual content scanner/playlist cleaner) Prevent redundant playlist entries when handling M3U content
2020-03-20 14:26:08 +00:00
Ryunam
5a8106308e
Update timedate style options for Last Played sublabel metadata
2020-03-19 18:47:42 +01:00
Ryunam
0310f6dafd
Add European timedate style (DD/MM/YYYY) and reorder timedate options
2020-03-15 16:00:03 +01:00
Tatsuya79
a780755af7
qt: expose dropped thumbnal size limit
2020-03-13 22:46:46 +01:00
twinaphex
7986561598
Rename menu widgets to display widgets
2020-03-13 03:58:33 +01:00
Autechre
76f0c14289
Merge pull request #10263 from jdgleaver/widget-scale-setting-cleanup
...
Use single 'Widgets Scale Override' setting on console and mobile platforms
2020-03-12 16:38:38 +01:00