Kodi Community Forum
Integrated Video Game Emulators - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: RetroPlayer Development (https://forum.kodi.tv/forumdisplay.php?fid=194)
+---- Thread: Integrated Video Game Emulators (/showthread.php?tid=146711)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44


RE: Integrated Video Game Emulators - King Dude - 2013-04-13

(2013-04-12, 22:57)celedhrim Wrote: Hi all

Just for fun read the commit of retroplayer in epic mode !

http://starlogs.net/#garbear/xbmc
LOL Made my day


RE: Integrated Video Game Emulators - spiff - 2013-04-14

oh lol.


RE: Integrated Video Game Emulators - Martijn - 2013-04-14

Must have we do. Improve our commits it will.


RE: Integrated Video Game Emulators - bibi - 2013-04-15

!!!


RE: Integrated Video Game Emulators - King Dude - 2013-04-17

What do you guys think about standard PC games being playable through XBMC for use in OpenELEC systems?


RE: Integrated Video Game Emulators - garbear - 2013-04-17

Let's do it. Arcan-FE can do Wine and VirtualBox hijacking, this might be a good place to start.


RE: Integrated Video Game Emulators - drivesoslow - 2013-04-17

If we are making a wish list Arcade/MAME support would be awesome


RE: Integrated Video Game Emulators - King Dude - 2013-04-17

(2013-04-17, 03:28)garbear Wrote: Let's do it. Arcan-FE can do Wine and VirtualBox hijacking, this might be a good place to start.
Sweet

(2013-04-17, 03:35)drivesoslow Wrote: If we are making a wish list Arcade/MAME support would be awesome
MAME should be supported if I'm not mistaken.


RE: Integrated Video Game Emulators - drivesoslow - 2013-04-17

(2013-04-17, 03:45)King Dude Wrote:
(2013-04-17, 03:35)drivesoslow Wrote: If we are making a wish list Arcade/MAME support would be awesome
MAME should be supported if I'm not mistaken.

Looks like you are correct, the libretro core supports iMAME4All. I guess it just needs to be integrated into XBMC.


RE: Integrated Video Game Emulators - negge - 2013-04-17

(2013-04-17, 03:45)King Dude Wrote:
(2013-04-17, 03:28)garbear Wrote: Let's do it. Arcan-FE can do Wine and VirtualBox hijacking, this might be a good place to start.
Sweet

(2013-04-17, 03:35)drivesoslow Wrote: If we are making a wish list Arcade/MAME support would be awesome
MAME should be supported if I'm not mistaken.

https://github.com/libretro/fba-libretro

I have by no means played many arcade games but Final Burn Alpha seems to handle quite a lot of them (most importantly for me it can play Street Fighter).


RE: Integrated Video Game Emulators - maruchan - 2013-04-18

(2013-04-17, 03:28)garbear Wrote: Let's do it. Arcan-FE can do Wine and VirtualBox hijacking, this might be a good place to start.

It would be interesting if this would allow a browser to launch in presentation mode with Netflix running--similar to how XBMC Flicks works, but without the ugly minimize/maximize between apps.


RE: Integrated Video Game Emulators - drivesoslow - 2013-04-18

(2013-04-17, 23:41)negge Wrote:
(2013-04-17, 03:45)King Dude Wrote:
(2013-04-17, 03:28)garbear Wrote: Let's do it. Arcan-FE can do Wine and VirtualBox hijacking, this might be a good place to start.
Sweet

(2013-04-17, 03:35)drivesoslow Wrote: If we are making a wish list Arcade/MAME support would be awesome
MAME should be supported if I'm not mistaken.

https://github.com/libretro/fba-libretro

I have by no means played many arcade games but Final Burn Alpha seems to handle quite a lot of them (most importantly for me it can play Street Fighter).

Thanks for the tip I'll try it out


RE: Integrated Video Game Emulators - jompan87 - 2013-04-18

(2013-04-18, 01:21)maruchan Wrote:
(2013-04-17, 03:28)garbear Wrote: Let's do it. Arcan-FE can do Wine and VirtualBox hijacking, this might be a good place to start.

It would be interesting if this would allow a browser to launch in presentation mode with Netflix running--similar to how XBMC Flicks works, but without the ugly minimize/maximize between apps.

http://www.engadget.com/2013/04/15/netflix-silverlight-html5/

Sorry for beeing offtopic, just thought he should consider just waiting abit


RE: Integrated Video Game Emulators - drivesoslow - 2013-04-22

(2013-04-18, 19:01)drivesoslow Wrote:
(2013-04-17, 23:41)negge Wrote:
(2013-04-17, 03:45)King Dude Wrote: Sweet

MAME should be supported if I'm not mistaken.

https://github.com/libretro/fba-libretro

I have by no means played many arcade games but Final Burn Alpha seems to handle quite a lot of them (most importantly for me it can play Street Fighter).

Thanks for the tip I'll try it out

From what I can tell FBA is not available in the emulator repository.


RE: Integrated Video Game Emulators - garbear - 2013-04-23

FBA is only in the win32 and linux32 repositories. The linux64 build of FBA was broken when I uploaded the emulator cores 2 months ago.

Speaking of which, if anyone wants to help maintain/expand the emulator repositories, let me know. It's basically just compile, update addon.xml and changelog.txt, and upload. Cores can be compiled separately, or the build script is http://github.com/garbear/libretro-super (use my branch). PRs can be sent to http://github.com/garbear/repository.libretro .