From 2003ae03e3c6d8cbea91788182b55f2ddb9829ff Mon Sep 17 00:00:00 2001 From: Michal Chvila Date: Sat, 1 Sep 2018 19:11:03 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 712d206..2705e6e 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # VitaGrafix VitaGrafix is a taiHEN plugin that allows you to change resolution and FPS cap of PS Vita games (to get better visuals, higher FPS or longer battery life). -Heavily inspired by [vitaRescale](https://github.com/Rinnegatamante/vitaRescale) from Rinnegatamante, with added features and more supported games. +## Credits +- Rinnegatamante - for [vitaRescale](https://github.com/Rinnegatamante/vitaRescale) +- InquisitionImplied - for finding patches of some of the games included in here +- "the scene" - for giving us a change to do these things in the first place ## Installation #### If you experience crashes at h-encore exit / enso bootup, make sure you have the latest kuio (v1.2) @@ -70,6 +73,7 @@ FPS=60 <- FPS cap. Setting this to OFF disables this feature. Valid options: 60 30 + OFF ``` ### Example config.txt @@ -104,12 +108,12 @@ NOTE: If some options are left out, the plugin will use their default values (fo | Dead or Alive 5 Plus | PCSB00296
PCSE00235
PCSG00167 | Internal res. | 720x408 | 960x544 | | | Dragon Quest Builders | PCSB00981
PCSE00912
PCSG00697
PCSH00221 | Internal res. | 720x408 | 960x544 | | | F1 2011 | PCSB00027 | Internal res. | 640x384 | 960x544 | | -| God of War Collection | PCSF00438
PCSA00126
PCSC00059 | Framebuffer
FPS cap | 720x408
30 | 960x544
60 | Both GoW 1 + 2 | +| God of War Collection | PCSF00438
PCSA00126
PCSC00059 | Framebuffer
FPS cap | 720x408
30 | 960x544
60 | | | Hatsune Miku: Project Diva f | PCSB00419
PCSE00326
PCSG00074 | Internal res.
FPS cap | 640x352
30 | OFF
OFF | At 60 FPS menu is double speed | | Hatsune Miku: Project Diva f 2nd | PCSB00554
PCSE00434
PCSG00205
PCSH00088 | Internal res.
FPS cap | 720x408
30 | OFF
OFF | At 60 FPS menu is double speed | | Hatsune Miku: Project Diva X | PCSB01007
PCSE00867
PCSH00176 | Internal res. | 720x408 | OFF | | -| Jak and Daxter Collection | PCSF00247
PCSF00248
PCSF00249
PCSF00250
PCSA00080 | Framebuffer | 720x408 | 960x544 | All 3 games | -| Killzone: Mercenary | PCSF00243
PCSF00403
PCSA00107
PCSC00045
PCSD00071 | Internal res.
FPS cap | Dynamic
30 | OFF
OFF | Particles are rendered separately. | +| Jak and Daxter Collection | PCSF00247
PCSF00248
PCSF00249
PCSF00250
PCSA00080 | Framebuffer | 720x408 | 960x544 | | +| Killzone: Mercenary | PCSF00243
PCSF00403
PCSA00107
PCSC00045
PCSD00071 | Internal res.
FPS cap | Dynamic
30 | OFF
OFF | | | LEGO Star Wars: The Force Awakens | PCSB00877
PCSE00791 | Internal res. | 640x368 | 720x408 | Game crashes when opening pause menu at high resolutions. | | LittleBigPlanet | PCSF00021
PCSA00017
PCSC00013
PCSD00006 | Internal res. | 720x408 | OFF | Particles cause artifacts at native res. | | Miracle Girls Festival | PCSG00610 | Internal res. | 720x408 | 960x544 | | @@ -129,4 +133,4 @@ NOTE: If some options are left out, the plugin will use their default values (fo | WRC 5: FIA World Rally Championship | PCSB00762 | Framebuffer | 960x544 | OFF | | -Adding support for each and every game requires manual disassembly of game's binary to find addresses in the game code where the resolution is set. +Adding support for each and every game requires manual disassembly of game's binary to find addresses in the game code where the resolution is set. Some are easy to patch, others plainly impossible.