From f473eedcd804ad3e832ad82cbd17ee41f90e9441 Mon Sep 17 00:00:00 2001 From: Lazorne Date: Wed, 14 Feb 2024 16:03:36 +0100 Subject: [PATCH] wiki links --- wiki-rtd/docs/wiki_development/functions/compression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki-rtd/docs/wiki_development/functions/compression.md b/wiki-rtd/docs/wiki_development/functions/compression.md index 9220b11..cf403e1 100644 --- a/wiki-rtd/docs/wiki_development/functions/compression.md +++ b/wiki-rtd/docs/wiki_development/functions/compression.md @@ -91,7 +91,7 @@ atari2600 This is used by the `find_compatible_compression_format()` function above. -The [zip_compressable_extensions.cfg](https://github.com/XargonWan/RetroDECK/blob/main/emu-configs/defaults/retrodeck/reference_lists/zip_compressable_extensions.cfg) contains the list of file exstensions that can be zipped into a .zip file and used by the systems that have enabled .zip compression in the `compression_targets.cfg`. This is to make sure only supported non-compressed formats are compressed. +The [zip_compressable_extensions.cfg](https://github.com/XargonWan/RetroDECK/blob/main/emu-configs/defaults/retrodeck/reference_lists/zip_compressable_extensions.cfg) contains the list of file exstensions that can be zipped into a .zip file and used by the systems that have enabled .zip compression in the `compression_targets.cfg`. This is to make sure only supported file formats are compressed and remove the risk of a double compression. ### Example from zip_compressable_extensions.cfg