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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-10 16:44:59 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-10 16:47:23 +0300
commit6af516520f949979686adc4399926d3fe3dc0441 (patch)
tree70487d51693c4f45b1d9839ee9294b10520384d8 /user_mods
parent115c6a445c519103eb7aaeb09930f104d94228fc (diff)
Reduced size of original games, fixes, cleanup
Diffstat (limited to 'user_mods')
-rw-r--r--user_mods/remove_thumbnails.hmod/install2
-rw-r--r--user_mods/remove_thumbnails.hmod/readme.txt3
2 files changed, 1 insertions, 4 deletions
diff --git a/user_mods/remove_thumbnails.hmod/install b/user_mods/remove_thumbnails.hmod/install
index b887093b..af41f6ac 100644
--- a/user_mods/remove_thumbnails.hmod/install
+++ b/user_mods/remove_thumbnails.hmod/install
@@ -18,7 +18,7 @@ echo nesjson: $nesjson
restore $nesjson
# sed is GNU util to modify file, this command replaces "enabled:true" to "enabled:false"
# Please note that we need to edit $rootfs$scnfile (writable file), not a just $scnfile (original read-only file)
-sed -i -e 's/"enabled":true/"enabled":false/g' $rootfs$scnfile
+sed -i -e 's/color":\[1,1,1,1\]/color":\[1,1,1,0\]/g' $rootfs$scnfile
# Same with nes.json file, most simple way is to replace coordinates sprite coords with zeros
# For NES Mini
sed -i -e 's/\[93,861,12,8\]/\[0,0,0,0\]/g' $rootfs$nesjson
diff --git a/user_mods/remove_thumbnails.hmod/readme.txt b/user_mods/remove_thumbnails.hmod/readme.txt
index 99f0f75b..557d3552 100644
--- a/user_mods/remove_thumbnails.hmod/readme.txt
+++ b/user_mods/remove_thumbnails.hmod/readme.txt
@@ -1,6 +1,3 @@
=== No-thumbnails Hack ===
This module removes thumbnails at the bottom of the screen.
-
-Known problems:
-- Long startup time on SNES Classic Mini for unknown reason