Skip to content

Commit c65b9dc

Browse files
committed
refactor: add APS3E emulator support and include its logo in the emulator edit form
1 parent 2d934d4 commit c65b9dc

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

prisma/seeders/emulatorsSeeder.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ const emulators: EmulatorData[] = [
1212
supportedSystemNames: ['Sony PlayStation 2'],
1313
logo: 'aethersx2.png',
1414
},
15+
{
16+
name: 'APS3E',
17+
supportedSystemNames: ['Sony PlayStation 3'],
18+
logo: 'aps3e.png',
19+
},
1520
{
1621
name: 'Azahar',
1722
supportedSystemNames: ['Nintendo 3DS'],

public/assets/emulators/aps3e.png

58.3 KB
Loading

src/app/admin/emulators/[emulatorId]/components/EmulatorEditForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ interface Props {
2424

2525
const logoOptions = [
2626
'aethersx2.png',
27+
'aps3e.png',
2728
'azahar.png',
2829
'cemu.png',
2930
'citra.png',

0 commit comments

Comments
 (0)