diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index 3951a8c431..7976c9aab3 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -324,6 +324,14 @@ else ifeq ($(LIBRETRO), quicknes) APP_ICON = pkg/ctr/assets/quicknes.png APP_BANNER = pkg/ctr/assets/quicknes_banner.png +else ifeq ($(LIBRETRO), race) + APP_TITLE = RACE + APP_AUTHOR = various + APP_PRODUCT_CODE = RARCH-RACE + APP_UNIQUE_ID = 0xBAC95 + APP_ICON = pkg/ctr/assets/race.png + APP_BANNER = pkg/ctr/assets/race_banner.png + else ifeq ($(LIBRETRO), snes9x2002) APP_TITLE = Snes9x 2002 APP_AUTHOR = various diff --git a/pkg/ctr/assets/race.png b/pkg/ctr/assets/race.png new file mode 100644 index 0000000000..dc35f005e8 Binary files /dev/null and b/pkg/ctr/assets/race.png differ diff --git a/pkg/ctr/assets/race_banner.png b/pkg/ctr/assets/race_banner.png new file mode 100644 index 0000000000..0827e05541 Binary files /dev/null and b/pkg/ctr/assets/race_banner.png differ