Commit graph

242 commits

Author SHA1 Message Date
icenine451 7fc79b49ea Extract game compression functions from Zenity for use in Godot 2024-05-30 12:17:28 -04:00
icenine451 2afcf2ead4 Move post-compression file cleanup to compress_game function to avoid repetition 2024-05-30 11:35:42 -04:00
XargonWan 323a56df99 ZENITY: improved some dialogs and added some colors 2024-05-07 09:58:31 +02:00
XargonWan 8b107c406b
Merge pull request #729 from MatthijsMarco/cooker-0.8.0b
Fixed some spelling and grammar
2024-04-22 17:27:46 +09:00
XargonWan 8d557c46ad RPCS3: added a warning for background windows duiring rpcs3 firmware download [skip ci] 2024-04-21 22:33:43 +09:00
icenine451 9cb238a9df Update compression process logging 2024-04-08 09:34:21 -04:00
XargonWan 49a51bd178 RYUJINX: removed wrapper and symlinked the whole keys folder 2024-04-08 10:59:51 +09:00
icenine451 32ebb6e686 Add post-compression file check before original deletion
Add ROM backup disclaimer to compression auto-cleanup
2024-04-02 09:53:35 -04:00
XargonWan 1db8a6201b CONFIGURATOR: removing Steam Sync with Steam entry if developer options are not enabled 2024-03-29 08:35:09 +01:00
icenine451 26de86eed5 Re-add disappeared Rewind dialog 2024-03-27 08:53:48 -04:00
XargonWan 621d74a366 MAME-SA: removed wrapper as the inipath is managed via ES-DE now 2024-03-20 21:13:01 +01:00
XargonWan 1a0f9f499c CONFIGURATOR: fixed reset yuzu 2024-03-19 09:21:18 +01:00
XargonWan 47c240b07c CONFIGURATOR: fixed reset all emulators and components entry and GZDoom entry 2024-03-19 09:18:08 +01:00
XargonWan 3ccba14707 CONFIGURATOR: renamed controller layout entry and description 2024-03-18 13:47:14 +01:00
XargonWan 76aa88e943 CONFIGURATOR: Reset Emulator entry is renamed into Reset Emulator or Engine 2024-03-13 08:54:54 +01:00
Marco Matthijs 79bcfa1dfa Fixed some spelling and grammar 2024-03-12 20:01:47 +01:00
XargonWan 74b2c0f596 PONZU: added removal function 2024-03-09 14:37:42 +01:00
XargonWan 850103abf1 PONZU: fixing paths and variables check from retrodeck config 2024-03-09 09:32:45 +01:00
XargonWan 6aca748082 PONZU: fixed emulators path 2024-03-08 21:22:15 +01:00
XargonWan e2cd1762c8 PONZU: re-added the two emulators in various positions with ponzu checking 2024-03-08 18:21:43 +01:00
XargonWan bd286380d4 CITRA: removed 2024-03-04 21:45:58 +01:00
XargonWan 39ce6d59a6 YUZU: removed 2024-03-04 21:16:50 +01:00
XargonWan 6e571b068f RYUJINX: add wrapper for key management 2024-03-02 11:52:36 +01:00
XargonWan a7f3866e96 LOGGER: populating functions 2024-02-28 18:13:33 +01:00
XargonWan 7d2e476b4d Merge branch 'cooker-0.8.0b' into feat/logging 2024-02-28 15:24:39 +01:00
icenine451 6ea216e71c Add BIOS check expert mode 2024-02-27 16:31:25 -05:00
icenine451 3aa7f271f1 Make some Configurator lables more consistent 2024-02-27 12:34:39 -05:00
icenine451 9cb2ddd412 Add "quick resume" preset option to Configurator 2024-02-27 12:33:31 -05:00
icenine451 4110f82268 Update Configurator for per-emulator rewind 2024-02-27 10:00:27 -05:00
XargonWan 6ad8c1080e Merge branch 'cooker-0.8.0b' into feat/esde-3.0 2024-02-27 08:36:23 +01:00
XargonWan a9c912a513 Merge branch 'cooker-0.8.0b' into feat/ryujinx [skip ci] 2024-02-26 14:54:27 +01:00
XargonWan c07daf9af7 RYUJINX: fixed configurator call command [skip ci] 2024-02-26 14:25:08 +01:00
XargonWan fb0cb02de2 CONFIGURATOR: fixed prepare_component dialog [skip ci] 2024-02-26 13:50:47 +01:00
XargonWan 5fae1b9866 MAME: added wrapper 2024-02-26 13:47:22 +01:00
XargonWan 8b957ba300 Merge branch 'cooker-0.8.0b' into feat/esde-3.0 2024-02-23 20:44:06 +01:00
icenine451 7087fc256f Make installing Vita3K firmware optional 2024-02-23 13:14:39 -05:00
XargonWan 799d9f64dd Merge branch 'cooker-0.8.0b' into feat/ryujinx 2024-02-23 13:57:40 +01:00
icenine451 100d08a231 Simplify Configurator single-file compression process 2024-02-22 14:49:08 -05:00
XargonWan 4414be0fd1 Merge branch 'cooker-0.8.0b' into feat/esde-3.0 2024-02-21 20:52:19 +01:00
icenine451 7105285b33 Break out BIOS check function
Add Godot data transfer temp file for BIOS check
2024-02-21 14:00:18 -05:00
XargonWan eb12692891 ES-DE: changing more paths 2024-02-21 10:00:52 +01:00
XargonWan cb8b3de7d8 ES-DE: .emulationstation folder is now renamed in ES-DE 2024-02-19 16:21:43 +01:00
XargonWan f6f6a678b6
Feat/steam sync (#652)
* Fixed sync path in steam-sync.py

* Fix syntax error

* Make sync folder hidden

* Make sync folder hidden (for real now)

* Added boilr_tag parameter after talk with boilr dev

* BOILR: set branch to retro for testing purposes

* APPDATA: added Steam Sync Warning [skip ci]

* BOILR: updated Cargo.toml

* Update steam-sync.py with real time sync

* Update configurator.sh with steam syncronization

* Update retrodeck.sh with steam syncronization

---------

Co-authored-by: Lx32 <loxenfabula@gmail.com>
2024-02-18 10:48:04 +01:00
XargonWan dafba7a5b5 Merge branch 'cooker-0.8.0b' into feat/logging 2024-02-17 09:23:42 +01:00
XargonWan db63d50b1e MAME: added reset to configurator 2024-02-16 19:10:34 +01:00
XargonWan db3aab771f RYUJINX: added reset to cli and Configurator 2024-02-14 09:30:26 +01:00
XargonWan 0ffd378dad Merge branch 'feat/prepare-emulator' into cooker-0.8.0b 2024-02-13 11:14:35 +01:00
icenine451 23604f77af Update presets engine to handle multiple target files
Update all preset files to new syntax standard
Update ABXY button swap internal preset name
2024-01-29 10:46:27 -05:00
XargonWan 016f241f69 CONFIGURATOR: removed unused entries, added todos, and enhanced texts 2024-01-24 16:28:05 +01:00
XargonWan bde0f1be5a CONFIGURATOR: created a component menu to sort the non-emulators 2024-01-24 16:24:30 +01:00