2536 Commits

Author SHA1 Message Date
Tony
8cc423e036
Logging cleanups (#13370) 2021-12-17 18:04:24 +01:00
github-actions
4fa4260a16 Fetch translations from Crowdin 2021-12-17 00:07:15 +00:00
Tony
71836c1055
Add option for showing notifications only in menu (#13326) 2021-12-16 14:38:43 +01:00
github-actions
aea8dad1ae Fetch translations from Crowdin 2021-12-16 00:07:19 +00:00
jdgleaver
688c652673
[GameMode] Improve error handling (#13362) 2021-12-15 19:01:39 +01:00
github-actions
1582856b43 Fetch translations from Crowdin 2021-12-15 00:07:44 +00:00
Tilman M. Jaeschke
682bbab233
[New Feature] Load save states from command-line or playlist (#13354)
* load save states from command-line or playlist

* load save states from command-line or playlist

* removed some brackets
2021-12-14 14:08:06 +01:00
Nikos Chantziaras
430baf7c21
Add Linux GameMode support (#13339)
This can fix a lot of performance issues, like audio crackling and frame
time spikes. This requires the GameMode package to be installed. See:

https://github.com/FeralInteractive/gamemode

This commit adds a "Game Mode" bool option to the "Power
Management" and "Latency" settings sections, and it can be toggled
on/off without restarting RA.

The actual toggling of game mode happens in a new frontend platform
interface function. Perhaps this will become useful for other platforms
that provide some equivalent of Linux GameMode.

Since the GameMode ABI is fixed, and the API comes as a single,
header-only file with no actual deps, we simply bundle the header
(deps/feralgamemode/gamemode_client.h.) That way, all Linux builds will
have support for GameMode regardless of whether the GameMode development
package is installed or not.
2021-12-14 14:07:42 +01:00
github-actions
98431a15c0 Fetch translations from Crowdin 2021-12-14 00:07:35 +00:00
github-actions
dd278dc068 Fetch translations from Crowdin 2021-12-13 00:07:31 +00:00
github-actions
6870f0114e Fetch translations from Crowdin 2021-12-11 00:06:59 +00:00
github-actions
cb8a589b77 Fetch translations from Crowdin 2021-12-10 00:09:35 +00:00
github-actions
39074fa55c Fetch translations from Crowdin 2021-12-09 00:07:36 +00:00
github-actions
b078d52689 Fetch translations from Crowdin 2021-12-07 00:07:37 +00:00
github-actions
e954a46b1b Fetch translations from Crowdin 2021-12-06 00:07:29 +00:00
github-actions
9f01ebf0a9 Fetch translations from Crowdin 2021-12-05 00:07:43 +00:00
Tony
09880e92d2
Logging cleanups (#13320) 2021-12-04 14:21:12 +01:00
Autechre
b6695d8921
Netplay changes proposed for 1.9.14 (#13314)
* Added setting to allow/disallow players other than the host from pausing the game.
* Added a sublabel for netplay max connections.
* Fixed port override macro from not being set immediately after the port setting.
* Fixed memory leaks.
2021-12-04 02:34:21 +01:00
github-actions
69e4ea8d33 Fetch translations from Crowdin 2021-12-04 00:06:41 +00:00
github-actions
4a39630c0f Fetch translations from Crowdin 2021-12-03 00:07:30 +00:00
github-actions
72e49d82d6 Fetch translations from Crowdin 2021-12-02 00:07:57 +00:00
github-actions
621c3a7b7e Fetch translations from Crowdin 2021-12-01 00:08:06 +00:00
Autechre
af4bdecef9
Show passworded rooms on lobby (#13301) 2021-11-30 22:06:13 +01:00
github-actions
a585e05a8a Fetch translations from Crowdin 2021-11-30 00:07:17 +00:00
github-actions
ef8a14a968 Fetch translations from Crowdin 2021-11-29 00:07:04 +00:00
github-actions
05f95ad428 Fetch translations from Crowdin 2021-11-28 00:08:27 +00:00
github-actions
454fddb1dc Fetch translations from Crowdin 2021-11-27 00:07:02 +00:00
github-actions
019466e928 Fetch translations from Crowdin 2021-11-26 00:07:25 +00:00
github-actions
5069acd288 Fetch translations from Crowdin 2021-11-25 00:06:52 +00:00
github-actions
1077a6f3a8 Fetch translations from Crowdin 2021-11-24 00:07:14 +00:00
github-actions
d02d32fbe4 Fetch translations from Crowdin 2021-11-23 00:07:15 +00:00
github-actions
8dfaf84cc9 Fetch translations from Crowdin 2021-11-22 00:07:09 +00:00
github-actions
2f9a8d7b3e Fetch translations from Crowdin 2021-11-21 00:07:13 +00:00
Autechre
9e40966dce
Merge pull request #13249 from ToKe79/lakka2upstream
Upstream patches from Lakka
2021-11-20 22:07:47 +01:00
github-actions
955bf08fcd Fetch translations from Crowdin 2021-11-20 00:06:32 +00:00
github-actions
4ffe9dc5b3 Fetch translations from Crowdin 2021-11-19 00:07:09 +00:00
github-actions
17c522bbb0 Fetch translations from Crowdin 2021-11-18 00:08:22 +00:00
Tomáš Kelemen (vudiq)
efad7a7dcc
Lakka: CD-ROM eject menu item
Adds new entry (where the entry for dumping CD is) to eject the disc -
in case the CD drive has no physical button to eject the disc / the
button does not work. Useless for most, but quality of life improvement
for some.

Upstream of patch used by Lakka at build time
1943ad296e/packages/libretro/retroarch/patches/retroarch-99-eject_disc.patch
2021-11-18 00:36:01 +01:00
Tomáš Kelemen (vudiq)
a2f9273979
Bluetooth: add option to remove pairing
Pressing the START button removes the device pairing. Useful in case
the device (e.g. gamepad) was paired with a different adapter/computer
and needs to be paired again with current adapter/computer.

To pair again, RetroArch needs to be restarted, so the device list is
populated again.

Upstream of patch used by Lakka at build time
1943ad296e/packages/libretro/retroarch/patches/retroarch-98-remove_bluetooth_pairing.patch
2021-11-17 22:15:35 +01:00
github-actions
15596f953e Fetch translations from Crowdin 2021-11-17 00:06:43 +00:00
github-actions
a410cf1377 Fetch translations from Crowdin 2021-11-16 00:06:32 +00:00
github-actions
7324c0d33b Fetch translations from Crowdin 2021-11-15 00:06:59 +00:00
github-actions
d8098a5ad5 Fetch translations from Crowdin 2021-11-14 00:06:53 +00:00
github-actions
02898a4a79 Fetch translations from Crowdin 2021-11-13 00:06:22 +00:00
twinaphex
9e0b98cd89 Buildfix 2021-11-12 19:08:10 +01:00
twinaphex
efa16a8fca Revert "(Netplay) Cthulhu88 -"
This reverts commit cb4028fd3d770241100708c8fea66782cfa6b4de.
2021-11-12 19:00:42 +01:00
github-actions
038a24ae34 Fetch translations from Crowdin 2021-11-12 00:06:50 +00:00
github-actions
c93b3e7615 Fetch translations from Crowdin 2021-11-11 00:07:11 +00:00
twinaphex
cb4028fd3d (Netplay) Cthulhu88 -
* Netplay Chat menu
* Toggleable bind for chat (bound to ~ [tilde] by default)
2021-11-10 02:41:02 +01:00
github-actions
abd089e88e Fetch translations from Crowdin 2021-11-10 00:06:50 +00:00