3158 Commits

Author SHA1 Message Date
Tatsuya79
940ad64d41
Allow bypassing savestate info files filtering (#14906) 2023-01-26 15:56:33 +01:00
github-actions
97c8aa2a63 Fetch translations from Crowdin 2023-01-26 00:11:58 +00:00
github-actions
960204b5eb Fetch translations from Crowdin 2023-01-25 00:11:53 +00:00
sonninnos
c6dc92fc07
Override bind save + menu manager overhaul (#14895)
* Input bind override conf saving

* Override menu overhaul
2023-01-24 01:42:50 +01:00
github-actions
ac5d6ade25 Fetch translations from Crowdin 2023-01-24 00:11:28 +00:00
github-actions
b484ddfe4e Fetch translations from Crowdin 2023-01-23 00:11:47 +00:00
github-actions
247991e53b Fetch translations from Crowdin 2023-01-22 00:12:23 +00:00
libretroadmin
27b485a0f7 (intl) CLeanups 2023-01-21 18:50:00 +01:00
sonninnos
3b129e6098
State slot hotkey adjustments (#14881) 2023-01-21 13:47:55 +01:00
github-actions
57a2edfc3f Fetch translations from Crowdin 2023-01-21 00:11:30 +00:00
libretroadmin
3abd6f12f3 (intl) Cleanups 2023-01-20 19:31:28 +01:00
zoltanvb
3d654cbed4
Remove translations now maintained via Crowdin (#14876)
After PR libretro#14821 , the
contents of msg_hash_xx.c files are present in the normal translation
workflow. These files can and should be reduced to stub versions,
since new translations won't take effect otherwise.

One file missed from previous commit and stubbed completely.
Other files trimmed: only translated entries are kept, original English
entries and very partially translated items are removed.
2023-01-20 19:17:09 +01:00
libretroadmin
16621f0a0c Remove unused variables 2023-01-20 18:33:53 +01:00
zoltanvb
4cf17c538b
Remove translations now maintained via Crowdin (#14872)
After PR libretro#14821 , the
contents of msg_hash_xx.c files are present in the normal translation
workflow. These files can and should be reduced to stub versions,
since new translations won't take effect otherwise.

These languages had the original English text as help at the time of
commit, so it is safe to assume no translation content is lost.
Some content is preserved until Crowdin translation catches up.
2023-01-20 16:43:27 +01:00
github-actions
321a215c47 Fetch translations from Crowdin 2023-01-20 00:11:52 +00:00
zoltanvb
d689a84581
Remove translations now maintained via Crowdin (#14869)
After PR https://github.com/libretro/RetroArch/pull/14821 , the
contents of msg_hash_xx.c files are present in the normal translation
workflow. These files can and should be reduced to stub versions,
since new translations won't take effect otherwise.

These languages have reached 100% completeness on Crowdin at the
time of commit, so it is safe to assume no translation content is
lost.
2023-01-19 11:32:10 +01:00
github-actions
655e2f1969 Fetch translations from Crowdin 2023-01-19 00:11:53 +00:00
github-actions
683931f28c Fetch translations from Crowdin 2023-01-18 00:11:47 +00:00
zoltanvb
23d54bcec0
Fix warning: embedding a directive within macro arguments is not portable (#14859) 2023-01-17 08:07:15 +01:00
github-actions
3ee14d1dc7 Fetch translations from Crowdin 2023-01-17 00:11:47 +00:00
zoltanvb
abb8686010
Improve help texts (#14858)
Context dependent help text for audio and video drivers
Language corrections
2023-01-16 20:28:27 +01:00
sonninnos
ddcea16634
Show Frame Delay without VSync (#14857) 2023-01-16 20:27:48 +01:00
github-actions
6745d9a807 Fetch translations from Crowdin 2023-01-16 00:11:59 +00:00
github-actions
d33c2ff56e Fetch translations from Crowdin 2023-01-15 00:12:18 +00:00
github-actions
2ae8a34cfb Fetch translations from Crowdin 2023-01-14 00:11:52 +00:00
sonninnos
2f1a03523b
Hotkey blocking correction (#14831) 2023-01-13 04:56:14 +01:00
Bobby Smith
06c3cd80aa
Fix subsystems sublabels (#14843) 2023-01-13 04:48:02 +01:00
github-actions
52f34ee78f Fetch translations from Crowdin 2023-01-13 00:12:02 +00:00
github-actions
2a4a266a4a Fetch translations from Crowdin 2023-01-12 00:12:26 +00:00
github-actions
cf4350178b Fetch translations from Crowdin 2023-01-11 00:12:25 +00:00
neil4
7213aada8d
Add Preemptive Frames to Latency Settings (#14832) 2023-01-10 07:22:14 +01:00
github-actions
975300a320 Fetch translations from Crowdin 2023-01-10 00:12:25 +00:00
github-actions
f0656f10de Fetch translations from Crowdin 2023-01-09 00:12:37 +00:00
zoltanvb
6412a1d1a1
msg_hash_us.c to Crowdin, phase 2 (with Android fix) (#14825)
* msg_hash_us.c contents to Crowdin, phase 2

Remaining part of the fixed strings moved to msg_hash_us.h, and some other changes:
- added help text for individual menu drivers
- prepared help labels for video drivers
- prepared help labels for input drivers
- old entries from the now defunct help menu are hidden from compilation
  (may be added back later, when the menu is again visible)
- moved notification color/bgcolor items to sublabels
- language fixes from phase 1 comments

* c89 compilation fixes

* Compilation fix for Android builds
2023-01-08 19:33:04 +01:00
libretroadmin
ccfad9dc9d Revert "msg_hash_us.c contents to Crowdin, phase 2 (#14821)"
This reverts commit f550576147c7d086d1ff3312698efa57fd3cd5ee.
2023-01-08 17:47:11 +01:00
zoltanvb
f550576147
msg_hash_us.c contents to Crowdin, phase 2 (#14821)
* msg_hash_us.c contents to Crowdin, phase 2

Remaining part of the fixed strings moved to msg_hash_us.h, and some other changes:
- added help text for individual menu drivers
- prepared help labels for video drivers
- prepared help labels for input drivers
- old entries from the now defunct help menu are hidden from compilation
  (may be added back later, when the menu is again visible)
- moved notification color/bgcolor items to sublabels
- language fixes from phase 1 comments
2023-01-08 10:58:26 +01:00
github-actions
d1408b0c24 Fetch translations from Crowdin 2023-01-08 00:12:11 +00:00
Tatsuya79
f441821297 Start unpause restriction. 2023-01-07 20:08:40 +01:00
github-actions
42bcbc76d7 Fetch translations from Crowdin 2023-01-07 00:26:27 +00:00
github-actions
503f7cde00 Fetch translations from Crowdin 2023-01-06 00:11:35 +00:00
retroNUC
fbb4d67f7c Achievement Visibility Submenu - Text tweaks
+ removing gate from account error messages
2023-01-05 19:51:55 +01:00
retroNUC
31addc0a61 Achievement Visibility Submenu - Additional changes
- 'Unlocks/Mastery' split into two options
- 'Account/Login Messages' split off from 'Verbose', gated all login success/error messages
- menu_cbs_sublabel.c - Now in same order as menu options
- menu_setting.c - VISIBILITY_UNLOCK default value now uses define
- All suggested text/cleanup changes from Jamiras
2023-01-05 19:51:55 +01:00
retroNUC
6e81098132 Add Achievements Visibility submenu options
- Startup Summary split off from Verbose Mode, added option to hide for games with zero core cheevos
- Some existing options moved into this submenu
- Leaderboard-related options coming in future PR
2023-01-05 19:51:55 +01:00
Gonzalo Peche
9efc1f500d In Android builds, add input_android_physical_keyboard configuration option and its corresponding menu entry to force a device to act as a physical keyboard.
When running on Android, RetroArch considers most devices that emit dpad events as gamepads, even if they also emit other keyboard events; this is usually the right thing to do, but it has the side effect of not letting some actual keyboards (e.g.: Logitech K480) act as such inside RetroArch. This configuration option allows users to manually select a specific input device to act as a physical keyboard instead of a gamepad, which is handy when emulating computers as opposed to consoles.
2023-01-05 04:50:37 +01:00
github-actions
59cbb16f1c Fetch translations from Crowdin 2023-01-05 00:11:41 +00:00
zoltanvb
92c143ca51 Remaining changes for the simple help text replacements. 2023-01-04 03:43:16 +01:00
zoltanvb
a5431dd965 Help text translation through Crowdin, phase 1.
Help texts can be activated for some menu items using Select / RShift.
These text items were hardcoded in msg_hash_us.c (and related translations).
This commit changes the simple text items to get the source from msg_hash_us.h
(or its translations).
2023-01-04 03:43:16 +01:00
github-actions
3047561621 Fetch translations from Crowdin 2023-01-04 00:11:29 +00:00
Skirlez
aba01c87e3 add scrolling sounds for rgui, xmb, and glui and fix the ozone implementation + hebrew translation for menu sounds submenu
also adds audio_driver_mixer_play_scroll_sound to menu_cbs_left and menu_cbs_right which are (seemingly) responsible for the large scroll on some menus (and also bumper scrolling on glui's playlist menu?).
2023-01-03 19:34:35 +01:00
Skirlez
f84093496f implement scrolling sounds for ozone
using roughly the same implementation for the ok/notice/cancel sounds, but i've made an exclusive function for scrolling since it's going to be called a lot more than those sounds
2023-01-03 19:34:35 +01:00