Commit graph

327 commits

Author SHA1 Message Date
NGnius (Graham) d33b657e8f Add pnpm lock file to make Decky CI happy 2023-01-07 20:09:26 -05:00
NGnius (Graham) d7a1449327 Convert the remaining UI sections into components too 2023-01-07 20:07:34 -05:00
NGnius (Graham) 3b34bad28a Refactor UI so not *everything* updates when one thing changes... I hate React 2023-01-07 18:45:12 -05:00
NGnius (Graham) 8c763f241f Improve SMT heuristic when loading from saved 2023-01-05 21:35:53 -05:00
NGnius (Graham) fbb68e0d51 Fix SMT behaviour paper cuts 2023-01-05 21:16:37 -05:00
NGnius (Graham) 13bf31611d Send front-end logs to back and improve Steam Deck driver display 2023-01-04 19:42:59 -05:00
NGnius (Graham) cda1111cd3 Add driver in debug UI and misc config stuff 2023-01-02 21:22:53 -05:00
NGnius (Graham) 500fde964c Implement RyzenAdj driver for AMD 2023-01-02 18:47:14 -05:00
NGnius (Graham) 0b89ed13ec Use new bug report form 2023-01-02 10:12:35 -05:00
NGnius (Graham) 5614937012 Implement full generic driver to simplify custom implementations 2023-01-02 09:04:07 -05:00
NGnius (Graham) 3031a1c9bf Groundwork for RyzenAdj and fix some system defaults 2022-12-31 16:28:37 -05:00
NGnius (Graham) 1dc0acca8e Combine SD advance mode back into regular SD driver, implement custom clock file support 2022-12-30 23:27:22 -05:00
NGnius (Graham) 5fe4e9d15d Complete switch to linux kernel SMT toggle #48 2022-12-24 10:21:27 -05:00
NGnius (Graham) 36ce024665 Improve the thing 2022-12-05 19:47:32 -05:00
NGnius (Graham) 892a0b0ab6 Update dependencies and create faster build profile for decky's CI 2022-12-05 18:51:49 -05:00
NGnius (Graham) 469d2a4eed Delete persistent settings files when persistence disabled; fix #55 2022-12-03 13:59:23 -05:00
NGnius (Graham) 9ef710a966 Fix auto_detect_provider to only return AutoDetect on default/unknown hardware 2022-12-03 13:58:08 -05:00
NGnius (Graham) 3766386726 Add hardware limits provider and auto detection with online updater (cached locally) 2022-12-02 21:12:13 -05:00
NGnius (Graham) d1d5265224 Create basic generic (placeholder) driver 2022-11-28 19:31:01 -05:00
Derek J. Clark 5d2937af6f
Multiplatform Dev (#52)
* Use environment home instead of hard coding home_path

* Fix Makefile

* Use PathBuf instead of format. Catch else fore /tmp/ default directory

* Restore logpath for deployment. Resolve warning from copy() not having err handled.

* Undo add #[cfg(debug_assertions)] in wrong place.
2022-11-29 00:04:03 +00:00
NGnius (Graham) 2b2a6eaf9d Add charge mode setting for SD, move static battery readings into driver 2022-11-21 20:58:35 -05:00
NGnius (Graham) 1466c4647b Add battery charge mode back-end support (untested) 2022-11-21 17:00:43 -05:00
NGnius (Graham) 31c72de11e Add and (mostly) test driver support 2022-11-19 15:21:09 -05:00
NGnius (Graham) 165a78e231 Add advanced CPU config UI (untested) 2022-11-13 21:18:48 -05:00
NGnius (Graham) d6196c6dad Add new API calls to front-end for #44 and #48 and improve resolve's type '''safety''' 2022-11-13 12:51:40 -05:00
NGnius (Graham) 1a49516d51 Make Persistent description a bit more self-evident, as requested by sentient burger conglomerate 2022-11-12 23:37:54 -05:00
NGnius (Graham) 01c86eeafe Add some additional APIs endpoints for #48 and more 2022-11-12 23:17:13 -05:00
NGnius (Graham) 1610f18278 Refactor API processing to apply settings from single thread and queue API calls instead of locking 2022-11-09 22:09:05 -05:00
NGnius (Graham) f0862ddd73 (Re)configure branch for release 2022-10-11 17:39:16 -04:00
NGnius (Graham) 357a7cfe37 Test and perfect fix for non-persistent saving 2022-10-11 17:38:20 -04:00
NGnius (Graham) c13f35a4a1 Fix loading & saving non-persistent configs, hopefully 2022-10-04 20:49:02 -04:00
NGnius (Graham) 6878897784 Fix clock speeds defaulting too low at wakeup when not set 2022-09-13 17:09:51 -04:00
NGnius (Graham) ba021c8f93 Fix wake detection, add more debug logging 2022-09-11 11:37:26 -04:00
NGnius (Graham) ef0a55b8ed I can['t] spell 2022-09-08 23:31:34 -04:00
NGnius (Graham) e13b1d434c Increment to v1.0.2 2022-09-08 23:20:42 -04:00
NGnius (Graham) 1795c29603 Minor repo cleanup/reconfigure 2022-09-08 20:04:07 -04:00
NGnius (Graham) ce9c6dcd7b Use gameId, not appId, fixes #34 and actually follows my own advice 2022-09-08 20:01:01 -04:00
NGnius (Graham) a82f4b6ff6 Add install and build instructions 2022-09-06 17:29:42 -04:00
NGnius (Graham) 86471990bb Clamp JSON CPU count to available CPU count 2022-09-05 21:58:03 -04:00
NGnius (Graham) 7f60a00ee4 Configure for release 2022-09-05 21:55:40 -04:00
NGnius (Graham) aad7887b84 Reduce slider lag, fix frequency ordering mismatch, prepare for release 2022-09-05 21:36:16 -04:00
NGnius (Graham) 4983b07b3c Update store thumbnail 2022-09-05 17:14:44 -04:00
NGnius (Graham) 26e781df25 Re-add battery stats 2022-09-05 17:02:02 -04:00
NGnius (Graham) db3f4a85c0 Add experimental Decky CI back-end building, fix frequency controls crashing the kernel 2022-09-05 14:24:13 -04:00
NGnius (Graham) 18433bf5c5 Update UI image, fix minor display bug 2022-08-31 20:29:08 -04:00
NGnius (Graham) 1538f9a862 Update UI to use new back-end, complete #22 #23 #27, paves the way for #21 2022-08-31 20:18:15 -04:00
NGnius 9590a90722 Add profile loading API (back & front) 2022-08-26 17:00:43 -04:00
NGnius 0a4d84c22f Add new backend interface to front-end (untested) 2022-08-23 17:50:46 -04:00
NGnius (Graham) c225554f78 Define complete Rust back-end API and functionality 2022-08-09 20:56:22 -04:00
NGnius 20ce2f1d5f Create Rust back-end (WIP) 2022-07-30 16:33:31 -04:00