libretro / libretro-super

Super repo for other libretro projects. Fetches, builds and installs.
MIT License
407 stars 284 forks source link

Add some vice info/recipes #495

Closed r-type closed 7 years ago

r-type commented 7 years ago

I made some additional makefile for vic20 and plus4 core. all we need now is to add the recipes and the info fles.

recipe could be like

vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master PROJECT YES GENERIC Makefile . EMUTYPE=xvic
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master PROJECT YES GENERIC Makefile . EMUTYPE=xplus4

and info file

vice_xplus4_libretro.info

display_name = "Commodore PLUS4 (VICE)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64||g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z"
corename = "VICE"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "PLUS4"
database = "Commodore - PLUS4"
license = "GPLv2"
permissions = ""
display_version = "v3.0"
supports_no_game = "false"

vice_xvic_libretro.info

display_name = "Commodore VIC20 (VICE)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64||g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z"
corename = "VICE"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "VIC20"
database = "Commodore - VIC20"
license = "GPLv2"
permissions = ""
display_version = "v3.0"
supports_no_game = "false"

@twinaphex could you look at and see if someone can add info and recipes for linux/win/osx/wiiu /android ?

r-type commented 7 years ago

@twinaphex done basic job here https://github.com/libretro/libretro-super/pull/508 should be fine , but just in case can someone just review it before merging.

inactive123 commented 7 years ago

The only issue I get so far is this while running libretro-fetch -

=== vice_xvic libretro_fetch:No URL set to fetch vice_xvic via git.

r-type commented 7 years ago

yeah i see my erro i will PR soon

r-type commented 7 years ago

did it solve the fetch ?

inactive123 commented 7 years ago

Yes it did. Thanks.

gouchi commented 7 years ago

This issue should be closed because of this PR.