Commit graph

710 commits

Author SHA1 Message Date
fewtarius
5ea4cbcbf3
updates, emulators, cores, etc. 2022-11-13 13:24:50 -05:00
Locutus73
537944a4b8
Update setsettings.sh
Added getting audiolatency configuration from system.cfg and setting it to retroarch.cfg
2022-11-13 14:06:15 +01:00
Wansti
0cc2244d6e Add bluetooth devices to audio device menu 2022-11-13 16:43:13 +11:00
Wansti
1f25b356e2 Add bluetooth devices to audio device menu 2022-11-13 16:37:12 +11:00
Wansti
06983722b2 Add bluetooth to audio options 2022-11-13 10:50:44 +11:00
Marek
7f614f0a51
Merge branch 'dev' into btaudio 2022-11-13 10:24:30 +11:00
Wansti
f1f301f9f7 Resolve conflict 2022-11-13 10:17:58 +11:00
Wansti
4b521f964f Merge branch 'btaudio' into dev 2022-11-13 10:15:42 +11:00
fewtarius
34a481f977
Add Audio path feature to ES, bug fixes, and some additional changes for future use. 2022-11-12 15:39:58 -05:00
fewtarius
0c49d9aa83
Fix essound 2022-11-12 07:48:43 -05:00
Wansti
ce61514d33 Add bluetooth to audio options 2022-11-11 21:50:46 +00:00
fewtarius
98541df6ae
Merge pull request #727 from fewtarius/dev
Bump ES
2022-11-09 08:30:04 -05:00
fewtarius
7c544f6d0c
Bump ES 2022-11-09 08:02:06 -05:00
fewtarius
cb346ed42f
Merge pull request #726 from fewtarius/dev
Dev
2022-11-09 07:30:10 -05:00
fewtarius
7713ba9249
Alsa startup fix, bump ES. 2022-11-09 07:28:56 -05:00
fewtarius
a2be76d26d
Preparing for sound device control in ES. 2022-11-09 07:25:04 -05:00
fewtarius
fbd4b93c4e
Merge pull request #722 from fewtarius/dev
emus, cores, kernel, and bug fix.
2022-11-08 08:47:03 -05:00
fewtarius
5c42b99d1b
Tweak automount service to create game directories. 2022-11-08 08:45:52 -05:00
fewtarius
2a74d902ee
Add simple tool to fetch alsa controls. 2022-11-07 07:51:52 -05:00
Locutus73
f63893ae4d
Update asound.state
Various sound fixes and DAC Playback Volume renamed to Master Playback Volume.
2022-11-07 13:41:00 +01:00
fewtarius
d8f5a5fcf0
Fix device variable for RG552. 2022-11-07 06:37:58 -05:00
fewtarius
fc0e3a7a26
Roll back RG552 change, add workaround for volume in ES. 2022-11-06 18:19:44 -05:00
fewtarius
e7f53c865b
Use overlay for hotkey autoconfig. 2022-11-06 16:24:07 -05:00
fewtarius
b4d3301e75
Temporarily re-add the DAC mixer for the RG552 until we can fix the mixer to be detected correctly in ES. 2022-11-06 16:09:35 -05:00
fewtarius
85eac29ce9
Run tweak. 2022-11-06 13:18:29 -05:00
fewtarius
974e05fab6
Enable bluetooth controller support on RG5351P/M, RG351V, RG351MP thanks to @tom-pratt. 2022-11-05 12:50:08 -04:00
fewtarius
7b8d71468e
Enable bluetooth controller support on RG552, thanks to @tom-pratt. 2022-11-05 12:26:29 -04:00
fewtarius
6f62ebc7b9
Pull back gobject-introspection from @tom-pratt's PR, enable building on RG353P/RG503. 2022-11-05 16:19:29 +00:00
fewtarius
5517591d7a
More robust run tool. 2022-11-02 21:43:14 -04:00
fewtarius
19882b6717
Many core package updates including:
* gcc 12.2.0
* llvm 15.0.3
* kernel 6.0.6 (x86_64 & RG552)
* systemd 251.7
* binutils 2.39
* glib 2.74.0
* glibc 2.36

Thanks in large part to @CoreELEC.
2022-11-02 17:11:27 -04:00
fewtarius
3a3c65d433
Bug fixes and mention support for the RG353M. 2022-11-02 17:01:08 -04:00
brooksytech
cb205308f6
DolphinSA ES options 2022-11-02 07:18:15 -07:00
fewtarius
ddac80f938
Merge branch 'dev' of github.com:justenoughlinuxos/distribution into coreelec_sync 2022-11-01 11:12:05 -04:00
fewtarius
83cecf5d86
Add post-update logging. 2022-11-01 07:55:34 -04:00
fewtarius
6fdfc71f86
Merge pull request #685 from fewtarius/dev
Another tweak for rclone, and don't build bluetooth support until we fix it across devices.
2022-10-30 06:44:32 -04:00
fewtarius
9dbb955946
Another tweak for rclone, and don't build bluetooth support until we fix it across devices. 2022-10-30 06:43:35 -04:00
Tom Pratt
5ad2cf4673 Bluetooth boot and sleep handling
Also reduce bluetooth agent sleep duration. Init dependencies mean its not that sensitive.
2022-10-29 00:33:45 +02:00
fewtarius
d5379587d3
Merge pull request #679 from fewtarius/dev
post-game cloud backup, and rclone fix on x86_64
2022-10-28 17:39:50 -04:00
fewtarius
0db4d2dccd
* Fix rclone on x86_64 builds
* Add support for running a cloud backup immediately after exiting a game. (GAME SETTINGS, Requires configured rclone.)
2022-10-28 17:37:37 -04:00
Tom Pratt
60b63d397a Unit for managing the bluetooth agent lifecycle 2022-10-28 20:56:45 +02:00
Tom Pratt
32d4a71e36 Fix batocera-bluetooth-agent
Install pygobject dependency and bump versions of some of its dependencies. Fix gobject-introspection build error on host by setting -Dbuild_introspection_data=false.

Update bluezutils.py to use items() function renamed in recent python versions.

Remove .cache dir from agentpath, otherwise dbus complains that the path is invalid. The directory exists so it's unclear what the real problem is here.

Include python_fix_abi function in build so target files don't get host arch naming.
2022-10-28 19:31:03 +02:00
fewtarius
a7d633da5c
Add support for configuring the boot UI while in kiosk mode (Weston only). This enables users to boot right into an emulator or into RetroArch, however the features of ES will be unavailable. 2022-10-27 07:51:00 -04:00
fewtarius
2870b9e247
Don't sync portmaster or thememaster after an update. 2022-10-27 06:09:12 -04:00
fewtarius
226a599128
runemu should no longer replace bits of asound.conf. 2022-10-26 19:28:21 -04:00
fewtarius
a0e6266483
Fix issue with setsettings and hotkey management. 2022-10-26 16:58:11 -04:00
fewtarius
ec0e1b03dc
Add support for audio device selection in ES. Fix bug with volume_sense. 2022-10-26 12:01:28 -04:00
fewtarius
5b401bd539
Update how we automatically manage hotkeys, and add an option to disable it. If a controller is attached or detached, run mkcontroller with the volume_sense restart. 2022-10-25 17:40:48 -04:00
fewtarius
958c5fca01
Reverse x/y. 2022-10-25 07:34:52 -04:00
fewtarius
5ad1a43678
* Fix Sega Saturn (yabasanshiroSA) controls.
* Fix issue with post-update not executing on some devices.
* Fix issue with hotkey autoconfig not working for all configured controllers.
* Re-add textviewer
* Update ArtBook theme.
2022-10-25 06:24:50 -04:00
fewtarius
0c0408f852
Fix oops. 2022-10-23 10:37:21 -04:00
fewtarius
02ed60cc14
Fix oops. 2022-10-23 10:36:45 -04:00
fewtarius
b022b71a97
Device quirk for the VCS until it can be reworked. 2022-10-23 07:19:33 -04:00
fewtarius
d9722f218b
Revert alsa changes. 2022-10-22 11:11:33 -04:00
fewtarius
15fea2317b
Merge pull request #650 from fewtarius/dev
Overlay modprobe.d/alsa-base until this can be implemented more cleanly.
2022-10-22 09:46:15 -04:00
fewtarius
bdbe2b54b7
Overlay modprobe.d/alsa-base until this can be implemented more cleanly. 2022-10-22 09:45:45 -04:00
fewtarius
f80e4ad9bf
Merge pull request #648 from fewtarius/dev
Fix reversed trigger hotkeys.
2022-10-21 20:14:29 -04:00
fewtarius
86c2f4fd8f
Fix reversed trigger hotkeys. 2022-10-21 20:13:56 -04:00
fewtarius
0001f687ee
Merge pull request #647 from fewtarius/dev
Fix asound.conf swap issue.
2022-10-21 19:59:42 -04:00
fewtarius
e59f906c0f
Fix asound.conf swap issue. 2022-10-21 19:59:00 -04:00
Brooksytech
d89d4d270e
Merge pull request #645 from brooksytech/dev
Remove JelosAddOns and duckstation custom.
2022-10-21 14:54:24 -07:00
brooksytech
209271bef5
Remove JelosAddOns 2022-10-21 14:46:35 -07:00
fewtarius
dcafb2d0d8
Merge pull request #643 from fewtarius/dev
Fix reversed button oops.
2022-10-21 17:30:48 -04:00
fewtarius
bba5bd4c4f
Fix reversed button oops. 2022-10-21 17:30:14 -04:00
fewtarius
41e437442c
Merge pull request #642 from fewtarius/dev
2022-10-21 17:26:44 -04:00
fewtarius
e7137b32e4
* Add support for dynamic controller variables and support for hotkey configuration when a new controller is default.
* Deprecate device specific controller variables.
* Set avahi hostname on boot.
* Add dmidecode for x86_64 specific quirks.
2022-10-21 17:23:25 -04:00
brooksytech
2927908d98
update runemu for Drastic 2022-10-21 12:56:51 -07:00
brooksytech
10bee04715
Add Mesa demos/utils 2022-10-17 14:50:45 -07:00
brooksytech
2895380e6a
Add Mesa demos/utils 2022-10-17 14:39:43 -07:00
fewtarius
6dc9c27ca6
Fix starting PortMaster, ThemeMaster, and JELOSAddOns. 2022-10-15 08:02:48 -04:00
fewtarius
d2338ef3d4
Revert post-update change. 2022-10-14 16:52:49 -04:00
fewtarius
c30432f824
Move automount to a systemd service so dependencies are managed correctly. 2022-10-14 16:51:45 -04:00
fewtarius
187fe72c16
Bump mesa, fix run issue, fix missing wireguard on some devices. 2022-10-12 16:54:40 -04:00
fewtarius
7d044a8d7d
Fix wifi scanning bug. 2022-10-11 07:34:21 -04:00
fewtarius
02466cf5bd
Add a simple wait to ES incase mount_games hasn't completed yet. 2022-10-10 20:04:55 -04:00
fewtarius
d674d515d5
Clear the screen before and after executing on non-wayland devices. 2022-10-09 15:13:24 -04:00
fewtarius
32ed9e3d9b
Assume scripts have spaces. 2022-10-09 15:01:26 -04:00
fewtarius
c23f9d17bf
Re-add Win600's Xbox 360 controller. 2022-10-09 11:03:39 -04:00
fewtarius
b05a22c381
Fix run script to execute scripts with spaces. 2022-10-08 19:38:08 -04:00
fewtarius
069bd71331
Fix issue where some console utilities were not executing correctly including backup and restore. 2022-10-07 16:45:28 -04:00
fewtarius
15099c8186
Fix up post-update bugs. 2022-10-06 17:05:59 -04:00
fewtarius
e5258370a8
Add ThemeMaster sync to post-update, fix glew dependency, update emulators and cores. 2022-10-05 17:52:20 -04:00
fewtarius
4286b391ec
* Apply AMD GPU performance profiles, thanks to @0_game_it on twitter. 2022-10-05 06:22:07 -04:00
fewtarius
f66bb202a9
If smb.conf doesn't exist in /storage/.config, add it. Fix link pointer. 2022-10-04 07:58:38 -04:00
fewtarius
9000b83d15
* Move samba configuration to user space.
* Remove kernel tweaks that inhibit proper sleep.
* Merge hostname change and wifi into 008-network.
* Adjust flycast build options.
* No longer build main in merge until we can work out the double build bug.
2022-10-03 19:10:53 -04:00
fewtarius
7d07eff763
* Add user profile directory /storage/.config/profile.d.
* Apply workaround for no sound / no headphone jack switching (RG353V).
* Update ArtBook Next theme.
* Ensure the device tree is not swapped after an update.
> Note: Exiting RG353V users will need to disable and re-enable the RG353V switch, or run `device-switch RG353V` over ssh.
2022-10-02 12:46:51 -04:00
fewtarius
9ae3455f45
* Fix more brightness bugs
* Update kernel - Adds additional RG353V device property changes.
* Always sync portmaster, thememaster, and jelosaddons after updating.
* Add workaround for no audio mixing of right channel on RG353V thanks to @christianhaitian.
2022-10-01 20:22:43 -04:00
fewtarius
73dff6fa94
* Add support for multiple device trees.
* Add support for RG353V (use RG353P image, enable switch in system settings).
* Fix language selection bug.
* Fix another brightness bug.
* Fix shader build conflict.
* Force Retroarch to use glcore on the RG552 if GL is still enabled.
2022-09-30 20:40:33 -04:00
fewtarius
f397aa3570
Fix merge conflict. 2022-09-29 16:46:16 -04:00
fewtarius
966ca58e7f
Fix brightness, fix flycast32. 2022-09-29 16:44:45 -04:00
brooksytech
7a4b04aad5
Add BSNES core & Citra libretro 3DS 2022-09-28 20:58:19 -07:00
fewtarius
4ff27f0f4d
Working to resolve boot brightness issue. 2022-09-28 07:57:57 -04:00
fewtarius
d36573d1d2
Fix disabling integerscaling by default on Win600, and restoring brightness on wake. 2022-09-27 18:35:31 -04:00
fewtarius
4b62efed70
Additional fix for autostart. 2022-09-26 16:23:46 -04:00
fewtarius
076231f7ad
Remove non-functional guard. 2022-09-26 07:49:27 -04:00
fewtarius
c2dff03a4a
Another automount bugfix. 2022-09-26 07:47:48 -04:00
fewtarius
77ab1c7bad
automount should skip any devices mounted under /storage 2022-09-26 06:22:47 -04:00
fewtarius
71ea5d485e
Bugfix: automount 2022-09-25 18:22:32 -04:00
fewtarius
abe58b34bf
Fix common-shaders build conflict, disable integer scaling by default on Win600. 2022-09-25 11:21:09 -04:00
fewtarius
3580c9af49
Fix output redirect. 2022-09-24 20:08:04 -04:00
fewtarius
436cf32137
Enable fstrim by default on the handheld build, disable by default for everything else. 2022-09-24 09:16:28 -04:00
fewtarius
e2ca5eba35
Fix samba missing widelinks support, fix fstrim autostart. 2022-09-24 08:39:27 -04:00
fewtarius
0584e41b00
Move fstrim to autostart so it doesn't block sleep. 2022-09-23 15:25:38 -04:00
fewtarius
714d917665
Fix mupen64plus-nx on RG503 and RG353P. Add a games mount guard for better compatibility with single card/drive devices. 2022-09-23 07:44:30 -04:00
fewtarius
5f51d87d8d
Relabel the automated mount variable, and ensure that if it's not set we enable games card detection. 2022-09-23 06:41:45 -04:00
fewtarius
4aed004359
Enable automatically finding and mounting games by default after updates if not already explicitly enabled/disabled. 2022-09-23 06:34:19 -04:00
fewtarius
22ffd7ed07
* Add support for including AppImages in JELOS builds.
* Update PCSX2 to use the upstream AppImage.
* Complete PCSX2 standalone integration.
* Update volume controls to use mapped volume mode.
* Update GTK3 to build additional required bits.
2022-09-22 19:50:28 -04:00
fewtarius
d948946127
Fix 351Files reversed controls for Win600. Improve new run script a bit. 2022-09-21 17:41:31 -04:00
fewtarius
05aae997ae
Misc bug fixes. 2022-09-21 17:01:39 -04:00
fewtarius
40ec31c8d6
Improve the retroarch build options a bit more. 2022-09-21 07:19:06 -04:00
fewtarius
9157492fd6
Add slang-shaders, fix shaders on Weston devices, fix WIFI wake from sleep issue. 2022-09-20 17:16:51 -04:00
fewtarius
3d675a2dce
Update Linux kernel, fix shader path. 2022-09-20 07:01:32 -04:00
fewtarius
745cecc53d
Merge branch 'dev' into bluetooth 2022-09-18 10:50:44 -04:00
fewtarius
cbce9cf359
Updates. 2022-09-18 10:48:56 -04:00
fewtarius
ffb79e55b7
Bluetooth work. 2022-09-17 13:03:37 -04:00
fewtarius
c6add0e523
Update ES, and don't set the games device on startup. 2022-09-17 12:26:03 -04:00
fewtarius
bb47f9d677
Add support for system.mountgames, fix clean up bug in init. 2022-09-17 09:44:12 -04:00
fewtarius
851e6ec33a
Revert the updates bind mount, clean up a few clear screen calls so the logo doesn't flash. 2022-09-17 07:42:22 -04:00
fewtarius
fb8a6a1ba7
Drop support for using the games card for updates, as it is not compatible with the migration of the games volume mount to user space. 2022-09-17 06:44:32 -04:00
fewtarius
162ae98f46
Set umask 000 on the games partition, and fix a duckstationsa oops. 2022-09-16 19:17:23 -04:00
fewtarius
6236c1b5f0
Fix 351Files, autostart, samba, move games mount to userland. 2022-09-16 17:13:51 -04:00
fewtarius
6e3453170b
Bug fixes. 2022-09-16 07:17:20 -04:00
fewtarius
ea59e68440
Bug fixes. 2022-09-15 22:34:00 -04:00
fewtarius
2aa2b6e508
Updates. 2022-09-14 19:51:00 -04:00
fewtarius
3ecd6f3e48
Work to use a common mechanism that functions in weston and when weston is not present. 2022-09-14 17:35:38 -04:00
fewtarius
105a6b0267
Revert. 2022-09-13 20:33:11 -04:00
fewtarius
cc366fba9c
Add new mechanism to stop and start the UI for console apps. 2022-09-13 20:29:29 -04:00
fewtarius
a37e6eb6ef
Set LIBGL_DRIVERS_PATH for 32bit retroarch. 2022-09-11 18:08:12 -04:00
fewtarius
bae378a30e
Work on pcsx2 and pcsx2 libretro. 2022-09-11 17:10:06 -04:00
fewtarius
b2b8cefa8d
Apply a few changes for power savings. 2022-09-11 06:51:08 -04:00
fewtarius
79ccd182fa
Merge pull request #477 from fewtarius/dev
Updates.
2022-09-09 20:02:26 -04:00
fewtarius
8f09001f42
Update to support stopping and starting the defined UI service rather than assuming everything uses the emustation service. Update volumesense to stop looking for devices after 5 attempts. Update system_utils and volume_sense to increment by 5 or 15. 2022-09-09 20:01:27 -04:00
brooksytech
cac7a04fcd
Updating to kernel 5.19 and fix controls 2022-09-09 07:35:05 -07:00
fewtarius
2f7c3c710e
Add Wii to runemu. 2022-09-05 14:43:19 -04:00
fewtarius
5700091250
Fix up CPU governors for win600. 2022-09-05 09:28:59 -04:00
fewtarius
d891ac7b4f
Initial staging for executing PCSX2. 2022-09-05 08:03:17 -04:00
fewtarius
6be1cc3159
Don't math the brightness on startup, just apply the defined values. 2022-09-05 06:58:27 -04:00
fewtarius
e3c2ecee27
* Start work on PS2 support, thanks in part to @CoreELEC and @batocera-linux.
* Add LMSensors for sensor and fan control (work in progress).
2022-09-04 17:43:37 -04:00
fewtarius
bf2dac42ac
Revert ES, work on vicesa. 2022-09-04 05:54:30 -04:00
fewtarius
4ffc0107a4
Fix jslisten for win600. 2022-09-02 21:06:59 -04:00
fewtarius
5ede632d50
Fix jslisten. 2022-09-02 20:51:03 -04:00
fewtarius
4b863ee787
We should have duckstationsa and dolphin on x86_64 builds. 2022-09-01 17:58:54 -04:00
fewtarius
b37990e4c3
Misc updates. 2022-09-01 17:17:36 -04:00
fewtarius
b308326c0d
Bug fixes. 2022-09-01 06:07:11 -04:00
fewtarius
1ab93abec4
Add a desktop switch for weston kiosk / desktop mode switching. 2022-08-31 19:24:15 -04:00
fewtarius
d44bc5e699
Merge pull request #399 from fewtarius/dev
Left over + new fixes.
2022-08-31 17:51:40 -04:00
fewtarius
1f6d96325b
* Fix ALSA on x86_64 handhelds.
* Temporary drop or correct multiple packages that needed updates for x86_64.
* Update volume service to deprecate hard coded paths.
* system-utils and sleep to common packages.
* Add weston kiosk.ini for future use.
* Add DIRTY variable, if true it will not clean.
2022-08-31 17:50:23 -04:00
fewtarius
5aa68ae722
Merge pull request #398 from fewtarius/dev
Update ES to use varying brightness paths.
2022-08-31 08:31:34 -04:00
fewtarius
573e15dfc8
Update ES to use varying brightness paths. 2022-08-31 08:30:58 -04:00
fewtarius
c51d7422c6
Merge pull request #394 from fewtarius/dev
Dev
2022-08-31 07:04:39 -04:00
fewtarius
970304ac85
Fix up brightness. 2022-08-31 07:00:57 -04:00
fewtarius
3011a3a382
Set the audio device to card 0. 2022-08-31 06:39:50 -04:00
fewtarius
ea2bd23ea6
Gross, but it should work for now. 2022-08-30 22:10:11 -04:00
fewtarius
be369d08f4
Merge pull request #393 from fewtarius/dev
Dev merge.
2022-08-30 21:34:45 -04:00
fewtarius
77d98e3370
Audio works, and add volume control. 2022-08-30 21:26:25 -04:00
fewtarius
d654b6a396
* Bug fixes - getshaders, wifictl.
* Correct dependencies: moonlight, hypseus-singe.
* Continued work on x86_64.
* Fix raze repo path.
2022-08-30 17:05:35 -04:00
travis134
043b63e556
Fix comment 2022-08-28 20:10:14 -07:00
travis134
8b08dec745
Setting up quake in es 2022-08-28 18:53:58 -07:00
fewtarius
e1b9345ef5
Restart WIFI after sleep to work around connman losing DNS. 2022-08-28 19:53:29 -04:00
fewtarius
a8e3d11475
* Fix up Samba thanks in part to @CoreELEC.
* Add PC/handheld device to separate X86_64 for other purposes.
* Move emulation packages into device options.
* Add Docker packages for future use thanks to @CoreELEC.
2022-08-28 19:47:56 -04:00
fewtarius
bb6ecbd68f
Start weston desktop for dev, and add an ES icon/launcher. 2022-08-28 14:42:14 -04:00
fewtarius
f07baf5972
Drop textviewer until it can be patched, update ES to use GLES, update X86_64 options to use weston. 2022-08-27 18:02:42 -04:00
fewtarius
c965a43690
Fix up splash, 4k image with a black background for improved scaling. For rotated displays invert the splash resolution so they scale correctly. Replace the ES image with a link to the splash. 2022-08-26 19:18:56 -04:00
fewtarius
2309814722
Use the correct location to load cores. 2022-08-25 08:14:03 -04:00
fewtarius
8e27f09939
Don't reconnect WIFI if its already connected. 2022-08-25 07:10:34 -04:00
travis134
88e784a2c9
Remove ws changes 2022-08-23 11:45:30 -07:00
travis134
b46b222cef
Don't call overclock bin if it doesn't exist! 2022-08-23 11:44:15 -07:00
travis134
98f9b0184b
One more bad extension check 2022-08-23 11:31:29 -07:00
fewtarius
1894393478
Drop hard coded splash screens and generate a correct resolution/aspect splash during the build. 2022-08-23 07:23:08 -04:00
fewtarius
fa4681868f
Fix typo 2022-08-21 12:23:26 -04:00
fewtarius
179c64e790
* Add HLE BIOS selection for yabasanshiroSA
* Move TATE mode to ES features.
* Fix es_features and es_systems to be a symlink (and back up the old version).
2022-08-20 10:12:53 -04:00
fewtarius
20ac26142a
Update to solve black screen bug by fixing binary data in system.cfg with minimal data loss. 2022-08-14 19:00:26 -04:00
fewtarius
f12665873f
Revert system.cfg cleanup, needs to be rewritten to be safer. 2022-08-14 11:44:46 -04:00
fewtarius
9a7e95648e
Force ascii. 2022-08-13 10:33:40 -04:00
fewtarius
ac75844bd3
Back up the system.cfg file first, then clean any bad data that may have crept into it. 2022-08-13 10:24:49 -04:00
fewtarius
c56b1db8e2
Ensure system.cfg is useable by ES. 2022-08-13 08:55:33 -04:00
fewtarius
f95d45084a
Update emulators and cores. 2022-08-11 18:10:16 -04:00
fewtarius
0694753112
Add RGA patch for 503, re-apply yabasanshiroSA cache patch, roll back emulationstation until we can fix scraping, and fix up getshaders to use /tmp/shaders. 2022-08-10 21:50:38 -04:00
fewtarius
feb1a2f877
Merge pull request #320 from fewtarius/dev
Correct set_setting to ignore bad data passed as a key.
2022-08-06 07:53:49 -04:00
fewtarius
e8b87d229e
Correct set_setting to ignore bad data passed as a key. 2022-08-06 07:29:53 -04:00
Brooksytech
a09242a2b6
Merge pull request #318 from brooksytech/gc
Adding Dolphin Gamecube support for the RG353P and RG503
2022-08-05 07:21:50 -07:00
brooksytech
1f9934af23
Adding DolphinSA for RG353P & RG503 2022-08-05 07:08:26 -07:00
fewtarius
111bfd6d9f
Move jslisten config to the jslisten package, and add a userspace configuration file. 2022-08-04 18:12:02 -04:00
fewtarius
38a9caebdc
Split emulation and game tools into virtual packages. 2022-08-04 07:34:13 -04:00
fewtarius
ece6c26b63
Correct system-upgrade to output to the console as expected. 2022-08-03 19:59:45 -04:00
fewtarius
cd795df3af
Merge pull request #308 from fewtarius/dev
Bug fixes
2022-08-03 18:32:03 -04:00
brooksytech
f3fe195891
Add drastic launch scipt w/ notice, vq2, other cleanup 2022-08-03 08:55:30 -07:00
fewtarius
a14c2b6c7c
Update post-update to link any new themes. 2022-08-03 07:46:37 -04:00
fewtarius
4add9c31ad
Wifictl improvement thanks to @kkoshelev and original commit b27d629 2022-08-02 19:27:17 -04:00
fewtarius
2836076c42
Duckstationsa only for 353, 503, and 552. 2022-08-02 17:06:30 -04:00
fewtarius
5e4a6d55eb
Remove test bits from the jelos package. 2022-08-02 07:39:23 -04:00
fewtarius
43a488af32
Finished up testing, removing the test bits. 2022-08-02 07:38:36 -04:00
fewtarius
b62882dcbb
Shift library caching to first boot and post-upgrade. Update duckstation dependencies. Improve lib32. 2022-07-31 11:12:57 -04:00
fewtarius
e722f1b36e
* Implement proper multiarch support, based on @7Ji's work at @EmuELEC.
* Return of overlayfs for RetroArch
2022-07-30 19:34:43 -04:00
fewtarius
9d4acefefa
Move tailscaled to autostart to manage startup. 2022-07-30 10:50:45 -04:00
fewtarius
f4804dfe7f
Fix jslisten bug. 2022-07-30 10:10:44 -04:00
fewtarius
94a7769e24
Use system.hostname. 2022-07-30 08:22:53 -04:00
brooksytech
5b12e40b99
readd duckstationsa, removed evdev 2022-07-22 07:07:19 -07:00
fewtarius
5722f1c073
Fixes. 2022-07-22 07:05:00 -04:00
fewtarius
ebe35ab943
Drop vitaquake and duckstationsa until we can fix the dependencies. Fix PPSSPPSDL. 2022-07-22 07:02:49 -04:00
brooksytech
65e7ef503e
Add Bsnes mercury performance core and clean up a few items. 2022-07-20 15:15:48 -07:00
brooksytech
5048b1ce71
Rix retorarch on the 552, add VitaQuake2 libretor core, clean up unused files 2022-07-19 12:09:33 -07:00
brooksytech
c59b243fb0
Add ecwolf libretro core 2022-07-19 07:17:18 -07:00
fewtarius
31bace0767
Merge pull request #261 from fewtarius/dev
Initial (incomplete) support for x86_64, and many many package updates.
2022-07-14 18:14:37 -04:00
fewtarius
08d1a98694
Initial (incomplete) support for x86_64. Bump many many packages. Still need to fix controls in a few for the new split build model. 2022-07-14 18:12:00 -04:00
fewtarius
a76b3c0ccd
Cleanup, move es_input back to user-writeable, only build librga on specific devices. 2022-07-13 17:59:42 -04:00
Brooksytech
11e70e55bf
Merge pull request #260 from brooksytech/Add_Duckstation_Standalone
Add Duckstation Standalone Emulator. (#22)
2022-07-13 13:00:01 -07:00
Brooksytech
b1a006b21f
Add Duckstation Standalone Emulator. (#22)
* initial duckstation SA implementation
2022-07-13 12:47:58 -07:00
maf12
90c1e9a5b4
update 2022-07-13 12:44:13 +01:00
maf12
d36a26065d make executable 2022-07-13 12:01:10 +01:00
maf12
0826206784 make file executable & minor wording fix 2022-07-13 11:54:01 +01:00
fewtarius
47e8822da6
Build fixes. 2022-07-12 06:52:40 -04:00
fewtarius
1c07a31565
Shift build structure, fix jelos-info. 2022-07-11 19:35:08 -04:00
fewtarius
8148e78bef
Updates and fixes. 2022-07-11 17:56:53 -04:00
fewtarius
885d5fea10
Merge pull request #253 from maf12/rom_system_split
add rom_system_split script
2022-07-11 17:48:36 -04:00
Brooksytech
45db8eec35
fix jelos addons permission 2022-07-11 12:31:23 -07:00
maf12
f28974093f add rom_system_split script 2022-07-11 16:00:32 +01:00
fewtarius
4253b481f9
Re-add ES. 2022-07-11 08:55:44 -04:00
fewtarius
7abca77f4a
Work on splitting OpenGL and OpenGL ES. 2022-07-11 08:08:11 -04:00
fewtarius
779c5eec5f
Update emulators and cores, update wayland. 2022-07-11 06:58:58 -04:00
fewtarius
65813c77b4
Merge branch 'dev' into pc 2022-07-08 06:19:28 -04:00
fewtarius
5e07f3a6be
Updates. 2022-07-07 18:41:48 -04:00
fewtarius
3b16fed096
Working on the builds. 2022-07-03 19:48:01 -04:00
fewtarius
f38b9a049f
Rename x86 build to PC, revert iptables. 2022-07-02 21:23:36 -04:00
fewtarius
2433900cb3
Deprecate DISPLAY_ROTATED. 2022-07-02 07:20:10 -04:00
fewtarius
3b97ee35d0
Work continues. 2022-07-01 21:39:43 -04:00
fewtarius
781d22291d
Work continues. 2022-07-01 16:17:33 -04:00
fewtarius
79dab3ccb9
Boots. 2022-07-01 14:56:04 -04:00
fewtarius
24db9c942e
Deprecate older post-update options. 2022-07-01 07:15:46 -04:00
fewtarius
f0a713da78
Testing build for x86. 2022-06-30 06:28:25 -04:00
Konstantin Koshelev
8b99615484
Save tailscale state between reboots 2022-06-27 17:48:35 -07:00
Konstantin Koshelev
38166183dc
Add tailscale support 2022-06-22 19:09:41 -07:00
fewtarius
949c27269a
Revert wifictl #205 2022-06-18 20:13:25 -04:00
fewtarius
881dd9eb4e
Fix 351Files, don't integer scale on the RG353P. 2022-06-18 17:56:00 -04:00
fewtarius
0316fed33a
Merge pull request #207 from fewtarius/dev
Add support for the Anbernic RG353P.
2022-06-18 12:57:08 -04:00
fewtarius
00a041c686
Add support for the Anbernic RG353P. 2022-06-18 11:15:15 -04:00
Konstantin Koshelev
b27d629146
Add connmanctl connect to wifictl 2022-06-15 10:23:54 -07:00
fewtarius
6f6f49ca15
Add WIFI powersaving option and 32bit Flycast libretro core. 2022-06-09 08:53:47 -04:00
fewtarius
22bdf233e9
Fix image update after an upgrade. 2022-06-07 19:00:45 -04:00
fewtarius
5f327ea0af
Merge pull request #196 from kkoshelev/dev
Fix ssh keys and wireguard
2022-06-07 18:47:02 -04:00
fewtarius
8fc7fe0e17
Merge pull request #195 from maf12/backup_update
Update Backuptool
2022-06-07 18:46:32 -04:00
maf12
ce1ff413e1 move archive function, cleanup 2022-06-07 19:58:21 +01:00
Konstantin Koshelev
99342670cf
Removed the comment 2022-06-07 08:50:40 -07:00
maf12
163c9c0ec8 remove test logs 2022-06-06 23:00:58 +01:00
maf12
856fe309c6 update backuptool 2022-06-06 22:48:32 +01:00
Konstantin Koshelev
eb7adfcb1e
Fix ssh file copy and add comment for devs 2022-06-06 11:09:55 -07:00
fewtarius
5d060c1b42
Merge pull request #193 from fewtarius/dev
Test 4..
2022-06-04 10:04:51 -04:00
fewtarius
265b106c30
Test 4.. 2022-06-04 10:04:22 -04:00
fewtarius
59c753f660
Merge pull request #191 from fewtarius/dev
Test 3.
2022-06-04 09:57:21 -04:00
fewtarius
ce3c45daa2
Test 3. 2022-06-04 09:56:49 -04:00
fewtarius
1557b346c6
Merge pull request #189 from fewtarius/dev
Testing dev workflow
2022-06-04 09:50:28 -04:00
fewtarius
b97f277c29
Testing dev workflow 2022-06-04 09:49:40 -04:00
fewtarius
d074afc7e9
Merge pull request #186 from fewtarius/dev
Add support for TATE mode per game and per system/core.
2022-06-04 09:20:33 -04:00
fewtarius
049db74c1a
Add support for TATE mode per game and per system/core. 2022-06-04 09:19:14 -04:00
Konstantin Koshelev
ad4dbacf04
Add build env vars for ssh keys and wifi 2022-06-03 11:15:01 -07:00
fewtarius
65c33a10ed
Enable setting the CPU governor per system/core and per game. Deprecates max performance mode (default selections do not change). 2022-06-02 20:29:10 -04:00
fewtarius
5dbd06554b
* User selectable default CPU scaling method
* Add ES theme "Minimal", enable ES theme "Terminal"
* Update Thememaster
* Bump the CPU clock to 1.992GHz
2022-06-01 17:22:25 -04:00
fewtarius
5e8f998177
Replace another instance of normperf 2022-06-01 08:05:57 -04:00
fewtarius
f8e4e4a989
Change CPU_GOVERNOR to DEVICE_CPU_GOVERNOR 2022-06-01 08:03:16 -04:00
fewtarius
de70e77c10
Update the CPU scaling governor to default to interactive. 2022-06-01 06:56:46 -04:00
fewtarius
816c2932b8
Disable integer scaling on the 503, as we don't seem to need it. 2022-05-31 18:02:14 -04:00
Konstantin Koshelev
6c2648d32c Merge branch 'dev' of github.com:JustEnoughLinuxOS/distribution into JustEnoughLinuxOS-dev 2022-05-27 18:35:15 -07:00
fewtarius
5df2cfa0e8
* Add support for the Anbernic RG503. 2022-05-27 22:33:28 +00:00
Konstantin Koshelev
b27c304c6a
Add moonlight package to the build 2022-05-26 15:14:52 -07:00
fewtarius
073ad88bb3
Merge pull request #143 from kkoshelev/wireguard-ui
Add WireGuard VPN menu item into Network Settings #2
2022-05-26 14:26:26 -04:00
Konstantin Koshelev
008be17148
Change path to .config folder 2022-05-25 10:59:35 -07:00
Brooksytech
59a2f6e3cf
Adding support for atari Jaguar 2022-05-25 09:43:19 -07:00
Brooksytech
0ccdbdeb14
Setting jaguar maxperf to 1 2022-05-25 09:33:29 -07:00
Brooksytech
113c3a4708
Update package.mk 2022-05-25 07:58:27 -07:00
brooksytech
89d0ea4073
Add meson libretro nes core 2022-05-23 10:10:39 -07:00
fewtarius
3ef6d14628
Fix merge conflict. 2022-05-18 13:04:02 +00:00
fewtarius
98d80748fe
Fix up ES configs so they don't need to be copied. 2022-05-18 11:25:39 +00:00
Brooksytech
6f634e0d45
Merge branch 'dev' into fix_jelos_addons 2022-05-13 11:23:45 -07:00
Brooksytech
5555ca78d6
Update post-update 2022-05-13 10:37:49 -07:00
Brooksytech
1ad5a15a41
removing drastic install scripts.
This can be removed in the future.
2022-05-13 10:10:02 -07:00
Brooksytech
b9d73c124c
Update post-update 2022-05-13 09:53:23 -07:00
Brooksytech
702a10720d
Update post-update 2022-05-13 08:24:28 -07:00
Brooksytech
d18c078748
Remove old JelosAddOns during each update. 2022-05-13 06:19:07 -07:00
Brooksytech
6ae5e08fd9
Removing Drastic Installer 2022-05-13 05:33:30 -07:00
Brooksytech
d87dde8991
Adding missing fi 2022-05-12 15:37:00 -07:00
Brooksytech
0194de7436
Adding option to launch custom retroarch cores. 2022-05-12 15:12:29 -07:00
fewtarius
158de95d20
Fix delay to allow time to read error messages from system-upgrade. 2022-05-12 19:21:00 +00:00
fewtarius
948a713825
Begin adding support for Commodore PET. Thanks to @awhitney42for the idea. Will not add as a system to EmulationStation until it is supported by the theme. 2022-05-11 13:56:20 +00:00
fewtarius
6ca3ce68db
Extend wifictl to accept the ssid and key on the command line to work around ES not committing it immediately. 2022-05-05 19:37:52 +00:00
fewtarius
d4b7171e73
Update how we start emulationstation. 2022-05-02 07:04:58 -04:00
fewtarius
5c76e6aefc
Merge pull request #102 from fewtarius/dev
Bug fix
2022-04-27 15:27:05 -04:00
fewtarius
002db9bc91
Correct a condition where certain games aren't matched due to having a single quote. 2022-04-27 06:33:45 -04:00
Brooksytech
5c77cc94f4
Update retroarch core options during update. 2022-04-26 09:51:27 -07:00
fewtarius
681d3e88f3
Update core info package, fix 32bit pcsx_rearmed and flycast info files and ES features. 2022-04-21 16:47:54 -04:00
fewtarius
5383063aea
* Re-add pcsx_rearmed 32bit alongside the 64bit core. 2022-04-20 17:25:52 -04:00
fewtarius
8ce7d8436d
* Deprecate overlayfs for RetroArch as it's unnecessary complexity that requires resyncing.
* Fix pcsx_rearmed so the 64bit version is called from runemu.
2022-04-20 16:33:47 -04:00
fewtarius
8a02c98f85
* Add hypseus-singe emulator thanks to @EmuELEC.
* Update retroarch, cores, emulators, theme, and thememaster.
2022-04-18 17:25:10 -04:00
fewtarius
87adc8d9ab
Remove unnecessary variable definition. 2022-04-18 16:26:40 -04:00
fewtarius
3881dd136f
Fix no BGM issue in EmulationStation. 2022-04-18 16:22:01 -04:00
fewtarius
7203fc1677
Updates wpa_supplicant and fixes an issue with some AC adapters that do not detect 5GHz networks. 2022-04-17 10:27:49 -04:00
fewtarius
659ef75664
Adjust brightness to use larger increments. 2022-04-17 09:10:47 -04:00
Brooksytech
4dc3db2e62
Install MelonDS emulator (#18)
* Adding MelonDS

* melonds adding to Jelos package.mk

* Update es_systems.cfg

* update drastic location

* fix typo

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* Update package.mk

* adding back in melon DS

* fix typo

* Update es_features.cfg

* Update retroarch-core-options.cfg
2022-04-16 05:53:05 -07:00
Brooksytech
1ef154e439
typo 2022-04-15 08:27:06 -07:00
Brooksytech
9cebaaa005
update es_systems.cfg after update. 2022-04-15 08:23:55 -07:00
fewtarius
0d2b962c91
Merge branch 'dev' into os_work 2022-04-14 07:57:59 -04:00
fewtarius
37b787dc2e
Work on base os updates. 2022-04-14 07:56:57 -04:00