Skip to content

Commit

Permalink
update home
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Oct 18, 2024
1 parent 260c0bf commit 096c961
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/data/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Lightning from '@site/static/assets/feature-icons/lightning.svg';
import Palette from '@site/static/assets/feature-icons/palette.svg';
import FontLigatures from '@site/static/assets/feature-icons/font-ligatures.svg';
import Splits from '@site/static/assets/feature-icons/splits.svg';
import CustomShaders from '@site/static/assets/feature-icons/custom-shaders.svg';

/**
* @satisfies {import('@site/src/components/FeaturesSection/index').FeatureCardProps[]}
Expand Down Expand Up @@ -89,6 +90,18 @@ const FEATURES = [
</Translate>
),
},
{
title: translate({
message: 'RetroArch shaders',
id: 'home.features.custom-shaders.title',
}),
Icon: CustomShaders,
description: (
<Translate id="home.features.custom-shaders.description">
Rio support configure custom filters and CRT shaders through RetroArch shader files.
</Translate>
),
},
];

export default FEATURES;
7 changes: 7 additions & 0 deletions docs/static/assets/feature-icons/custom-shaders.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 096c961

Please sign in to comment.