Commit Graph

846 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
twinaphex 107d315559 Bump up version 2021-10-09 16:14:46 +02:00
Autechre ebe0d89de2
Update CHANGES.md 2021-09-19 05:35:20 +02:00
Autechre a64fa9c8d7
Update CHANGES.md 2021-09-19 05:24:24 +02:00
Autechre b71d34068b
Update CHANGES.md 2021-09-19 05:12:15 +02:00
twinaphex 85c0607696 Add to CHANGES.md 2021-09-04 10:32:43 +02:00
twinaphex 43838dc4ea Bump version 2021-09-04 10:30:46 +02:00
Autechre fa5ec2d4b1
Update CHANGES.md 2021-08-22 18:18:55 +02:00
Autechre 48bb705b03
Update CHANGES.md 2021-08-19 14:28:56 +02:00
Autechre 52db47d0fd
Update CHANGES.md 2021-08-17 20:24:23 +02:00
tunip3 ece8ff8ad8
add fix for beetle cores to change log 2021-08-16 15:11:26 +01:00
Autechre b0ac722366
Update CHANGES.md 2021-08-14 21:04:29 +02:00
Autechre 757ce5e572
Update CHANGES.md 2021-08-14 20:58:23 +02:00
twinaphex c34982d695 Update CHANGES.md 2021-08-11 19:20:21 +02:00
Autechre 7e08c019bc
Update CHANGES.md 2021-08-11 03:40:45 +02:00
Autechre 5b801bab46
Update CHANGES.md 2021-08-09 14:22:59 +02:00
Autechre 70ca111a53
Update CHANGES.md 2021-08-08 12:46:19 +02:00
Autechre 34758d15ef
Update CHANGES.md 2021-08-08 00:49:23 +02:00
Autechre f129a55a8a
Update CHANGES.md 2021-08-07 20:26:24 +02:00
Autechre 980647c9b8
Update CHANGES.md 2021-08-07 19:43:56 +02:00
Autechre 87c1800cb8
Update CHANGES.md 2021-08-07 19:35:14 +02:00
Autechre c19c6a3ca8
Update CHANGES.md 2021-08-07 16:20:07 +02:00
Autechre 1df4fa70e8
Update CHANGES.md 2021-08-01 22:38:06 +02:00
Autechre 2aee034a24
Update CHANGES.md 2021-08-01 22:15:08 +02:00
Autechre d53ff1cc9b
Update CHANGES.md 2021-07-29 06:13:33 +02:00
twinaphex 8373ac6746 Bump version to 1.9.7 2021-07-25 07:58:25 +02:00
Autechre f93499181c
Update CHANGES.md 2021-07-04 14:07:31 +02:00
Autechre 4a6dc36b1c
Update CHANGES.md 2021-07-04 02:39:40 +02:00
Autechre 2e215bda5b
Update CHANGES.md 2021-06-27 07:03:00 +02:00
twinaphex 0a5fd837a2 Bump up version to 1.9.6 2021-06-27 06:43:27 +02:00
twinaphex 6738fa57aa Bump up version to 1.9.5 2021-06-13 03:07:51 +02:00
Autechre da9f87c63f
Update CHANGES.md 2021-06-07 15:54:08 +02:00
Autechre 610b0b7095
Update CHANGES.md 2021-06-06 22:16:25 +02:00
Autechre 44e2530fbb
Update CHANGES.md 2021-06-06 21:18:02 +02:00
Autechre 2edc6d6e6a
Update CHANGES.md 2021-06-04 20:20:46 +02:00
Autechre 6772b89872
Update CHANGES.md 2021-05-31 16:15:09 +02:00
Autechre b1a3ea72c9
Update CHANGES.md 2021-05-30 04:22:55 +02:00
Autechre 750ad9aa7b
Update CHANGES.md 2021-05-28 21:27:19 +02:00
Autechre f8b6443b91
Update CHANGES.md 2021-05-22 18:52:52 +02:00
Autechre 8344ed9db5
Update CHANGES.md 2021-05-22 18:52:08 +02:00
Autechre cacbd451dc
Update CHANGES.md 2021-05-21 17:48:36 +02:00
Autechre 5b995dec26
Update CHANGES.md 2021-05-21 14:08:55 +02:00
Autechre d3b3b40ea7
Update CHANGES.md 2021-05-18 13:43:43 +02:00
Autechre 10546594de
Update CHANGES.md 2021-05-17 15:54:39 +02:00
Autechre 3187c87451
Update CHANGES.md 2021-05-15 20:07:09 +02:00
Autechre bc23d070de
Update CHANGES.md 2021-04-30 18:19:36 +02:00
Autechre eb578557c0
Update CHANGES.md 2021-04-14 16:32:08 +02:00
Autechre 03849b3e87
Update CHANGES.md 2021-04-07 13:54:20 +02:00
Autechre 5e432a6586
Update CHANGES.md 2021-04-07 00:53:36 +02:00
Autechre 7cb5de7df4
Update CHANGES.md 2021-04-06 21:53:53 +02:00
Autechre c68c71f7b2
Update CHANGES.md 2021-04-06 21:50:31 +02:00