mirror of
https://github.com/libretro/libretro-super
synced 2025-01-03 23:37:11 +00:00
Merge pull request #1092 from bparker06/hwapi
Add "required hw api" to hardware-only cores
This commit is contained in:
commit
5857cddfa9
3
dist/info/00_example_libretro.info
vendored
3
dist/info/00_example_libretro.info
vendored
@ -53,3 +53,6 @@
|
||||
|
||||
# Additional notes:
|
||||
#notes = "(!) hash|(!) game rom|(^) continue|[1] notes|[^] continue|[*] list"
|
||||
|
||||
# Graphics API(s) supported by the core... only use for cores that *require* hardware acceleration
|
||||
# required_hw_api = "OpenGL Core >= 3.3 | OpenGL ES >= 2.0 | Vulkan >= 1.0"
|
||||
|
1
dist/info/citra_libretro.info
vendored
1
dist/info/citra_libretro.info
vendored
@ -11,3 +11,4 @@ license = "GPLv2+"
|
||||
permissions = ""
|
||||
display_version = "Git"
|
||||
supports_no_game = "false"
|
||||
required_hw_api = "OpenGL Core >= 3.3"
|
||||
|
1
dist/info/flycast_libretro.info
vendored
1
dist/info/flycast_libretro.info
vendored
@ -37,3 +37,4 @@ firmware7_desc = "awbios.zip (Atomiswave BIOS from MAME)"
|
||||
firmware7_path = "dc/awbios.zip"
|
||||
firmware7_opt = "true"
|
||||
notes = "(!) dc_boot.bin (md5): e10c53c2f8b90bab96ead2d368858623|(!) dc_flash.bin (md5): 0a93f7940c455905bea6e392dfde92a4|(!) naomi.zip (md5): eb4099aeb42ef089cfe94f8fe95e51f6|(!) hod2bios.zip (md5): 9c755171b222fb1f4e1439d5b709dbf1|(!) f355dlx.zip (md5): 5e83867c751f692a000afdf658dc181f|(!) f355bios.zip (md5): f126d318f135f38ee377fef2acf08d7e|(!) airlbios.zip (md5): 3f348c88af99a40fbd11fa435f28c69d|(!) awbios.zip (md5): 0ec5ae5b5a5c4959fa8b43fcf8687f7c"
|
||||
required_hw_api = "OpenGL Core >= 3.0 | OpenGL ES >= 2.0"
|
||||
|
1
dist/info/mupen64plus_next_libretro.info
vendored
1
dist/info/mupen64plus_next_libretro.info
vendored
@ -11,3 +11,4 @@ license = "GPLv2"
|
||||
permissions = "dynarec_optional"
|
||||
display_version = "1.0"
|
||||
supports_no_game = "false"
|
||||
required_hw_api = "OpenGL Core >= 3.3 | OpenGL ES >= 2.0"
|
||||
|
1
dist/info/openlara_libretro.info
vendored
1
dist/info/openlara_libretro.info
vendored
@ -10,3 +10,4 @@ license = "2-clause BSD"
|
||||
permissions = ""
|
||||
display_version = "v1"
|
||||
supports_no_game = "false"
|
||||
required_hw_api = "OpenGL Core >= 3.1 | OpenGL ES >= 2.0"
|
||||
|
1
dist/info/ppsspp_libretro.info
vendored
1
dist/info/ppsspp_libretro.info
vendored
@ -16,3 +16,4 @@ firmware0_desc = "ppge_atlas.zim (PPSSPP Data ROM)"
|
||||
firmware0_path = "PPSSPP/ppge_atlas.zim"
|
||||
firmware0_opt = "false"
|
||||
notes = "(!) ppge_atlas.zim (md5): a93fc411c1ce7d001a2a812643c70085|(!) PPSSPP requires the asset files, lang folder, and flash0 folder inside the 'system\PPSSPP' directory.|(!) Check https://docs.libretro.com/library/ppsspp/#bios to find out how to get the assets files."
|
||||
required_hw_api = "OpenGL Core >= 3.1 | OpenGL ES >= 2.0 | Vulkan >= 1.0 | Direct3D11 >= 11.0"
|
||||
|
1
dist/info/rustation_libretro.info
vendored
1
dist/info/rustation_libretro.info
vendored
@ -11,3 +11,4 @@ license = "GPLv2"
|
||||
permissions = ""
|
||||
display_version = "v1"
|
||||
supports_no_game = "false"
|
||||
required_hw_api = "OpenGL Core >= 3.3"
|
||||
|
Loading…
Reference in New Issue
Block a user