Commit graph

626 commits

Author SHA1 Message Date
Brooksytech
f1bb8c894b
Merge pull request #2117 from brooksytech/dev
Enable Parallel gfx / audio plugin for Parallel N64 on supported devices
2023-09-21 07:39:24 -07:00
mason
8834d42dfd
Enable Parallel gfx / audio plugin for Parallel N64 on supported devices 2023-09-21 14:37:26 +00:00
fewtarius
d961601fb9
Improve LED brightness control in ES. 2023-09-20 12:32:24 +00:00
fewtarius
6472e4a4ad
Use a brightness level of 3 to eliminate a glitchy display on Air Plus. Update Powerstate to set the LED color to fix a LEDs turning on when AIR Plus is unplugged. 2023-09-20 02:33:21 +00:00
fewtarius
f6c4c8d9a3
AYANEO Air and AYN Loki now flash LEDs red on low battery. 2023-09-19 13:53:58 +00:00
fewtarius
deafe59438
* Fixes EmulationStation saving incorrect value for brightness.
* Corrects Loki audio latency quirk.
* Fixes system startup bug (threads/gpu profile).
* Fixes AMD64 default tdp quirk.
2023-09-19 10:57:33 +00:00
fewtarius
9dd414edcc
Bump ES 2023-09-19 00:33:52 +00:00
fewtarius
0185d40ead
Black screensaver now lowers brightness when active. 2023-09-18 23:46:20 +00:00
fewtarius
e6ccd34a3b
Fix ES screensaver audio, clean up cemu build options, update wxwidgets. 2023-09-18 23:26:26 +00:00
fewtarius
767e964a69
Save brightness setting when modified. 2023-09-17 18:14:27 +00:00
fewtarius
c553bdd811
Bump ES for the wording change and GPU default fix (system/game). 2023-09-16 12:38:18 +00:00
fewtarius
3dab12f357
Bump ES. 2023-09-15 18:43:51 +00:00
fewtarius
38f942c934
Update ES to fix video preview audio bug and drop linux:init from initramfs deps. 2023-09-15 17:52:38 +00:00
fewtarius
51cb336eb5
Bump ES (GPU profile relabel) 2023-09-15 10:16:11 +00:00
fewtarius
c44f2460fc
Bump ES. 2023-09-13 22:05:21 +00:00
fewtarius
b703026748
Add scsi_link_power_management option for increased battery life on Ayn Loki devices. Update ES. 2023-09-13 21:12:05 +00:00
fewtarius
84678d64ff
Add auto (bios) fan control, only enable LED brightness on AIR devices. 2023-09-13 09:21:22 +00:00
fewtarius
7b17482139
Ensure automount has finished before starting weston or emulationstation. 2023-09-11 12:14:50 +00:00
fewtarius
eccfa81dd5
Fix GPU performance not setting to auto when selected. 2023-09-11 11:12:03 +00:00
fewtarius
d14d0bc4e0
Add pixel perfect option on RGB30, and enable it by default if it isn't already configured. 2023-09-09 10:12:10 +00:00
mason
f0b1240f7e
Add graphics backend feature to PPSSPP 2023-09-08 19:11:20 +00:00
fewtarius
02b81d9977
Improve usb power management, environment variable handling in ES, and wifi power saving on AMD64. 2023-09-05 18:25:37 +00:00
fewtarius
165f994bc1
* Rework profile bits so they are correctly named and sequenced.
* Drop deprecated device.config from AMD64.
* Add a platform quirk for AMD64.x
2023-09-04 10:46:11 +00:00
fewtarius
24e9798424
Drop splash package. 2023-09-03 14:36:33 +00:00
fewtarius
56cc13cc9d
Bump ES, update Linux kernel to 6.4.14 (AMD64). 2023-09-03 10:38:34 +00:00
fewtarius
73e8f4029d
Update ES to the latest commit. 2023-09-01 13:08:48 +00:00
fewtarius
adc3747e53
Revert RGA scaling as it's not yet available. 2023-08-30 13:06:13 +00:00
fewtarius
1a3ea79ea1
Merge pull request #1986 from fewtarius/dev
Fix missing librga in arm builds, and re-add managing RGA scaling to ES.
2023-08-29 08:43:34 -04:00
fewtarius
ad0f8831ce
Fix missing librga in arm builds, and re-add managing RGA scaling to ES. 2023-08-29 12:43:12 +00:00
mason
36e0427de1
Add virtual touchscreen input to citra-sa 2023-08-28 21:35:38 +00:00
ilmenit
7f37271fc4
Merge branch 'JustEnoughLinuxOS:dev' into dev 2023-08-28 09:36:29 +02:00
fewtarius
cfc706c7f7
Fix issue with system TDP being reset on startup. 2023-08-27 15:57:57 +00:00
ilmenit
e00cd7781b puae2021 core added
puae2021 core added for Amiga emulation to be a default one for older Jelos devices. From testing it's improving performance in demanding and AGA games from 35fps to 50fps (PAL)
2023-08-26 22:29:42 +02:00
fewtarius
30b1b4f3ef
Update CEMU, fix ES GPU profile bug. 2023-08-26 12:42:34 +00:00
fewtarius
12b28e112c
Adds a simple changelog viewer to ES under the system settings menu which will pull the latest change log from GitHub so users can view it before or after updating if they choose. 2023-08-24 21:02:07 +00:00
fewtarius
0f71b9896b
Base distribution update to bringing JELOS up to more recent or to the latest software versions. Thanks in part to @CoreELEC and @archlinux. 2023-08-24 09:53:35 +00:00
mason
9f53182aa1
Rework flycast-sa, bump kernel to 6.1.47 on supported devices. 2023-08-23 20:42:33 +00:00
fewtarius
ce3afb8bee
Adds support for local network play without an access point.
This feature adds support for connecting up to four JELOS devices together for RetroArch network play. To use:

* Select Games Settings -> Netplay Settings
  * NetPlay -> Enabled
  * Index Games

* Select Network Settings
  * Enable Local Play Mode
  * Select 1 (Host)
* Choose a game and press Y
  * Select Netplay Options
    * Select Host a Netplay Session

* Select Network Settings
  * Enable Local Play Mode
  * Select 2-4 (Clients)
* Choose a game and press Y
  * Select Netplay Options
    * Select Connect to a Netplay Session

The games should begin and all clients should connect.
2023-08-15 22:10:48 +00:00
fewtarius
bbe0451a8b
Work on supporting adhoc network mode. 2023-08-14 22:05:56 +00:00
fewtarius
ef1a3c02a8
Bump ES to improve netplay ui. 2023-08-13 16:15:12 +00:00
fewtarius
79318a38fb
Merge pull request #1921 from fewtarius/dev
Reintroduce network play, options in ES (game settings, X over a game).
2023-08-13 05:46:52 -04:00
fewtarius
5c3d6afc07
Reintroduce network play, options in ES (game settings, X over a game). 2023-08-13 00:33:09 +00:00
fewtarius
989b817977
Merge pull request #1912 from fewtarius/dev
Merge updated SDL rotation patches, thanks to @JohnnyonFlame!
2023-08-11 11:47:20 -04:00
fewtarius
818d78ee2a
Merge updated SDL rotation patches, thanks to @JohnnyonFlame! 2023-08-11 15:46:37 +00:00
Brooksytech
28f86f2dc0
Merge pull request #1910 from brooksytech/dev
Add several PPSSPP ES features
2023-08-11 06:38:17 -07:00
mason
771edef124
Add several PPSSPP ES features 2023-08-11 13:34:34 +00:00
fewtarius
0201d52ac7
Merge pull request #1900 from fewtarius/dev
Revert variable change, switch Dolphin to pulse audio.
2023-08-10 05:45:17 -04:00
fewtarius
071a9e1937
Revert "Update variables to pipewire."
This reverts commit 8cafec1386.
2023-08-10 09:12:19 +00:00
mason
3d0f17dad4
Fix Parallel N64 Resolution ES Features 2023-08-10 04:57:29 +00:00
fewtarius
8cafec1386
Update variables to pipewire. 2023-08-09 18:41:38 +00:00