From 944a119e4cdf090c516cf99913546a49ec8416ec Mon Sep 17 00:00:00 2001 From: Michele Date: Thu, 9 Jan 2020 19:33:10 -0800 Subject: [PATCH] update website a little bit --- docs/_data/GameTitles.yml | 4 ++-- docs/assets/javascript/index.js | 10 +++++----- docs/index.html | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/_data/GameTitles.yml b/docs/_data/GameTitles.yml index 8a69ce30..4df0e182 100644 --- a/docs/_data/GameTitles.yml +++ b/docs/_data/GameTitles.yml @@ -1,7 +1,7 @@ #"Title": # nativeRes: 720/1080 # compatLink: "[REQUIRED COMPAT WIKI URL]" -# version: 2/3/false +# version: 2/3/4/false # hasUltrawide: true/false "Adventure Time: Explore the Dungeon Because I DON’T KNOW": nativeRes: 1080 @@ -104,7 +104,7 @@ "FAST Racing NEO": nativeRes: 720 compatLink: "http://compat.cemu.info/wiki/Fast_Racing_Neo" - version: 3 + version: 4 "Family Tennis SP": nativeRes: 720 compatLink: "http://compat.cemu.info/wiki/Family_Tennis_SP" diff --git a/docs/assets/javascript/index.js b/docs/assets/javascript/index.js index 732ee3b5..27835138 100644 --- a/docs/assets/javascript/index.js +++ b/docs/assets/javascript/index.js @@ -55,9 +55,9 @@ async function searchSupportedGames(searchString) { let resultsHintSearch = []; if (Object.keys(altNames).includes(searchString.toLowerCase())) searchString = altNames[searchString.toLowerCase()]; if (searchString.toLowerCase() == "digital foundry") { - document.title = "Home - Cemu Hacks"; - document.getElementsByClassName("display-4")[0].innerText="Cemu Hacks"; - document.getElementsByClassName("lead")[0].innerText = "Get your online Cemu hax here!!"; + document.title = "Home - CEMU Hacks"; + document.getElementsByClassName("display-4")[0].innerText="CEMU Hacks"; + document.getElementsByClassName("lead")[0].innerText = "Get your online CEMU hax here!!"; } if (searchString != "*") resultsHintSearch = supportedGamesSearchSet.get(searchString); else { @@ -75,8 +75,8 @@ async function searchSupportedGames(searchString) { let gameTitleText = document.createTextNode(currResult); let versionBadge = document.createElement("span"); let versionBadgeText; - if (supportedGames[currResult].version == 4) versionBadgeText = document.createTextNode("Supports OpenGL and Vulkan"); - else if (supportedGames[currResult].version == 3) versionBadgeText = document.createTextNode("Only supported on OpenGL"); + if (supportedGames[currResult].version == 4) versionBadgeText = document.createTextNode("Fully supports OpenGL and Vulkan"); + else if (supportedGames[currResult].version == 3) versionBadgeText = document.createTextNode("Fully supports OpenGL"); else if (supportedGames[currResult].version == 2) versionBadgeText = document.createTextNode("Only supported on 1.8.0 through 1.13.2"); else versionBadgeText = document.createTextNode("No resolution pack yet :("); let resolutionBadge = document.createElement("span"); diff --git a/docs/index.html b/docs/index.html index 08ae0e2f..1213f5a4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -67,9 +67,9 @@ layout: page

No ultrawide resolutions are supported

-

Graphic packs fully support OpenGL and Vulkan (version 4)

-

Graphic packs fully support OpenGL, though some graphic pack functionality might work on Vulkan (version 3)

-

No graphic packs for Cemu 1.14.0 and higher, but there are graphic packs for Cemu 1.13.2 available (version 2)

+

Graphic packs fully supports OpenGL and Vulkan. (version 4)

+

Graphic packs fully supports OpenGL, though some graphic pack functionality might work on Vulkan. (version 3)

+

No graphic packs for Cemu 1.14.0 and higher, but there are graphic packs for Cemu 1.8.0 through 1.13.2 available. (version 2)