mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
museca: add Start and 10KEY lights (#296)
## Link to GitHub Issue, if one exists Fixes #295 ## Description of change Add missing `Start` and `10KEY` lights output, as see in the test menu. ## Compiling 👍 ## Testing Seems fine in museca test mode.
This commit is contained in:
@@ -71,6 +71,8 @@ std::vector<Light> &games::museca::get_lights() {
|
||||
|
||||
GameAPI::Lights::sortLights(
|
||||
&lights,
|
||||
"Start",
|
||||
"Keypad",
|
||||
"Title R",
|
||||
"Title G",
|
||||
"Title B",
|
||||
|
||||
@@ -46,6 +46,8 @@ namespace games::museca {
|
||||
// all lights in correct order
|
||||
namespace Lights {
|
||||
enum {
|
||||
Start,
|
||||
Keypad,
|
||||
TitleR,
|
||||
TitleG,
|
||||
TitleB,
|
||||
|
||||
Reference in New Issue
Block a user