Commit graph

18 commits

Author SHA1 Message Date
XargonWan b3e0dbe24a
feat/single feature file (#887)
* FEATURES: new branch init [skip ci]

* FEATURES: structural changes [skip ci]

* FEATURES: structural changes [skip ci]

* FRAMEWORK: migrating easter_eggs into a reworked splash_screen function

* FRAMEWORK: migrating update_rd_conf into a reworked function with features.json support

* FRAMEWORK: variabilized features.json location

* FEATURES: fixed an invalid value

* FEATURES: added a sample jq to fetch all the resettable emulators for CLI

* FEATURES: added a sample jq to fetch all the resettable emulators for CLI - fix

* FEATURES: added more emulators and placeholders

* FEATURES: added more systems and emulators

* FEATURES: added more systems and emulators - fix

* FEATURES: added more systems and emulators - fix2

* FEATURES: moved libretro cores in retroarch and added more presets

* FEATURES: added the last missing presets

* FEATURES: added the last missing presets - fix

* FEATURES: json fmt

* FEATURES: added more bioses

* FEATURES: removed the bioses

* FEATURES: migrated incompatible_presets

* FEATURES: migrated deploy_helper_files and find_empty_rom_folders

* FEATURES: migrated deploy_helper_files and find_empty_rom_folders

* FEATURES: moved emulators outside system, added all the system pretty names

* FEATURES: fixes due to the new structure

* FEATURES: migrated pretty system names

* FEATURES: migrated compression_targets

* FEATURES: cleanup incompatible_presets

* FEATURES: migrated zip_compressable_extensions

* BIOS_FILE: creating a json (WIP)

* FEATURES: fixed Japanese system names

* FEATURES: fixed incompatible presets
2024-08-15 16:42:40 +02:00
icenine451 2472254b09 Fix compression logging handling spaces in files 2024-06-27 08:53:12 -04:00
icenine451 d08d027db6 Fix compressed file detection for removal validation 2024-06-27 08:52:41 -04:00
icenine451 8deda02343 Remove unnessecary file removal dialog 2024-06-27 08:52:14 -04:00
icenine451 7f62bd089b Add check for existing compressed format when building compressable files list 2024-06-26 12:43:56 -04:00
icenine451 66e7af978c Un-localize some extracted arrays used between functions. 2024-05-31 09:31:26 -04:00
icenine451 37f120119b Remove duplicate compression cleanup from CLI compression 2024-05-30 12:18:08 -04:00
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
Alex Meyer 5db5fcb407 make log output to stderr 2024-05-14 16:16:36 -04:00
Alex Meyer 15657f396c fix validate_for_chd check and unqouted log line 2024-05-14 13:26:52 -04:00
icenine451 9cb238a9df Update compression process logging 2024-04-08 09:34:21 -04: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
icenine451 fc6ebecf79 Add platform-specific compression commands 2024-03-19 15:04:01 -04:00
icenine451 b761fdd8d9 Revert CSO compression changes and prep for updated chdman 2024-03-19 14:53:23 -04:00
icenine451 6d5b9cda8b Move PSP compression to cso format
- User reports that CHD format breaks PSP games
- Suggested replacement 'maxcso' needs to be added to flatpak still
2024-02-27 09:09:05 -05:00
icenine451 a13d3f4bd2 Add per-system compression tool option 2024-02-22 14:48:43 -05:00
icenine451 17bef4b713 Break apart functions.sh
because finding stuff in 3000+ lines was ponderous
Add basic test to remap to Nintendo button layout
2023-05-12 16:26:09 -04:00