From 9a47b0eb22c60bdbddd8c7b5c9f1218c7e8a3037 Mon Sep 17 00:00:00 2001 From: Michal Chvila Date: Sat, 21 Dec 2019 18:30:34 +0100 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 03beeb7..3e53eb1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PSVshell Yet another overclocking plugin -### Features: +## Features: - Allows you to change CPU, GPU, BUS and XBAR clocks separately, in these steps: - **CPU:** 41, 83, 111, 166, 222, 333, 444, 500 MHz - **GPU (ES4):** 41, 55, 83, 111, 166, 222 MHz @@ -16,7 +16,7 @@ Yet another overclocking plugin - Clean code and patches - **3.60** and **3.65** FWs are supported -### How to use: +## How to use: - Press **SELECT + UP** or **SELECT + DOWN** to toggle between 3 GUI modes #### When in 'FULL' mode: @@ -28,15 +28,23 @@ Yet another overclocking plugin - Press **X** when **> save profile <** is selected to save/delete profiles - All **Manual freq.** (BLUE) will be loaded and applied next time you start/resume the game - All **Default freq.** (WHITE) will be kept to default (set to whatever freq. the game asks for) +- Press and hold **LEFT TRIGGER** and **> save profile <** will change to **> save global <** + - Press **X** when **> save global <** is selected and the options will be saved to *global* (default) profile + - *Global* profile will be used as default profile when game-specific profile doesn't exist -### Screenshots: -![2019-11-01-193451](https://user-images.githubusercontent.com/12598379/68050015-9a1f5b00-fce4-11e9-80dc-e358e7527bac.png) +## Screenshots: +![2019-12-21-181613](https://user-images.githubusercontent.com/12598379/71311342-c15df300-241e-11ea-8baf-c67ec2bcbbd7.png) -## 'FPS only' mode +### 'FPS only' mode ![2019-11-01-194930](https://user-images.githubusercontent.com/12598379/68051962-e10f4f80-fce8-11e9-92d0-9662cc6f0d04.png) -## 'HUD' mode -![2019-11-01-194921](https://user-images.githubusercontent.com/12598379/68051994-f5534c80-fce8-11e9-9f20-ee2ced7a5cf9.png) +### 'HUD' mode +![2019-12-21-181809](https://user-images.githubusercontent.com/12598379/71311344-c1f68980-241e-11ea-9ca1-4207d4887002.png) -## 'FULL' mode -![2019-11-01-194903](https://user-images.githubusercontent.com/12598379/68052016-03a16880-fce9-11e9-8e82-218749d06694.png) +### 'FULL' mode +![2019-12-21-181801](https://user-images.githubusercontent.com/12598379/71311343-c1f68980-241e-11ea-8249-5f2e0c44d642.png) + +## Credits: +- [Yifan Lu](https://github.com/yifanlu) - for [ScePervasive](https://wiki.henkaku.xyz/vita/Pervasive) RE +- [dots-tb](https://github.com/dots-tb) - for ksceKernelInvokeProcEventHandler() hook +- [Rinnegatamante](https://github.com/Rinnegatamante) - for orig. framecounter impl.