-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog - Adjusted Downscale Factor for Games - Fixed Automatic Deletion of Games Specified on Gamelist - Fixed Undetected App Log Spam - Fixed Key Checking When Detection Fails - Reduced Phantom Process Killer Aggressiveness on Sleep Mode - Miscellaneous Fixes and Improvements Signed-off-by: Kyliekyler <siosonkylebrandon@gmail.com>
- Loading branch information
1 parent
3e2ba7f
commit ebc6878
Showing
5 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
## Changelog | ||
|
||
- Adjusted Process Priorities | ||
- Adjusted VM Tuning | ||
- Adjusted Downscale Factor for Games | ||
- Fixed Automatic Deletion of Games Specified on Gamelist | ||
- Fixed Undetected App Log Spam | ||
- Forced Frequency Override | ||
- Utilized Phantom Process Killer for RAM Management | ||
- Set Aggressive RAM Management on Sleep Mode | ||
- Renamed All Corresponding LMK to PPK (Phantom Process Killer) | ||
- Fixed Key Checking When Detection Fails | ||
- Reduced Phantom Process Killer Aggressiveness on Sleep Mode | ||
- Miscellaneous Fixes and Improvements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
id=MAGNETAR | ||
name=MAGNETAR | ||
version=19.3.3 (WHISKEY) | ||
versionCode=190303 | ||
version=19.3.4 (WHISKEY) | ||
versionCode=190304 | ||
author=Kyliekyler | ||
description=Device Performance Optimizer — Aims To Provide An Optimal Experience At Every Usage Scenario | ||
updateJson=https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/update.json |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "WHISKEY ", | ||
"versionCode": 190303, | ||
"zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.3/MAGNETAR.19.3.3.WHISKEY.zip", | ||
"versionCode": 190304, | ||
"zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.4/MAGNETAR.19.3.4.WHISKEY.zip", | ||
"changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md" | ||
} |