Skip to content

Commit

Permalink
fix: remove useless constants
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Feb 24, 2024
1 parent 5d61f5f commit 68aaaf0
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/core/constants/platforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,23 +174,3 @@ export const extPlatformMap: Record<string, PlatformName> = {
ws: 'wonderswan',
wsc: 'wonderswancolor',
}

export const coreFullNameMap: Record<CoreName, string> = {
a5200: 'a5200',
fbneo: 'FinalBurn Neo',
fceumm: 'FCEUmm',
gearboy: 'Gearboy',
genesis_plus_gx: 'Genesis Plus GX',
mednafen_lynx: 'Beetle Lynx',
mednafen_vb: 'Beetle VB',
mednafen_wswan: 'Beetle WonderSwan',
mednafen_ngp: 'Beetle NeoPop',
mgba: 'mGBA',
mupen64plus_next: 'Mupen64Plus-Next',
nestopia: 'Nestopia',
pcsx2: 'pcsx2',
picodrive: 'PicoDrive',
prosystem: 'ProSystem',
snes9x: 'Snes9x',
stella2014: 'Stella 2014',
}

0 comments on commit 68aaaf0

Please sign in to comment.