Kekun / gnome-games

Moving to gnome.org — A game manager application for GNOME
https://git.gnome.org/browse/gnome-games/
GNU General Public License v3.0
21 stars 4 forks source link

retro-runner: Use game URI instead of game path #279

Closed Kekun closed 8 years ago

Kekun commented 8 years ago

Construct RetroRunner from a game file URI instead of a game file path.

Avoids converting URIs to paths at multiple places as all users of RetroRunner have to convert a game file URI into a path in order to construct it.

This makes the code simpler.

Fixes #278