Skip to content

Commit

Permalink
shadPS4 warning modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 28, 2024
1 parent 94e6ad4 commit 09b95c4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/renderer/pages/EmulatorSelectorPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
imgsupermodel,
imgmodel2,
imgbigpemu,
imgshadps4
imgshadps4,
} from 'components/utils/images/images';

const images = {
Expand Down Expand Up @@ -67,7 +67,7 @@ const images = {
supermodel: imgsupermodel,
model2: imgmodel2,
bigpemu: imgbigpemu,
shadps4: imgshadps4
shadps4: imgshadps4,
};

function EmulatorSelectorPage() {
Expand Down Expand Up @@ -161,13 +161,10 @@ function EmulatorSelectorPage() {
active: true,
header: <span className="h4">ShadPS4 Emulator - Disclaimer</span>,
body: (
<>
<p>
ShadPS4 is an experimental Emulator, don't expect a lot of games to
work. </p>
<p>There's also not a SteamRomManager parser for it yet. You can only add the emulator and ESDE doesn't support it yet.
ShadPS4 is an experimental Emulator, don't expect a lot of games
to work.
</p>
</>
),
};
// setStatePage({ ...statePage, modal: modalData });
Expand Down

0 comments on commit 09b95c4

Please sign in to comment.