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 29, 2024
1 parent fc0d369 commit 4ef23cb
Show file tree
Hide file tree
Showing 10 changed files with 253 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"
}
}
Binary file added blog/2024/pcsx2-2-release/img/bigpicture.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.
Binary file added blog/2024/pcsx2-2-release/img/vulkan.webp
Binary file not shown.
242 changes: 242 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.
4 changes: 4 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ 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
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 4ef23cb

Please sign in to comment.