Commit graph

327 commits

Author SHA1 Message Date
NGnius (Graham) 59a0727f88 cargo fmt and fix profile variant loading 2024-01-29 21:32:18 -05:00
NGnius (Graham) 85a9fc8f7e Allow device auto detection to tell steam deck driver the specific model 2024-01-28 20:24:29 -05:00
NGnius (Graham) 0ee30eebe6 Add dev driver 2024-01-28 19:55:20 -05:00
NGnius (Graham) 3e8a263f4e Add thing at startup in debug builds (for testing) 2024-01-28 12:13:55 -05:00
NGnius (Graham) fa03202f6b Use global DFL, fix debug UI component not updating 2024-01-28 11:24:56 -05:00
NGnius (Graham) 88d359e286 Remove legacy charge mode and level functionality 2024-01-27 20:44:36 -05:00
NGnius (Graham) a1c44cdea7 Improve memory clock selection for #140, fix dpm_performance enforcement check for GPU 2024-01-27 18:45:02 -05:00
NGnius (Graham) 622f161560 Add minimal store UI functionality 2024-01-27 15:05:41 -05:00
NGnius (Graham) 2986c05170 Revert 37f96a5cdd for main.py 2024-01-22 17:40:15 -05:00
NGnius (Graham) bba9452383 Add front-end components for setting variants, fix back-end segfault 2024-01-21 20:03:04 -05:00
NGnius (Graham) 743f642580 Fix compile errors from smokepatio refactor, fix warnings from new compiler version 2024-01-13 12:32:12 -05:00
NGnius (Graham) 4eaf6fae2b Add all back-end functionality for interacting with variants on the front-end 2024-01-06 13:26:35 -05:00
NGnius (Graham) 437f5beb71 Refactor SD LED functionality even more; move to different project and expand scope 2023-12-29 00:34:02 -05:00
NGnius (Graham) 508c6ceb9e Community settings WIP 2023-12-22 16:26:50 -05:00
NGnius (Graham) 9e1f7c0620 Fix game callbacks not activating correctly, fix UI not updating correctly when new config loaded 2023-12-17 17:12:34 -05:00
NGnius (Graham) 310af1b3ae Fix ryzenadj build error with feature flag, try fix game start callbacks, start LED lib refactor 2023-12-17 16:13:59 -05:00
NGnius (Graham) df71a619d9 Update limits config to correctly detect OLED with newer firmware's CPU name 2023-12-16 14:40:36 -05:00
NGnius (Graham) 30ad80f031 Add ppt divisor to get_ppt instead of just setter 2023-12-11 17:52:22 -05:00
NGnius (Graham) a2d5103f12 Improve generic support, add Framework 13 AMD support for test platform (ryzenadj v0.14 update not included) 2023-12-10 23:15:31 -05:00
drokath 8f219a3255 Improve AMD 6800 handheld detection (#132)
Related to #131 tested on Aokzoe A1

Co-authored-by: Vincent Guilbert <vrguilbert@gmail.com>
Reviewed-on: #132
Co-authored-by: drokath <vrguilbert@gmail.com>
Co-committed-by: drokath <vrguilbert@gmail.com>
2023-11-29 01:47:25 +00:00
NGnius (Graham) 0b8e3deb92 Fix reset value for max charge level 2023-11-26 17:27:05 -05:00
NGnius (Graham) d481f13144 Make settings variant map use u64 instead of strings since no longer restricted by JSON 2023-11-26 09:50:56 -05:00
NGnius (Graham) 04a94c902f Update limit enum names used in ron 2023-11-26 09:50:13 -05:00
NGnius (Graham) e0ddee9e07 Update .json to .ron in various places, fix tests 2023-11-18 15:55:53 -05:00
NGnius (Graham) 396a52da5e Use decky-provided settings directory 2023-11-18 15:31:45 -05:00
NGnius (Graham) 3aa9680bae Add multi-profile per-game functionality for #82, change to JSON to RON format 2023-11-18 15:18:45 -05:00
NGnius (Graham) d23880bf4d Remove checkboxes in issue templates since they don't save properly 2023-10-30 17:29:02 -04:00
NGnius (Graham) a90932d813 Replace pt_oc functionality with cross-provider equivalent (& resultant refactor) 2023-10-24 18:36:07 -04:00
NGnius (Graham) a8ad9a9e62 Demote log level of max_charge_lvl check to debug 2023-10-18 22:56:13 -04:00
NGnius (Graham) 46659a474d Unset battery charge limit properly, fix #127 2023-10-09 11:19:39 -04:00
NGnius (Graham) ebfebb6ea7 Update thumbnail used by store 2023-09-04 20:36:47 -04:00
NGnius (Graham) 05f927dc0f Fix Deck CPU min clock min value being saved and shown in UI with clamped value 2023-09-04 17:49:25 -04:00
NGnius (Graham) 40b46337b4 Try resetting clocks as well as forcing them to min/max range 2023-09-04 17:46:19 -04:00
NGnius (Graham) a44314397a Fix link migration for stuff 2023-09-03 11:22:11 -04:00
NGnius (Graham) 579ee2ee85 Change sysfuss to online dependency 2023-08-29 19:06:00 -04:00
NGnius (Graham) decc0cd73d Merge branch 'dev' 2023-08-28 17:13:28 -04:00
NGnius (Graham) 33c41c3e3d Unset slow memory properly, if the kernel behaved as documented 2023-08-24 21:22:43 -04:00
NGnius (Graham) 5f6370e778 Make CPU reset workaround skip resume from sleep 2023-08-24 20:02:31 -04:00
NGnius (Graham) b1d53ab038 Migrate to git.ngni.us 2023-08-24 19:26:36 -04:00
NGnius (Graham) 5eceb7e4b7 Fix sysfs class/entity searching by capabilities so that everything no longer just fallbacks to stable-only defaults 2023-08-08 20:55:19 -04:00
NGnius (Graham) 79484e15a2 Improve current limits settings for newer kernels 2023-08-07 20:20:11 -04:00
NGnius (Graham) 594f69b24c Improve battery hwmon searching for newer kernels 2023-08-07 20:09:04 -04:00
NGnius (Graham) 91d8eee96d Update version to beta1 2023-08-07 17:09:36 -04:00
NGnius (Graham) 3cbde30e09 Reduce periodic network activity to 1 request instead of 5 2023-08-07 17:08:24 -04:00
NGnius (Graham) 324b290d35 Move wait periods to const file, increase period of periodic backend updates 2023-08-07 16:21:30 -04:00
NGnius (Graham) cb3ec8d3a2 Fix message dismissing not saving 2023-08-07 16:12:22 -04:00
NGnius (Graham) b7cf8b8caf Use incompatible hwmon for battery in the unlikely event the hwmon still has the correct name. version to alpha2 2023-08-07 15:57:08 -04:00
NGnius (Graham) 64cb4193f9 Improve sysfs calls from providers to intelligently find the correct entry to fix #114 2023-08-06 14:49:24 -04:00
NGnius (Graham) 52f01ad7f3 Update logo 2023-07-23 21:16:36 -04:00
NGnius (Graham) 33e8c7ccc5 Add dev messages functionality 2023-07-03 22:01:00 -04:00