GEN: Renamed gwenesis-go to gwenesis

It is unmodified from upstream, there's no point in suffixing it.
If anything it takes credit away from original author.
This commit is contained in:
Alex Duchesne 2022-10-06 10:44:04 -04:00
parent 5801330005
commit a0f857bf5a
46 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
set(COMPONENTS "main retro-go gwenesis app_trace bootloader esptool_py")
include(../base.cmake)
project(gwenesis-go)
project(gwenesis)

View File

@ -1,6 +1,3 @@
#include <freertos/FreeRTOS.h>
#include <freertos/queue.h>
#include <freertos/semphr.h>
#include <rg_system.h>
#include <stdio.h>

View File

@ -683,7 +683,7 @@ void applications_init(void)
application("Nintendo Gameboy Color", "gbc", "gbc gb", "gnuboy-go", 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", "gwenesis-go", 0);
application("Sega Mega Drive", "md", "md gen", "gwenesis", 0);
application("ColecoVision", "col", "col", "smsplusgx-go", 0);
application("PC Engine", "pce", "pce", "pce-go", 0);
application("Atari Lynx", "lnx", "lnx", "handy-go", 64);

View File

@ -7,7 +7,7 @@
"path": "gnuboy-go"
},
{
"path": "gwenesis-go"
"path": "gwenesis"
},
{
"path": "handy-go"

View File

@ -18,5 +18,5 @@ PROJECT_APPS = {
'handy-go': [0, 0, 393216],
'snes9x-go': [0, 0, 655360],
'prboom-go': [0, 0, 786432],
'gwenesis-go': [0, 0, 983040],
'gwenesis': [0, 0, 983040],
}