-
Notifications
You must be signed in to change notification settings - Fork 0
Platform
Grogall edited this page Jun 5, 2016
·
6 revisions
TODO : ADD SCREENSHOOT
## 1- Overview Platforms are the consoles available in ArcadeRoom.They are displayed in a tree view sorting by the following criteria: * Alphabetic * Generation * Constructor
These criteria must be modified using the drop-down list located at the top of the tree view.
When a platform is clicked, all available games are displayed in game tab (TODO refer to game tab page).
Platforms are displayed in consoles tab.
## 2- Add or remove a collection Add or remove a platform just consits to add or remove the matching platform json file.At launch, ArcadeRoom scans all available platform json files to automatically displayed matching platforms.
Refer to the following page for more information on platform json files.
## 3- Configure a platform Platform configuration is done with the two following ways: * Using 'Preferences' sub-menu. * Modifying platform json file. ###3.1- Preferences sub-menu The 'Preferences' sub-menu allows to configure only the following: * Emulator to use for the platform * Directory which contains the avalaible games for this platformTODO refer to preference page
###3.2- Platform json file Modify the platform json file allowing to configure the whole platform.Refer to the following page for more information about platform json files content. ## 4- Search a platform A search bar is available on bottom of platform tab.
It simply allows to highlight the first platform which contains the entered characters.
First platform is from the top to the bottom according to the platform sorting criteria.
Press enter key is necessary to apply the search.