Skip to content

Commit

Permalink
Add new display modes (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
davewongillies authored Sep 11, 2024
1 parent 3675828 commit c641186
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
8 changes: 8 additions & 0 deletions src/components/cores/info/displayModes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ const DISPLAY_MODES = {
original_gba_sp_101: { id: 0x42, requiresCoreResponse: false },
original_gg: { id: 0x51, requiresCoreResponse: false },
original_gg_plus: { id: 0x52, requiresCoreResponse: false },
original_ngp: { id: 0x61, requiresCoreResponse: false },
original_ngpc: { id: 0x62, requiresCoreResponse: false },
original_ngpc_plus: { id: 0x63, requiresCoreResponse: false },
turboexpress: { id: 0x71, requiresCoreResponse: false },
pc_engine_lt: { id: 0x72, requiresCoreResponse: false },
original_lynx: { id: 0x81, requiresCoreResponse: false },
original_lynx_plus: { id: 0x82, requiresCoreResponse: false },
pinball_neon_matrix: { id: 0xe0, requiresCoreResponse: false },
vacuum_fluorescent: { id: 0xe1, requiresCoreResponse: false },
}

export const DisplayModes = ({ coreName }: DisplayModesProps) => {
Expand Down
10 changes: 9 additions & 1 deletion src/i18n/locales/de/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,15 @@
"original_gba_sp_101": "Original GBA SP 101",
"original_gg": "Original GG",
"original_gg_plus": "Original GG+",
"pinball_neon_matrix": "Pinball Neon Matrix"
"original_ngp": "Original NGP",
"original_ngpc": "Original NGPC",
"original_ngpc_plus": "Original NGPC+",
"turboexpress": "TurboExpress",
"pc_engine_lt": "PC Engine LT",
"original_lynx": "Original Lynx",
"original_lynx_plus": "Original Lynx+",
"pinball_neon_matrix": "Pinball Neon Matrix",
"vacuum_fluorescent": "Vacuum Fluorescent"
}
},
"core_info_required_files": {
Expand Down
10 changes: 9 additions & 1 deletion src/i18n/locales/en/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,15 @@
"original_gba_sp_101": "Original GBA SP 101",
"original_gg": "Original GG",
"original_gg_plus": "Original GG+",
"pinball_neon_matrix": "Pinball Neon Matrix"
"original_ngp": "Original NGP",
"original_ngpc": "Original NGPC",
"original_ngpc_plus": "Original NGPC+",
"turboexpress": "TurboExpress",
"pc_engine_lt": "PC Engine LT",
"original_lynx": "Original Lynx",
"original_lynx_plus": "Original Lynx+",
"pinball_neon_matrix": "Pinball Neon Matrix",
"vacuum_fluorescent": "Vacuum Fluorescent"
},
"jt_analogizer_config": {
"title": "Analogizer Config",
Expand Down
10 changes: 9 additions & 1 deletion src/i18n/locales/pt/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,15 @@
"original_gba_sp_101": "GBA SP 101 Original",
"original_gg": "GG Original",
"original_gg_plus": "GG+ Original",
"pinball_neon_matrix": "Matriz de Néon Pinball"
"original_ngp": "Original NGP",
"original_ngpc": "Original NGPC",
"original_ngpc_plus": "Original NGPC+",
"turboexpress": "TurboExpress",
"pc_engine_lt": "PC Engine LT",
"original_lynx": "Original Lynx",
"original_lynx_plus": "Original Lynx+",
"pinball_neon_matrix": "Matriz de Néon Pinball",
"vacuum_fluorescent": "Vacuum Fluorescent"
}
},
"core_info_required_files": {
Expand Down

0 comments on commit c641186

Please sign in to comment.