Skip to content

Commit

Permalink
2.0 Release Blog
Browse files Browse the repository at this point in the history
Co-Authored-By: RedPanda4552 <[email protected]>
  • Loading branch information
kamfretoz and RedPanda4552 committed Jan 31, 2024
1 parent 50823a5 commit d72fc24
Show file tree
Hide file tree
Showing 25 changed files with 320 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"comments": false,
"strings": true
},
"editor.wordBasedSuggestions": false,
"editor.wordBasedSuggestions": "off",
"editor.snippetSuggestions": "top"
}
}
17 changes: 17 additions & 0 deletions blog/2024/pcsx2-2-release/charts/Chart-gameperf-pt1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
data:
- name: NFS Carbon (High Blending, 8x IR)
"1.6 (2060 Super)": 9
"2.0 (2060 Super)": 104
- name: Ratchet & Clank 3
"1.6 (2060 Super)": 107
"2.0 (2060 Super)": 139
barOptions:
"1.6 (2060 Super)":
fillColor: "rgb(106, 156, 255)"
"2.0 (2060 Super)":
fillColor: "rgb(200, 45, 69)"
axis:
x:
dataKey: name
y:
label: "Frames Per Seconds (VPS)"
Binary file added blog/2024/pcsx2-2-release/img/bigpicture.webp
Binary file not shown.
Binary file not shown.
Binary file added blog/2024/pcsx2-2-release/img/cheats.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added blog/2024/pcsx2-2-release/img/controller.webp
Binary file not shown.
Binary file added blog/2024/pcsx2-2-release/img/debugger.webp
Binary file not shown.
Binary file added blog/2024/pcsx2-2-release/img/patches.webp
Binary file not shown.
Binary file added blog/2024/pcsx2-2-release/img/qt.webp
Binary file not shown.
288 changes: 288 additions & 0 deletions blog/2024/pcsx2-2-release/index.mdx

Large diffs are not rendered by default.

Binary file added blog/2024/pcsx2-2-release/placeholder_banner.webp
Binary file not shown.
8 changes: 8 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ gigaherz:
name: gigaherz
url: https://github.com/gigaherz
image_url: https://github.com/gigaherz.png
kamfretoz:
name: KamFretoZ
url: https://github.com/kamfretoz
image_url: https://github.com/kamfretoz.png
pandubz:
name: RedPanda4552
url: https://github.com/RedPanda4552
image_url: https://github.com/RedPanda4552.png
falcon4ever:
name: falcon4ever
url: https://github.com/falcon4ever
Expand Down
12 changes: 6 additions & 6 deletions src/data/latestBlogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
// (manually for now)

import latestProgressReportImage from "/blog/2023/q1-2022-progress-report/feature-progrepq1-2022-bgonly.webp";
import latestBlogImage from "/blog/2022/life-is-short/feature-nobbs66.webp";
import latestBlogImage from "/blog/2024/pcsx2-2-release/placeholder_banner.webp";
import previousProgressReportImage from "/blog/2022/q4-2021-progress-report/feature-progrepq42021-bgonly.jpg";
import previousBlogImage from "/blog/2021/aethersx2-brings-pcsx2-to-mobile/feature-AetherSX2sm.webp";
import previousBlogImage from "/blog/2022/life-is-short/feature-nobbs66.webp";

export const latestProgressReport = {
url: "/blog/2023/q1-2022-progress-report",
title: "Q1 2022 Progress Report",
img: latestProgressReportImage,
};
export const latestBlog = {
url: "/blog/2022/life-is-short",
title: "Life is Short",
url: "/blog/2024/pcsx2-2-release/",
title: "Introducing PCSX2 2.0!",
img: latestBlogImage,
};
export const previousProgressReport = {
Expand All @@ -22,7 +22,7 @@ export const previousProgressReport = {
img: previousProgressReportImage,
};
export const previousBlog = {
url: "/blog/2021/aethersx2-brings-pcsx2-to-mobile/",
title: "AetherSX2 brings PCSX2 to mobile",
url: "/blog/2022/life-is-short",
title: "Life is Short",
img: previousBlogImage,
};

0 comments on commit d72fc24

Please sign in to comment.