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 f550576147
.
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
github-actions
43bee969b7
Fetch translations from Crowdin
2023-01-03 00:11:20 +00:00
github-actions
955431b354
Fetch translations from Crowdin
2023-01-02 00:11:48 +00:00
github-actions
2032d67b07
Fetch translations from Crowdin
2023-01-01 00:13:23 +00:00
zoltanvb
8b536ec35d
Modify translation completeness labels in order for them to appear in Crowdin. ( #14785 )
2022-12-31 02:34:45 +01:00
github-actions
4609c7f90a
Fetch translations from Crowdin
2022-12-31 00:10:25 +00:00
retroNUC
d24cdbfb15
Allow repositioning of RetroAchievement notifications ( #14777 )
...
* Allow repositioning of achievement notifications
* PS4/ORBIS build fix
Would have thought cheevos-related notification code was wrapped in HAVE_CHEEVOS, but guess not.
2022-12-30 16:55:38 +01:00
sonninnos
e0e21b3386
Fix system info autoconf device list ( #14783 )
2022-12-30 16:53:47 +01:00
github-actions
bc9c5718f9
Fetch translations from Crowdin
2022-12-30 00:10:44 +00:00
sonninnos
0be1aa0420
Add config + input related sublabels ( #14781 )
2022-12-30 00:48:04 +01:00
zoltanvb
76b3c09ea9
Translation completeness display. ( #14779 )
...
Display translation completeness categories in the language selection options.
Generate the progress report for RetroArch menu file instead of all files.
2022-12-29 22:21:23 +01:00
github-actions
7e7d2b3071
Fetch translations from Crowdin
2022-12-29 00:11:14 +00:00
github-actions
42b9e23602
Fetch translations from Crowdin
2022-12-28 00:10:58 +00:00
zoltanvb
357ebc154b
Remove () from language names. ( #14771 )
2022-12-27 21:42:00 +01:00
github-actions
204cce8d16
Fetch translations from Crowdin
2022-12-27 00:11:50 +00:00
github-actions
6aa15e5b15
Fetch translations from Crowdin
2022-12-26 00:11:19 +00:00
sonninnos
d5f58fd435
Menu switch icon corrections ( #14766 )
2022-12-25 18:17:16 +01:00
github-actions
7de22a9326
Fetch translations from Crowdin
2022-12-25 00:11:45 +00:00
github-actions
dea327a0c2
Fetch translations from Crowdin
2022-12-24 00:09:49 +00:00
github-actions
0993324756
Fetch translations from Crowdin
2022-12-23 00:11:09 +00:00
LibretroAdmin
f836328c56
Append Preset ( #14737 ) ( #14757 )
...
WIP version of Append and Prepend preset, Includes UI for Standard Retroarch, but not the QT UI companion
Co-authored-by: HyperspaceMadness <remimcgill@hotmail.com>
2022-12-22 21:36:32 +01:00
zoltanvb
1334bd0408
Localization improvements. ( #14753 )
...
- enable localization of audio mixer sublabel
- resolve 2 localization FIXME items
- enable better localization of controller connect/disconnect/config messages
2022-12-22 16:54:14 +01:00
github-actions
dbe5a047c4
Fetch translations from Crowdin
2022-12-22 00:11:10 +00:00
github-actions
2b669f4e4b
Fetch translations from Crowdin
2022-12-21 00:11:08 +00:00
zoltanvb
8de16f3323
Localization improvements. ( #14748 )
...
Added translatable labels for recording, streaming, logging, turbo options.
2022-12-20 23:54:49 +01:00
github-actions
5b89a9f90f
Fetch translations from Crowdin
2022-12-20 00:11:01 +00:00
zoltanvb
02ba825c88
Enable localization of video rotation, orientation, aspect ratio options. ( #14744 )
2022-12-19 21:36:06 +01:00
sonninnos
883e88fa73
Keyboard event blocking corrections ( #14728 )
2022-12-18 18:36:24 +01:00
github-actions
f238e1d1b2
Fetch translations from Crowdin
2022-12-18 00:11:25 +00:00
github-actions
932b4ad3db
Fetch translations from Crowdin
2022-12-17 00:11:11 +00:00
sonninnos
16ca87c327
Rename Standalone Cores to Contentless Cores ( #14738 )
2022-12-16 19:02:24 +01:00
sonninnos
51c92c7e3a
Fix icons in playlist manager ( #14735 )
2022-12-16 17:59:18 +01:00
github-actions
b07b210f51
Fetch translations from Crowdin
2022-12-16 00:11:16 +00:00
github-actions
c40c60ca60
Fetch translations from Crowdin
2022-12-15 00:11:47 +00:00
zoltanvb
748ce417e4
Cleanup of msg_hash_xx.c files after msg_hash_us.c cleanup. ( #14730 )
2022-12-14 11:52:56 +01:00
github-actions
3bda9cad1e
Fetch translations from Crowdin
2022-12-14 00:11:59 +00:00
github-actions
de26e07062
Fetch translations from Crowdin
2022-12-13 00:12:10 +00:00
zoltanvb
5838bb98ef
Cleanup of help texts. ( #14723 )
...
All help texts were removed, which fell into one of the categories below:
1. there is sublabel for the menu item and it contains same or better text.
Such texts and translations should be maintained as sublabel, located in
msg_hash_xx.h. Since PR#14714, sublabel will be displayed as help if present.
2. it could be confirmed that this help text is currently not shown anywhere.
Examples are deprecated features (like DEBUG_INFO) or fully removed (like
CONFIRM_EXIT)
Some enum labels were just fixed to enable display.
Information can also be updated in several places, but let's keep it separate.
2022-12-12 05:53:49 +01:00
github-actions
b2d73c9bf2
Fetch translations from Crowdin
2022-12-12 00:11:37 +00:00
github-actions
844dfc9b60
Fetch translations from Crowdin
2022-12-11 00:12:39 +00:00
github-actions
fc24410763
Fetch translations from Crowdin
2022-12-10 00:11:34 +00:00
github-actions
3a817dd956
Fetch translations from Crowdin
2022-12-09 00:13:07 +00:00
github-actions
2f7c29862c
Fetch translations from Crowdin
2022-12-07 00:11:31 +00:00
github-actions
3532608588
Fetch translations from Crowdin
2022-12-06 00:11:40 +00:00
github-actions
a11555a3f2
Fetch translations from Crowdin
2022-12-05 00:12:09 +00:00
github-actions
32bea11cc3
Fetch translations from Crowdin
2022-12-04 00:12:42 +00:00
github-actions
09170c3290
Fetch translations from Crowdin
2022-12-03 00:10:39 +00:00
sonninnos
5024809c85
Device Index menu refactor ( #14691 )
2022-12-02 17:47:53 +01:00
github-actions
632e902a3b
Fetch translations from Crowdin
2022-12-01 00:14:11 +00:00
github-actions
74d0dd16fb
Fetch translations from Crowdin
2022-11-30 00:12:51 +00:00
github-actions
68ee68bf7f
Fetch translations from Crowdin
2022-11-29 00:13:02 +00:00
github-actions
1bbc1508e4
Fetch translations from Crowdin
2022-11-28 00:12:13 +00:00
sonninnos
d03b77d4cf
Menu icon improvements ( #14679 )
2022-11-27 19:19:55 +01:00
github-actions
d467cbd52d
Fetch translations from Crowdin
2022-11-27 00:13:30 +00:00
github-actions
31e549ce9c
Fetch translations from Crowdin
2022-11-26 00:11:25 +00:00
github-actions
29fd4c1b3a
Fetch translations from Crowdin
2022-11-25 00:11:45 +00:00
github-actions
b403f5fc1f
Fetch translations from Crowdin
2022-11-24 00:13:21 +00:00
github-actions
5d82f19356
Fetch translations from Crowdin
2022-11-23 00:12:28 +00:00
github-actions
1a87e1107b
Fetch translations from Crowdin
2022-11-22 00:13:08 +00:00
sonninnos
10a74657c3
Move SRAM init to content init ( #14653 )
2022-11-21 15:24:58 +01:00
github-actions
8d499f577d
Fetch translations from Crowdin
2022-11-21 00:13:10 +00:00
sonninnos
3377fd55ab
Driver + hotkey list reorder ( #14646 )
...
* Reorder driver menu and lists
* Reorder hotkey list
2022-11-20 07:26:34 +01:00
github-actions
40fa56bfdd
Fetch translations from Crowdin
2022-11-20 00:13:17 +00:00
github-actions
c641f20e6a
Fetch translations from Crowdin
2022-11-19 00:12:59 +00:00
github-actions
61a8b19b2b
Fetch translations from Crowdin
2022-11-18 00:15:32 +00:00
github-actions
2103280fdd
Fetch translations from Crowdin
2022-11-17 00:12:45 +00:00
sonninnos
b080b39d2b
Remove useless sublabel from System Information ( #14632 )
2022-11-16 10:36:54 +01:00
github-actions
ff5e0220c3
Fetch translations from Crowdin
2022-11-16 00:13:51 +00:00
sonninnos
3b921ffbfa
Fix shader toggle and add hotkey + sublabel ( #14628 )
2022-11-15 22:14:09 +01:00
github-actions
6ff82319fb
Fetch translations from Crowdin
2022-11-15 00:13:23 +00:00
github-actions
1ada87736a
Fetch translations from Crowdin
2022-11-14 00:13:12 +00:00
Jamiras
e46e03094f
upgrade to rcheevos 10.5 ( #14622 )
2022-11-13 23:24:42 +01:00
github-actions
6c05f4794c
Fetch translations from Crowdin
2022-11-13 00:13:32 +00:00
github-actions
d5a54cb782
Fetch translations from Crowdin
2022-11-12 00:14:02 +00:00
Michael Burgardt
648b0ab7b7
(Bug fix) Fix the weird 'empty translations' & correct backslash escaping in translation strings ( #14609 )
...
* (Bug fix) Fix the weird 'empty translations' & correct backslash escaping in translation strings
* Update crowdin workflows
GitHub is deprecating Node.js 12, so some actions need to be updated to ensure functionality into the future.
2022-11-11 07:56:17 +01:00
github-actions
a73e1beb1c
Fetch translations from Crowdin
2022-11-11 00:14:18 +00:00
Ryunam
49b973ac89
(Ozone+XMB) Add option to customize cursor memory ( #14605 )
2022-11-10 15:46:44 +01:00
Ryunam
eb5b4197f8
(Ozone+XMB) Further extend texture support for Core Option categories ( #14607 )
2022-11-10 09:27:49 +01:00
github-actions
c3d2548a38
Fetch translations from Crowdin
2022-11-10 00:14:31 +00:00
github-actions
e3ba29b434
Fetch translations from Crowdin
2022-11-09 00:14:13 +00:00
sonninnos
68401205f2
Add option for pause on controller disconnect ( #14601 )
2022-11-08 12:46:09 +01:00
github-actions
6083ab14e5
Fetch translations from Crowdin
2022-11-08 00:14:27 +00:00
Michael Burgardt
e3a25793b6
(Bug fix) Escape backslashes in translation strings ( #14599 )
2022-11-07 10:46:54 +01:00
github-actions
ec625cf145
Fetch translations from Crowdin
2022-11-07 00:14:34 +00:00
github-actions
5869caf7f2
Fetch translations from Crowdin
2022-11-06 00:15:22 +00:00
github-actions
7a6c56e947
Fetch translations from Crowdin
2022-11-05 00:13:28 +00:00
Michael Burgardt
b89692c532
Add Hungarian language option ( #14585 )
2022-11-04 19:52:39 +01:00
github-actions
5b8baaf2d9
Fetch translations from Crowdin
2022-11-04 00:14:32 +00:00
github-actions
3b300f395b
Fetch translations from Crowdin
2022-11-03 00:14:28 +00:00
github-actions
a024d620bb
Fetch translations from Crowdin
2022-11-02 00:13:41 +00:00
sonninnos
1c7855acc8
Add option for swapping menu scrolling buttons ( #14577 )
2022-11-01 19:48:28 +01:00
github-actions
db1184c19d
Fetch translations from Crowdin
2022-11-01 00:16:10 +00:00
github-actions
9e84c89233
Fetch translations from Crowdin
2022-10-31 00:14:55 +00:00
neil4
2de52baf74
Overlays: Add eightway area types ( #14565 )
...
- New descriptors: 'dpad_area' and 'abxy_area'
- Each has a diagonal sensitivity setting, 100% being 8-way symmetry
- Buttons can be redefined in the cfg file
E.g. This would create a d-pad area, then redefine it to use analog directions:
overlay0_desc0 = "dpad_area,0.85,0.57,rect,0.166228,0.295516"
overlay0_desc0_up = "r_y_minus"
overlay0_desc0_down = "r_y_plus"
overlay0_desc0_left = "r_x_minus"
overlay0_desc0_right = "r_x_plus"
2022-10-30 06:31:27 +01:00
github-actions
6a9eea5958
Fetch translations from Crowdin
2022-10-30 00:15:31 +00:00
github-actions
cab6cbca48
Fetch translations from Crowdin
2022-10-29 00:12:27 +00:00
github-actions
902a693bdb
Fetch translations from Crowdin
2022-10-28 00:14:51 +00:00
github-actions
3f53de09c1
Fetch translations from Crowdin
2022-10-27 00:14:37 +00:00
github-actions
b41f6b2885
Fetch translations from Crowdin
2022-10-26 00:13:59 +00:00
LibretroAdmin
d30f16dc79
Remove cursor directory/cursor manager list - Views obsoleted
...
this
2022-10-25 15:21:47 +02:00
github-actions
e3e0040063
Fetch translations from Crowdin
2022-10-25 00:20:48 +00:00
github-actions
3d1bcf9836
Fetch translations from Crowdin
2022-10-24 00:18:34 +00:00
github-actions
7cfa69be1b
Fetch translations from Crowdin
2022-10-23 00:19:16 +00:00
github-actions
622cc61671
Fetch translations from Crowdin
2022-10-22 00:18:28 +00:00
github-actions
50e5c40c40
Fetch translations from Crowdin
2022-10-21 00:17:37 +00:00
github-actions
170ed8ea0f
Fetch translations from Crowdin
2022-10-20 00:19:02 +00:00
sonninnos
6c0be28b98
(Ozone) Footer improvements ( #14534 )
2022-10-19 03:32:21 +02:00
github-actions
b846a5d792
Fetch translations from Crowdin
2022-10-18 00:18:28 +00:00
github-actions
5b08c3fc22
Fetch translations from Crowdin
2022-10-16 00:18:14 +00:00
github-actions
74d7aa3691
Fetch translations from Crowdin
2022-10-14 00:18:51 +00:00
github-actions
48bfc6d6f8
Fetch translations from Crowdin
2022-10-13 00:17:44 +00:00
Michael Burgardt
254ac65549
Add British English language option ( #14504 )
2022-10-12 23:26:00 +02:00
github-actions
8b39654368
Fetch translations from Crowdin
2022-10-11 00:18:14 +00:00
Bernhard Schelling
c9bbe7683f
Add View feature ( #14467 )
...
* Add View feature
Add saving of a filter set in the Explore menu into a so called "View" file which then gets listed alongside playlists.
This also adds the ability to filter a category by range in the Explore menu and not just filter on exact matches.
* Menu improvements for explore and views
* Collapse ozone sidebar in view
* Fix problems with the sidebar in explore/view
* Ignore view files in the Qt playlists menu
* Add missing semicolon
* Support downloading thumbnails in views
2022-10-10 06:36:02 +02:00
github-actions
73f766f133
Fetch translations from Crowdin
2022-10-09 00:16:58 +00:00
github-actions
da06989296
Fetch translations from Crowdin
2022-10-08 00:17:38 +00:00
github-actions
903fcffe64
Fetch translations from Crowdin
2022-10-07 00:20:33 +00:00
github-actions
acc2128a6e
Fetch translations from Crowdin
2022-10-05 00:18:02 +00:00
github-actions
8fb91ce1af
Fetch translations from Crowdin
2022-10-04 00:18:09 +00:00
github-actions
cb280dcf5e
Fetch translations from Crowdin
2022-10-03 00:17:05 +00:00
Cthulhu-throwaway
daf8cb9bc8
(Netplay) Add a private or CGNAT address warning to UPnP ( #14461 )
2022-10-03 01:18:34 +02:00
github-actions
4253b06f2d
Fetch translations from Crowdin
2022-10-02 00:18:42 +00:00
github-actions
a16725f47c
Fetch translations from Crowdin
2022-09-28 00:21:25 +00:00
github-actions
3cdccb6b90
Fetch translations from Crowdin
2022-09-27 00:20:42 +00:00
sonninnos
e902df3b0d
(XMB) Add options for hiding header and horizontal title margin ( #14439 )
2022-09-26 12:57:20 +02:00
github-actions
614e502b41
Fetch translations from Crowdin
2022-09-26 00:16:23 +00:00
github-actions
08ccc59e3c
Fetch translations from Crowdin
2022-09-23 00:15:49 +00:00
github-actions
0973e8d4b0
Fetch translations from Crowdin
2022-09-22 00:15:00 +00:00
github-actions
ab57d3cab7
Fetch translations from Crowdin
2022-09-20 00:18:11 +00:00
github-actions
568d788d54
Fetch translations from Crowdin
2022-09-19 00:13:32 +00:00
github-actions
e8f4425eed
Fetch translations from Crowdin
2022-09-18 00:14:04 +00:00
github-actions
83ce6f42d9
Fetch translations from Crowdin
2022-09-16 00:15:20 +00:00
sonninnos
8842603165
Online Updater menu reorganizing ( #14414 )
2022-09-15 09:24:35 +02:00
github-actions
262d9720fe
Fetch translations from Crowdin
2022-09-15 00:13:48 +00:00
Jamiras
ec333e261f
Update wording for hardcore ( #14413 )
2022-09-14 02:42:35 +02:00
github-actions
c16a50f1dd
Fetch translations from Crowdin
2022-09-14 00:14:28 +00:00
github-actions
663b5eed9d
Fetch translations from Crowdin
2022-09-13 00:13:53 +00:00
tr12345
8cc866b051
New Menu Items for disabling Info & Search buttons in the menu ( #14259 )
...
* New Menu Items Disable Info & Search
Add menu options for disabling Info and Search buttons
* Update msg_hash_us.h
Update Sublabels
* Update menu_setting.c
Set Advanced flag for new settings
2022-09-12 23:17:24 +02:00
github-actions
a665498775
Fetch translations from Crowdin
2022-09-09 00:15:05 +00:00
github-actions
ad9836a5f8
Fetch translations from Crowdin
2022-09-08 00:15:22 +00:00
github-actions
959d077649
Fetch translations from Crowdin
2022-09-07 00:12:34 +00:00
github-actions
84f599503d
Fetch translations from Crowdin
2022-09-06 00:19:38 +00:00
github-actions
c9ab8a6cbb
Fetch translations from Crowdin
2022-09-05 00:15:29 +00:00
github-actions
e1990ba0dd
Fetch translations from Crowdin
2022-09-04 00:13:08 +00:00
MrHuu
835bbc6f68
(3DS) Set bottom_asset directory default ( #14376 )
...
- Fix default value while generating retroarch.cfg
- Update 'Asset not found' error message
2022-09-03 20:40:01 +02:00
github-actions
57f3e4ca42
Fetch translations from Crowdin
2022-09-03 00:11:50 +00:00
github-actions
bfcdc7a764
Fetch translations from Crowdin
2022-09-02 00:12:26 +00:00
github-actions
08fe9be7d1
Fetch translations from Crowdin
2022-08-31 00:14:12 +00:00
github-actions
72eb52a5bc
Fetch translations from Crowdin
2022-08-28 00:15:21 +00:00
github-actions
45b05ea3db
Fetch translations from Crowdin
2022-08-27 00:12:27 +00:00
sonninnos
1f048dd358
(XMB+Ozone) Core option category icon refinements ( #14354 )
2022-08-26 16:11:36 +02:00
github-actions
a5eb06b2b5
Fetch translations from Crowdin
2022-08-25 00:14:56 +00:00
github-actions
c97bc0ddbd
Fetch translations from Crowdin
2022-08-23 00:14:24 +00:00
github-actions
278baf212b
Fetch translations from Crowdin
2022-08-21 00:13:44 +00:00
github-actions
f3eaa5cfa8
Fetch translations from Crowdin
2022-08-20 00:11:50 +00:00
github-actions
a510fb5d20
Fetch translations from Crowdin
2022-08-19 00:13:33 +00:00
github-actions
245319c389
Fetch translations from Crowdin
2022-08-18 00:12:16 +00:00
MrHuu
46bafd6e46
(3DS) Add bottom menu options ( #14323 )
2022-08-17 08:23:07 +02:00
github-actions
b55e6d10c7
Fetch translations from Crowdin
2022-08-17 00:11:51 +00:00
github-actions
b32ec36130
Fetch translations from Crowdin
2022-08-16 00:14:31 +00:00
github-actions
cb82725cc2
Fetch translations from Crowdin
2022-08-15 00:11:58 +00:00
github-actions
212013f677
Fetch translations from Crowdin
2022-08-14 00:12:45 +00:00
Cthulhu-throwaway
8914f0b6fe
(Netplay) Less cryptic error messages ( #14319 )
2022-08-13 10:54:09 +02:00
github-actions
74ef6a0f4a
Fetch translations from Crowdin
2022-08-13 00:13:23 +00:00
github-actions
1920430539
Fetch translations from Crowdin
2022-08-12 00:11:11 +00:00
Cthulhu-throwaway
908667d97a
(Netplay) Removal of older unused code ( #14312 )
2022-08-11 23:17:33 +02:00
github-actions
13b5ec4b1a
Fetch translations from Crowdin
2022-08-10 00:11:42 +00:00
github-actions
440a67e4b8
Fetch translations from Crowdin
2022-08-09 00:13:27 +00:00
Cthulhu-throwaway
c030e1c5dc
(Netplay) Support for customizing chat colors ( #14305 )
2022-08-08 20:09:06 +02:00
github-actions
5ffe62a52b
Fetch translations from Crowdin
2022-08-08 00:11:35 +00:00
github-actions
3dc979356f
Fetch translations from Crowdin
2022-08-07 00:13:49 +00:00
github-actions
5b09b6614b
Fetch translations from Crowdin
2022-08-06 00:12:09 +00:00
TheRhysWyrill
9d939a35d6
Add Daite XMB Icon Theme ( #14263 )
2022-08-05 04:27:34 +02:00
github-actions
9c7b96b9d0
Fetch translations from Crowdin
2022-08-05 00:14:42 +00:00
github-actions
eab5898790
Fetch translations from Crowdin
2022-08-04 00:11:40 +00:00
github-actions
16930150f8
Fetch translations from Crowdin
2022-08-03 00:13:16 +00:00
Cthulhu-throwaway
8105688a99
(Netplay) Show client slowdown information ( #14272 )
2022-08-02 13:31:55 +02:00
github-actions
4b7be8de3f
Fetch translations from Crowdin
2022-07-31 00:13:16 +00:00
github-actions
9906d2daca
Fetch translations from Crowdin
2022-07-30 00:11:28 +00:00
GABO1423
3d69321c70
(msg_hash_us.h) Small touch up ( #14246 )
...
* Update msg_hash_us.h
* Update menu_displaylist.c
* Update msg_hash_us.h
* Update menu_displaylist.c
2022-07-29 17:41:26 +02:00
github-actions
79e7360938
Fetch translations from Crowdin
2022-07-29 00:11:30 +00:00
github-actions
9f218f923c
Fetch translations from Crowdin
2022-07-27 00:14:24 +00:00
Cthulhu-throwaway
8d4a64ab96
(Netplay) Disallow netplay start when content is not loaded for static core platforms ( #14220 )
2022-07-26 07:21:57 +02:00
github-actions
d5becf92e8
Fetch translations from Crowdin
2022-07-26 00:12:24 +00:00
github-actions
ddd9544a4f
Fetch translations from Crowdin
2022-07-25 00:12:34 +00:00
TheRhysWyrill
522d1ed16d
Add Purple Rain Theme ( #14212 )
...
* Add Purple Rain Theme
* Revert "Add Purple Rain Theme"
This reverts commit ceb896785b
.
* Add Purple Rain Theme
2022-07-24 21:26:16 +02:00
github-actions
83a7c0d798
Fetch translations from Crowdin
2022-07-24 00:14:07 +00:00
github-actions
8108931e04
Fetch translations from Crowdin
2022-07-23 00:13:04 +00:00
github-actions
dec0ee87d5
Fetch translations from Crowdin
2022-07-17 00:12:04 +00:00
github-actions
c5c5e7539f
Fetch translations from Crowdin
2022-07-13 00:14:08 +00:00
github-actions
33386787b6
Fetch translations from Crowdin
2022-07-12 00:11:49 +00:00
Cthulhu-throwaway
da53b24c6c
(Localization/PT-BR) Fix some bad localization ( #14167 )
2022-07-11 20:21:40 +02:00
github-actions
e275e9d64e
Fetch translations from Crowdin
2022-07-11 00:11:52 +00:00
github-actions
79fc6d3b50
Fetch translations from Crowdin
2022-07-10 00:13:42 +00:00
github-actions
126c2fa7ac
Fetch translations from Crowdin
2022-07-09 00:10:35 +00:00
github-actions
882829cafc
Fetch translations from Crowdin
2022-07-08 00:13:42 +00:00
Cthulhu-throwaway
9af17b633e
(Netplay) Host Ban Submenu ( #14151 )
2022-07-07 16:08:46 +02:00
Cthulhu-throwaway
c6e0e7e198
(Netplay) Support for banning clients ( #14146 )
2022-07-07 13:40:38 +02:00
sonninnos
7043873fba
Reformat rdb_entry_int ( #14140 )
2022-07-03 17:46:03 +02:00
Cthulhu-throwaway
b55fa28896
(Netplay/Menu) Localize relay servers ( #14136 )
2022-07-03 13:45:13 +02:00
Cthulhu-throwaway
42f75e7f72
(Netplay/Menu) Add client devices info to the kick sub-menu ( #14138 )
2022-07-03 13:44:46 +02:00
github-actions
89048993ef
Fetch translations from Crowdin
2022-07-02 00:12:03 +00:00
Cthulhu-throwaway
78bc42de68
(Netplay/Lobby) Add setting for filtering out rooms with non-installed cores ( #14124 )
2022-07-02 00:24:33 +02:00
github-actions
8583038d7f
Fetch translations from Crowdin
2022-06-30 00:12:09 +00:00
github-actions
11101f23b1
Fetch translations from Crowdin
2022-06-28 00:12:59 +00:00
github-actions
2fb55f86bd
Fetch translations from Crowdin
2022-06-27 00:11:56 +00:00
github-actions
a6538d0d9c
Fetch translations from Crowdin
2022-06-26 00:13:30 +00:00
github-actions
865993ffa7
Fetch translations from Crowdin
2022-06-25 00:11:13 +00:00
github-actions
456fb6f2c9
Fetch translations from Crowdin
2022-06-24 00:11:34 +00:00
Cthulhu-throwaway
c1e8925f87
(Netplay) Find content task refactor ( #14089 )
2022-06-23 14:48:57 +02:00
sonninnos
7553dc66b5
Add missing sublabels for non-running Quick Menu ( #14090 )
2022-06-23 14:47:54 +02:00
github-actions
ad64159fe4
Fetch translations from Crowdin
2022-06-23 00:11:31 +00:00
sonninnos
860155969e
Add 'Ago' to playlist last played styles ( #14086 )
2022-06-22 22:55:32 +02:00
github-actions
28a41ad1b1
Fetch translations from Crowdin
2022-06-22 00:12:57 +00:00
github-actions
961357137f
Fetch translations from Crowdin
2022-06-21 00:11:07 +00:00
github-actions
3c89172516
Fetch translations from Crowdin
2022-06-20 00:10:53 +00:00
sonninnos
a0bfdcce3b
(D3D11/12) Make waitable swapchains optional ( #14074 )
2022-06-19 21:25:37 +02:00
Cthulhu-throwaway
9715c0dbb3
(Netplay/Lobby) Remove help placeholder text for rooms
2022-06-18 13:56:35 -03:00
github-actions
a69387089c
Fetch translations from Crowdin
2022-06-17 00:11:36 +00:00
github-actions
702a7b37ad
Fetch translations from Crowdin
2022-06-16 00:11:14 +00:00
github-actions
ff2d6f65d8
Fetch translations from Crowdin
2022-06-15 00:13:27 +00:00
sonninnos
3d619de114
Automatic Frame Delay improvements
2022-06-14 07:11:43 +03:00
github-actions
1e4042d08b
Fetch translations from Crowdin
2022-06-11 00:10:31 +00:00
github-actions
b1351723f3
Fetch translations from Crowdin
2022-06-10 00:11:43 +00:00
github-actions
b0ca2e381c
Fetch translations from Crowdin
2022-06-09 00:11:30 +00:00
github-actions
8d80071047
Fetch translations from Crowdin
2022-06-08 00:10:37 +00:00
github-actions
65f45b07c5
Fetch translations from Crowdin
2022-06-07 00:10:18 +00:00
sonninnos
0bb65fb39c
(D3D11/12) Add waitable swapchains and max frame latency option
2022-06-07 00:25:03 +03:00
github-actions
65901cb133
Fetch translations from Crowdin
2022-06-06 00:10:28 +00:00
github-actions
037ae4b87d
Fetch translations from Crowdin
2022-05-31 00:11:36 +00:00
github-actions
c6bd7d8b8a
Fetch translations from Crowdin
2022-05-30 00:14:02 +00:00
github-actions
adc6ac1429
Fetch translations from Crowdin
2022-05-29 00:13:19 +00:00
github-actions
3b27f7730c
Fetch translations from Crowdin
2022-05-28 00:11:31 +00:00
DisasterMo
51e0515f44
Fix some grammar mistakes
2022-05-27 20:31:52 +02:00
github-actions
af7db7c08f
Fetch translations from Crowdin
2022-05-25 00:13:38 +00:00
github-actions
d4795b8cf6
Fetch translations from Crowdin
2022-05-24 00:12:09 +00:00
github-actions
7b95f3e2ea
Fetch translations from Crowdin
2022-05-23 00:12:07 +00:00
github-actions
4654fc1b75
Fetch translations from Crowdin
2022-05-22 00:11:22 +00:00
github-actions
4ee841b5e1
Fetch translations from Crowdin
2022-05-21 00:10:21 +00:00
github-actions
011e371e42
Fetch translations from Crowdin
2022-05-19 00:13:17 +00:00
github-actions
650101083d
Fetch translations from Crowdin
2022-05-18 00:11:52 +00:00
LibretroAdmin
b3632586f5
Merge pull request #13902 from Ryunam/autorr-toggle
...
Add option to manually enable/disable automatic refresh rate switching
2022-05-17 21:39:07 +01:00
github-actions
be567da82b
Fetch translations from Crowdin
2022-05-17 00:13:01 +00:00
Ryunam
d7cfcd3f9b
Add option to toggle automatic refresh rate switching
2022-05-16 17:50:11 +02:00
LibretroAdmin
9dd03f6d9f
Merge pull request #13835 from sonninnos/quickmenu-reorder
...
Reorganize Quick Menu items
2022-05-16 12:06:19 +01:00
LibretroAdmin
f4964c1937
Merge pull request #13936 from Cthulhu-throwaway/kick-submenu-ext
...
(Netplay) Chat supported info for the host kick submenu
2022-05-16 11:41:52 +01:00
github-actions
ab858c65a1
Fetch translations from Crowdin
2022-05-16 00:13:33 +00:00
Cthulhu-throwaway
82c9773e0d
(Netplay) Chat supported info for the host kick submenu
2022-05-15 19:38:44 -03:00
LibretroAdmin
720cca5e45
Merge pull request #13935 from Cthulhu-throwaway/kick-submenu
...
(Netplay) Host Kick Submenu
2022-05-15 08:35:01 +01:00
Cthulhu-throwaway
81593fda42
(Netplay) Host Kick Submenu
...
Path: Netplay -> Host -> Kick Client
- Allows the host to kick clients.
- Allows the host to view client information: connected clients (names), status (playing/spectating) and ping.
2022-05-15 04:04:15 -03:00
github-actions
08e69fbd08
Fetch translations from Crowdin
2022-05-15 00:14:24 +00:00
github-actions
c88e03df06
Fetch translations from Crowdin
2022-05-14 00:13:18 +00:00
LibretroAdmin
dc0054a747
Merge pull request #13927 from jdgleaver/auto-video-swap-interval
...
Enable automatic configuration of 'VSync Swap Interval'
2022-05-13 14:17:56 +01:00
github-actions
143655eec6
Fetch translations from Crowdin
2022-05-13 00:13:09 +00:00
LibretroAdmin
533d746f64
Merge pull request #13649 from phcoder/ctrl
...
Add a configurable workaround for Android reconnecting devices
2022-05-12 20:56:58 +02:00
jdgleaver
801b16885e
Enable automatic configuration of 'VSync Swap Interval'
2022-05-12 14:22:46 +01:00
github-actions
51c558c8f4
Fetch translations from Crowdin
2022-05-11 00:10:58 +00:00
github-actions
af224493b3
Fetch translations from Crowdin
2022-05-10 00:10:43 +00:00
github-actions
1982c82dcd
Fetch translations from Crowdin
2022-05-09 00:11:05 +00:00
Cthulhu-throwaway
80a9c16b3f
(Netplay/Lobby) Add a toggleable filter for passworded rooms ( #13920 )
...
In addition, move lobby filters into its own submenu for better organization.
2022-05-08 04:24:58 +02:00
github-actions
2a15a4cba3
Fetch translations from Crowdin
2022-05-08 00:12:15 +00:00
github-actions
8475bcbab3
Fetch translations from Crowdin
2022-05-07 00:10:07 +00:00
Cthulhu-throwaway
9a3b8f4a0a
(Netplay) Disable netplay for unsupported cores ( #13916 )
...
With stateless mode being disabled for now, there is no reason not to include this.
Refuse to initialize netplay when the current core is not supported (no proper savestates support).
2022-05-06 04:31:37 +02:00
github-actions
5a85748de6
Fetch translations from Crowdin
2022-05-06 00:11:54 +00:00
github-actions
19b7ff81b9
Fetch translations from Crowdin
2022-05-05 00:10:58 +00:00
github-actions
4804d7015a
Fetch translations from Crowdin
2022-05-03 00:11:07 +00:00
Alexander Trufanov
55aceb5356
Allow mitm server selection on OK callback ( #13906 )
...
* Allow mitm server selection on OK callback
2022-05-02 19:44:53 +02:00
github-actions
102abb0223
Fetch translations from Crowdin
2022-05-02 00:11:05 +00:00
github-actions
e51febaa7d
Fetch translations from Crowdin
2022-05-01 00:14:28 +00:00