account_tree
- {stats?.PLATFORMS ?? '--'} Platforms
+ {stats?.PLATFORMS ?? '--'} Platforms
sports_esports
- {stats?.ROMS?.toLocaleString() ?? '--'} Games
+ {stats?.ROMS?.toLocaleString() ?? '--'} Games
hard_drive
- {formatBytes(stats?.TOTAL_FILESIZE_BYTES)}
+ {formatBytes(stats?.TOTAL_FILESIZE_BYTES)}
save
- {stats?.SAVES?.toLocaleString() ?? '--'} Saves
+ {stats?.SAVES?.toLocaleString() ?? '--'} Saves
history
- {stats?.STATES?.toLocaleString() ?? '--'} States
+ {stats?.STATES?.toLocaleString() ?? '--'} States
photo_library
- {stats?.SCREENSHOTS?.toLocaleString() ?? '--'} Screens
+ {stats?.SCREENSHOTS?.toLocaleString() ?? '--'} Screens
{/* Active Hardware Indicator */}
-
+
{mode === 'gamepad' ? 'sports_esports' : mode === 'keyboard' ? 'keyboard_alt' : 'mouse'}