Add apple II to the core picker

This commit is contained in:
adelikat 2015-05-26 23:43:55 +00:00
parent f5daee2623
commit 996c7bc847
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ namespace BizHawk.Emulation.Common
new SystemInfo { SystemId = "TI83", FullName = "TI-83 Calculator" },
new SystemInfo { SystemId = "WSWAN", FullName = "WonderSwan" },
new SystemInfo { SystemId = "C64", FullName = "Commodore 64" }
new SystemInfo { SystemId = "C64", FullName = "Commodore 64" },
new SystemInfo { SystemId = "AppleII", FullName = "Apple II" }
};
public SystemInfo this[string systemId]