From 00b8d9ebaf35459482bbc4506d2a96e0b3a4a1e0 Mon Sep 17 00:00:00 2001 From: Lazorne Date: Wed, 14 Feb 2024 16:02:45 +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 fc8d7bf..9220b11 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 none 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 non-compressed formats are compressed. ### Example from zip_compressable_extensions.cfg