(iOS) Module info detail - change emuname to corename - emuname

too specific - libretro cores can also be GL demos/games/apps
This commit is contained in:
twinaphex 2013-04-04 06:11:37 +02:00
parent 896d5d66d6
commit 62194803fb
19 changed files with 24 additions and 25 deletions

View File

@ -13,8 +13,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
static NSString* const labels[3] = {@"Emulator Name", @"Manufacturer", @"Name"};
static const char* const keys[3] = {"emuname", "manufacturer", "systemname"};
static NSString* const labels[3] = {@"Core Name", @"Developer", @"Name"};
static const char* const keys[3] = {"corename", "manufacturer", "systemname"};
static NSString* const sectionNames[2] = {@"Emulator", @"Hardware"};
static const uint32_t sectionSizes[2] = {1, 2};

View File

@ -1,5 +1,5 @@
display_name = "Nintendo DS"
recommended_extensions = "nds"
emuname = "DeSmuME"
corename = "DeSmuME"
manufacturer = "Nintendo"
systemname = "Nintendo DS"

View File

@ -1,17 +1,16 @@
## All data is optional, but helps improve user experience.
# Name displayed when the user is selecting an emulator.
# Name displayed when the user is selecting an core.
# display_name = "NES / Famicom"
# List of supported extensions.
# supported_extensions = "nes|fds"
# Name the emulator core.
# emuname = "Nestopia"
# Name the core.
# corename = "Nestopia"
# The developer of the emulated device.
# The developer.
# manufacturer = "Nintendo"
# The name of the emulated device.
# Name of the system that the emulator targets.
# systemname = "Nintendo Entertainment System"

View File

@ -1,5 +1,5 @@
display_name = "Arcade"
supported_extensions = "zip|ZIP"
emuname = "Final Burn Alpha"
corename = "Final Burn Alpha"
manufacturer = "Various"
systemname = "Arcade (various)"

View File

@ -1,5 +1,5 @@
display_name = "Game Boy / Game Boy Color"
supported_extensions = "gb|gbc|dmg"
emuname = "gambatte"
corename = "gambatte"
manufacturer = "Nintendo"
systemname = "Game Boy Color"

View File

@ -1,6 +1,6 @@
display_name = "Sega (MS/GG/MD/CD)"
supported_extensions = "md|smd|gen|sms|gg|sg|bin|cue|ios"
emuname = "Genesis Plus GX"
corename = "Genesis Plus GX"
manufacturer = "Sega"
systemname = "Sega (Various)"

View File

@ -1,6 +1,6 @@
display_name = "Neo Geo Pocket (Color)"
supported_extensions = "ngp|ngc"
emuname = "Mednafen Neopop"
corename = "Mednafen Neopop"
manufacturer = "SNK"
systemname = "Neo Geo Pocket (Color)"

View File

@ -1,6 +1,6 @@
display_name = "PC Engine/TurboGrafx-16"
supported_extensions = "pce|sgx|cue"
emuname = "Mednafen PCE Fast"
corename = "Mednafen PCE Fast"
manufacturer = "NEC"
systemname = "PC Engine/TurboGrafx-16"

View File

@ -1,6 +1,6 @@
display_name = "PlayStation"
supported_extensions = "cue|toc"
emuname = "Mednafen PSX"
corename = "Mednafen PSX"
manufacturer = "Sony"
systemname = "PlayStation"

View File

@ -1,6 +1,6 @@
display_name = "Virtual Boy"
supported_extensions = "vb|vboy|bin"
emuname = "Mednafen VB"
corename = "Mednafen VB"
manufacturer = "Nintendo"
systemname = "Virtual Boy"

View File

@ -1,6 +1,6 @@
display_name = "WonderSwan (Color)"
supported_extensions = "ws|wsc"
emuname = "Mednafen WonderSwan"
corename = "Mednafen WonderSwan"
manufacturer = "Bandai"
systemname = "WonderSwan (Color)"

View File

@ -1,6 +1,6 @@
display_name = "NES / Famicom"
supported_extensions = "nes|fds"
emuname = "Nestopia"
corename = "Nestopia"
manufacturer = "Nintendo"
systemname = "Nintendo Entertainment System"

View File

@ -1,3 +1,3 @@
display_name = "NXEngine (Cave Story)"
supported_extensions = "exe"
emuname = "NXEngine"
corename = "NXEngine"

View File

@ -1,5 +1,5 @@
display_name = "PlayStation1"
supported_extensions = "bin|cue|img|mdf|pbp|cbn|toc"
emuname = "PCSX ReARMed"
corename = "PCSX ReARMed"
manufacturer = "Sony"
systemname = "PlayStation"

View File

@ -1,3 +1,3 @@
display_name = "PrBoom (DOOM)"
supported_extensions = "wad|iwad"
emuname = "prboom"
corename = "prboom"

View File

@ -1,5 +1,5 @@
display_name = "SNES / Super Famicom"
supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc"
emuname = "SNES9x Next"
corename = "SNES9x Next"
manufacturer = "Nintendo"
systemname = "Super Nintendo Entertainment System"

View File

@ -1,6 +1,6 @@
display_name = "Atari 2600"
supported_extensions = "a26|bin"
emuname = "Stella"
corename = "Stella"
manufacturer = "Atari"
systemname = "Atari 2600"

View File

@ -1,3 +1,3 @@
display_name = "TyrQuake"
supported_extensions = "pak"
emuname = "prboom"
corename = "prboom"

View File

@ -1,5 +1,5 @@
display_name = "Game Boy Advance"
supported_extensions = "gba"
emuname = "VBA Next"
corename = "VBA Next"
manufacturer = "Nintendo"
systemname = "Game Boy Advance"