-
Notifications
You must be signed in to change notification settings - Fork 53
/
dolphin_launcher_libretro.info
34 lines (31 loc) · 1.5 KB
/
dolphin_launcher_libretro.info
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
# Software Information
display_name = "Nintendo - GameCube / Wii (Dolphin Launcher)"
authors = "RobLoach"
supported_extensions = "elf|dol|gcm|iso|wbfs|ciso|gcz|wad"
corename = "Dolphin Launcher"
license = "MIT"
permissions = ""
display_version = "1.2.0"
categories = "Launcher"
# Hardware Information
manufacturer = "Nintendo"
systemname = "GameCube / Wii"
systemid = "gamecube"
# Libretro Features
database = "Nintendo - GameCube|Nintendo - Wii|Nintendo - Wii (Digital)"
supports_no_game = "true"
savestate = "false"
savestate_features = "null"
libretro_saves = "false"
cheats = "false"
input_descriptors = "false"
memory_descriptors = "false"
core_options = "false"
core_options_version = "null"
load_subsystem = "false"
hw_render = "false"
needs_fullpath = "false"
disk_control = "false"
is_experimental = "false"
notes = "(!) This core launches an external Dolphin Emulator installation, which runs outside of the libretro frontend."
description = "A basic skeleton core which has the sole purpose of launching an external instance of the popular Dolphin emulator. This allows users to launch Gamecube and/or Wii games from a libretro frontend while using the external Dolphin emulator, which will then run outside of the libretro frontend (that is, features of the frontend will not be available). Many/most users will be better served by using the libretro-native dolphin-libretro core, which provides a normal libretro experience, but this core may be useful to access features that are not exposed to the native libretro core."