Commit Graph

796 Commits

Author SHA1 Message Date
LibretroAdmin
8485233b08 Update CHANGES.md 2022-10-31 19:40:14 +01:00
LibretroAdmin
9b7be5f2af
Update CHANGES.md 2022-10-24 17:53:50 +02:00
LibretroAdmin
198be07542
Update CHANGES.md 2022-10-24 17:52:41 +02:00
LibretroAdmin
94733e4a4c
Update CHANGES.md 2022-10-24 17:52:26 +02:00
LibretroAdmin
840c4481ab
Update CHANGES.md 2022-10-17 02:51:07 +02:00
LibretroAdmin
415925c5dc
Update CHANGES.md 2022-10-16 18:16:50 +02:00
LibretroAdmin
df879b52cd Bump to version 1.12.0 2022-10-16 15:41:59 +02:00
LibretroAdmin
cc199b71db Update CHANGES.md 2022-10-06 19:28:28 +02:00
LibretroAdmin
fbf55a1999
Update CHANGES.md 2022-10-06 01:58:42 +02:00
LibretroAdmin
e8c53cad10 Update CHANGES.md 2022-10-05 18:45:55 +02:00
LibretroAdmin
0874a41e36
Update CHANGES.md 2022-10-03 15:13:50 +02:00
LibretroAdmin
4672c5a5c0
Update CHANGES.md 2022-10-03 01:19:31 +02:00
LibretroAdmin
284466b04b
Update CHANGES.md 2022-10-02 15:58:56 +02:00
LibretroAdmin
fcdb383dc6 Update CHANGES.md 2022-09-29 22:59:02 +02:00
LibretroAdmin
3c81e21589
Massive changelog for 1.11.0 2022-09-29 21:18:48 +02:00
Autechre
a597c95c98
Update CHANGES.md 2022-04-14 08:29:41 +02:00
Autechre
f38b7afce9
Update CHANGES.md 2022-04-14 08:29:07 +02:00
Autechre
9b282aa742
Update CHANGES.md 2022-04-11 07:17:19 +02:00
Autechre
d3004fe2c2
Update CHANGES.md 2022-04-09 23:58:40 +02:00
Autechre
5e85d22d8f
Update CHANGES.md 2022-04-05 17:48:23 +02:00
Autechre
9cbcaf1798
Update CHANGES.md 2022-04-04 20:25:00 +02:00
Autechre
a91b538ba9
Update CHANGES.md 2022-04-04 16:51:34 +02:00
Autechre
23f5b6fb86
Update CHANGES.md 2022-04-03 19:29:36 +02:00
Autechre
f353898a9d
Update CHANGES.md 2022-04-03 04:09:18 +02:00
Autechre
794900a1ed
Update CHANGES.md 2022-04-02 17:06:03 +02:00
Autechre
9dfc5950aa
Update CHANGES.md 2022-04-02 17:04:51 +02:00
Autechre
de4e56ecf2
Update CHANGES.md 2022-03-29 03:08:45 +02:00
Autechre
06921aebed
Update CHANGES.md 2022-03-27 18:10:02 +02:00
Autechre
1250ecbc46
Update CHANGES.md 2022-03-27 05:45:01 +02:00
Autechre
b2ef25e20f
Update CHANGES.md 2022-03-24 13:47:20 +01:00
twinaphex
f3ce04be0c Bump up version + CHANGELOG 2022-03-22 21:01:06 +01:00
Nikos Chantziaras
d9bc8fb796
Ozone: Add thumbnail scale option (#13620)
* Ozone: Add thumbnail scale option

* CHANGES.md: Add ozone thumbnail bar scaling option
2022-03-11 15:51:41 +01:00
Nikos Chantziaras
b094c58081
Add hotkey for toggling sync to exact content framerate (#13725)
* Add hotkey for toggling sync to exact content framerate

* CHANGES.md: add sync to exact content framerate toggle hotkey
2022-03-10 17:21:08 +01:00
Autechre
df553bb7f5
Update CHANGES.md 2022-03-07 19:12:23 +01:00
Keith Bowes
97c5c269a7
Added Changelog for RetroArch 1.10.1 (#13702) 2022-03-04 17:36:42 +01:00
twinaphex
621f51394b Bump version 2022-03-03 14:28:38 +01:00
twinaphex
688e00a25b Update CHANGES.md 2022-01-21 04:45:53 +01:00
twinaphex
a14dcfa3ba Update CHANGES.md 2022-01-19 19:10:56 +01:00
twinaphex
bacae58ea5 Bump up to version 1.10.0 2022-01-19 18:53:15 +01:00
Nikos Chantziaras
be650a790c
Add option for showing the overlay behind the menu (#13360)
* Add option for showing the overlay behind the menu

This commit lays the groundwork for this option. Support for this option
in the video drivers themselves is going to be added in later commits.

* gl1: Add overlay behind menu support

* gl2: Add overlay behind menu support

* gl3: Add overlay behind menu support

* vulkan: Add overlay behind menu support

* ctr: Add overlay behind menu support

* d3d9: Add overlay behind menu support

* d3d10: Add overlay behind menu support

* d3d11: Add overlay behind menu support

* d3d12: Add overlay behind menu support

* CHANGES.md: overlay behind menu

Co-authored-by: MrHuu <MrHuu@users.noreply.github.com>
Co-authored-by: Tony <45124675+sonninnos@users.noreply.github.com>
2021-12-26 04:56:44 +01:00
Nikos Chantziaras
0357b6c922
Add on-screen statistics toggle hotkey (#13381)
* Add on-screen statistics toggle hotkey

* CHANGES.md: Add technical statistics hotkey
2021-12-21 00:03:35 +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
Autechre
06a2367008
Bump to version 1.9.14 (#13327)
* * Bump to version 1.9.14
* Don't have unused function when HAVE_CORE_INFO_CACHE is undefined

* Addition to CHANGES.md
2021-12-05 07:12:23 +01:00
Autechre
fca72f67d1
Update CHANGES.md 2021-11-12 20:40:49 +01:00
Autechre
771585f95d
Update CHANGES.md 2021-11-11 01:46:29 +01:00
Autechre
a68b95690c
Update CHANGES.md 2021-11-09 03:12:12 +01:00
Autechre
8ee025636e
Update CHANGES.md 2021-11-08 19:29:46 +01:00
twinaphex
673d77284d BUmp up version to 1.9.13 2021-11-07 03:28:14 +01:00
Autechre
4fe63e6f3f
Update CHANGES.md 2021-10-24 03:50:42 +02:00
Autechre
a9125fffaa
Update CHANGES.md 2021-10-09 16:25:25 +02:00