Renamed retro-run to retro-core
I'm still unsure what the name should be. Maybe `core` or `core-apps` would make more sense? Anyway, for now retro-core still makes it clearer what it is than retro-run...
This commit is contained in:
parent
19e53a274a
commit
f4a77a34c7
@ -675,17 +675,17 @@ static void application(const char *desc, const char *name, const char *exts, co
|
||||
|
||||
void applications_init(void)
|
||||
{
|
||||
application("Nintendo Entertainment System", "nes", "nes fc fds nsf", "retro-run", 16);
|
||||
application("Nintendo Entertainment System", "nes", "nes fc fds nsf", "retro-core", 16);
|
||||
application("Super Nintendo", "snes", "smc sfc", "snes9x-go", 0);
|
||||
application("Nintendo Gameboy", "gb", "gb gbc", "retro-run", 0);
|
||||
application("Nintendo Gameboy Color", "gbc", "gbc gb", "retro-run", 0);
|
||||
application("Nintendo Game & Watch", "gw", "gw", "retro-run", 0);
|
||||
application("Nintendo Gameboy", "gb", "gb gbc", "retro-core", 0);
|
||||
application("Nintendo Gameboy Color", "gbc", "gbc gb", "retro-core", 0);
|
||||
application("Nintendo Game & Watch", "gw", "gw", "retro-core", 0);
|
||||
application("Sega Master System", "sms", "sms sg", "smsplusgx-go", 0);
|
||||
application("Sega Game Gear", "gg", "gg", "smsplusgx-go", 0);
|
||||
application("Sega Mega Drive", "md", "md gen bin", "gwenesis", 0);
|
||||
application("Coleco ColecoVision", "col", "col", "smsplusgx-go", 0);
|
||||
application("NEC PC Engine", "pce", "pce", "retro-run", 0);
|
||||
application("Atari Lynx", "lnx", "lnx", "retro-run", 64);
|
||||
application("NEC PC Engine", "pce", "pce", "retro-core", 0);
|
||||
application("Atari Lynx", "lnx", "lnx", "retro-core", 64);
|
||||
// application("Atari 2600", "a26", "a26", "stella-go", 0);
|
||||
// application("Neo Geo Pocket Color", "ngp", "ngp ngc", "ngpocket-go", 0);
|
||||
application("DOOM", "doom", "wad", "prboom-go", 0);
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
set(COMPONENTS "main retro-go nofrendo gnuboy pce-go gw-emulator handy app_trace bootloader esptool_py")
|
||||
include(../base.cmake)
|
||||
project(retro-run)
|
||||
project(retro-core)
|
||||
@ -13,7 +13,7 @@
|
||||
"path": "prboom-go"
|
||||
},
|
||||
{
|
||||
"path": "retro-run"
|
||||
"path": "retro-core"
|
||||
},
|
||||
{
|
||||
"path": "smsplusgx-go"
|
||||
|
||||
@ -11,7 +11,7 @@ PROJECT_ICON = "assets/icon.raw"
|
||||
PROJECT_APPS = {
|
||||
# Project name Type, SubType, Size
|
||||
'launcher': [0, 0, 786432],
|
||||
'retro-run': [0, 0, 655360],
|
||||
'retro-core': [0, 0, 655360],
|
||||
'smsplusgx-go': [0, 0, 393216],
|
||||
'snes9x-go': [0, 0, 524288],
|
||||
'prboom-go': [0, 0, 786432],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user