Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'user_mods/snes_custom_filters.hmod/readme.txt')
-rw-r--r--user_mods/snes_custom_filters.hmod/readme.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/user_mods/snes_custom_filters.hmod/readme.txt b/user_mods/snes_custom_filters.hmod/readme.txt
new file mode 100644
index 00000000..26aea4ee
--- /dev/null
+++ b/user_mods/snes_custom_filters.hmod/readme.txt
@@ -0,0 +1,14 @@
+=== SNES Filters Hack ===
+
+This module allows to tweak video filters on SNES Mini or Super Famicom Mini (yes, only SNES, not NES/Famicom).
+
+You need to add special command line arguments to make it work. Just add those arguments to game's command line or to global command line arguments.
+
+Argument to enable bilinear filter in 4:3 mode:
+ --smooth43
+
+Argument to disable scanlines in CRT mode (bilinear filter only):
+ --no-scanlines
+
+Argument to disable bilinear filter in CRT mode (scanlines only):
+ --no-smooth