Open GoogleCodeExporter opened 8 years ago
Original comment by maloep
on 12 Jul 2013 at 7:55
I created a patch that fixes this. It simply creates another Emulator Parameter
(as described here,
https://code.google.com/p/romcollectionbrowser/wiki/EditRomCollectionLaunchGames
#Emulator_Params) called %ROMDIR%, which contains the game's path up to the
directory only.
So with this patch you can change %ROM% to %ROMDIR% for every ROM collection
that uses higan and it should work. I tested this with RCB 2.0.17 on XBMC 13.2
with GB, NES and SNES ROMS from a higan v094 library.
Hopefully this can get included in the next version of RCB.
Original comment by arucar...@gmail.com
on 24 Aug 2014 at 1:35
Attachments:
Many thanks for this! Works perfectly with SNES/NES using RCB 2.0.17/XBMC
13.2/Ubuntu 14.04. Much appreciated!
Original comment by jarz.of....@gmail.com
on 17 Oct 2014 at 4:01
Hey I'm very curious as to how this patch works in Ubuntu. I can't seem to get
it to work. How do I go about applying the patch?
Any help would be greatly appreciated!
Thanks
Original comment by speu...@gmail.com
on 28 Oct 2014 at 5:00
If you're not familiar with how patches work, you can easily search for it on
the internet. You might also consider reading the manpages of patch and diff
(by running "man patch" and "man diff" in a terminal). In short, a patch file
is just a text file that describes the exact differences between two files.
In this case, if you don't know about patch files, it's probably easier to just
make the changes manually since the differences in my patch file are small and
simple. To do this, you just open the patch file with a text editor. The
additional lines of code are marked by a + character at the start of the line.
You need to copy those lines (excluding the + character) to the
"resources/lib/launcher.py" file of your installed romcollectionbrowser addon
folder (found in ~/.xbmc/addons/script.games.rom.collection.browser). Look at
the surrounding text and the line number given in the patch file to find out
the correct place to add the new lines.
If you do want to use the patch command to execute the patch file, remember
that you'll need to run the patch command from the rommcollectionbrowser addon
folder or provide the path to that folder with the -d parameter. Look at the
manpage for more details on that. Hope it works for you and remember to make a
backup of everything you might change.
Original comment by arucar...@gmail.com
on 13 Nov 2014 at 9:17
Original issue reported on code.google.com by
drpresto...@gmail.com
on 23 Apr 2013 at 7:15