2017-08-21 07:05:17 +00:00
|
|
|
The game library
|
|
|
|
is the folder where all the
|
|
|
|
[game folders](game-folders.md) go.
|
|
|
|
When [icarus](../interface/icarus.md) imports a game,
|
|
|
|
it creates or updates
|
|
|
|
the corresponding game folder in the game library.
|
2017-08-31 04:48:52 +00:00
|
|
|
When you use the console sub-menu items
|
2017-08-21 07:05:17 +00:00
|
|
|
in [higan's Library menu](../interface/higan.md#the-library-menu),
|
2017-08-31 05:19:43 +00:00
|
|
|
higan shows you the games for that console
|
2017-08-29 07:22:11 +00:00
|
|
|
that are already in the library.
|
2017-08-21 07:05:17 +00:00
|
|
|
|
|
|
|
Inside the game library folder
|
2017-08-31 04:48:52 +00:00
|
|
|
there is a sub-folder for each system.
|
2017-08-21 07:05:17 +00:00
|
|
|
Inside each system folder
|
|
|
|
are the game folders
|
2017-07-21 09:26:47 +00:00
|
|
|
for each imported game.
|
|
|
|
|
2017-08-21 07:05:17 +00:00
|
|
|
Why a game library?
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
higan [requires game folders](game-folders.md#why-game-folders),
|
|
|
|
but it also invented game folders,
|
|
|
|
so existing games need
|
|
|
|
to be converted to game folder format
|
|
|
|
before higan can play them.
|
|
|
|
The converted copy of a game needs to go *somewhere*.
|
|
|
|
|
|
|
|
Also,
|
|
|
|
for people who have a huge collection of games,
|
|
|
|
the game library only lists the games they actually play,
|
|
|
|
rather than every possible game,
|
|
|
|
making it easier to find the games they like.
|
|
|
|
|
|
|
|
|
|
|
|
Where is the game library?
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
In Windows,
|
|
|
|
the default location of
|
|
|
|
the game library is the `Emulation` folder
|
|
|
|
inside your profile folder
|
|
|
|
(To find your profile folder,
|
|
|
|
press `Win+R` to open the Run dialog,
|
|
|
|
then type `%USERPROFILE%` and press Enter).
|
|
|
|
|
|
|
|
In Linux,
|
|
|
|
the default location of
|
|
|
|
the game library is the `Emulation` directory
|
|
|
|
inside your home directory.
|
|
|
|
|
|
|
|
On all platforms,
|
|
|
|
the game library location can be configured.
|
|
|
|
See [Moving the Game Library](#moving-the-game-library)
|
2017-07-21 09:26:47 +00:00
|
|
|
below.
|
|
|
|
|
|
|
|
Moving the game library
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
Moving the game library is a little complicated,
|
2017-08-31 05:19:43 +00:00
|
|
|
because there are two parts to it:
|
2017-07-21 09:26:47 +00:00
|
|
|
telling icarus where to put imported games,
|
|
|
|
and telling higan where to find them.
|
|
|
|
|
2017-08-24 08:34:37 +00:00
|
|
|
1. Move your existing game library folder
|
|
|
|
to the new location,
|
|
|
|
or otherwise create the folder you want higan to use
|
2017-07-21 09:26:47 +00:00
|
|
|
as its game library.
|
|
|
|
1. Launch icarus,
|
|
|
|
then click the "Settings ..." button in the lower-right,
|
2017-08-21 07:05:17 +00:00
|
|
|
to open
|
|
|
|
[the Settings dialog][icsettings].
|
2017-07-21 09:26:47 +00:00
|
|
|
1. Click the "Change ..." button on the right.
|
2017-08-21 07:05:17 +00:00
|
|
|
A [filesystem browser][fsbrowser] window will appear,
|
2017-07-21 09:26:47 +00:00
|
|
|
allowing you to choose
|
|
|
|
where imported games will be stored.
|
|
|
|
1. Launch higan,
|
2017-08-21 07:05:17 +00:00
|
|
|
then from [the Settings menu][settingsmenu],
|
2017-08-29 07:22:11 +00:00
|
|
|
choose "Advanced ..."
|
2017-08-21 07:05:17 +00:00
|
|
|
to open [higan's Advanced settings][advsettings].
|
|
|
|
1. Click the "Change ..." button on the right.
|
|
|
|
A [filesystem browser][fsbrowser] will appear,
|
2017-08-23 04:59:16 +00:00
|
|
|
allowing you to choose the same folder again.
|
2017-07-21 09:26:47 +00:00
|
|
|
|
2017-08-21 07:05:17 +00:00
|
|
|
[icsettings]: ../interface/icarus.md#the-icarus-settings-dialog
|
|
|
|
[fsbrowser]: ../interface/common.md#the-filesystem-browser
|
|
|
|
[settingsmenu]: ../interface/higan.md#the-settings-menu
|
2017-08-23 07:03:10 +00:00
|
|
|
[advsettings]: ../interface/higan-settings.md#advanced
|