Commit graph

181 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
966ca58e7f
Fix brightness, fix flycast32. 2022-09-29 16:44:45 -04:00
fewtarius
4ff27f0f4d
Working to resolve boot brightness issue. 2022-09-28 07:57:57 -04:00
fewtarius
3580c9af49
Fix output redirect. 2022-09-24 20:08:04 -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
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
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
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
6e3453170b
Bug fixes. 2022-09-16 07:17:20 -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
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
fewtarius
2f7c3c710e
Add Wii to runemu. 2022-09-05 14:43:19 -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
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