popn: new cab lights (#629)

## Link to GitHub Issue or related Pull Request, if one exists
#618 

## Description of change
Basic support for lights - subwoofer RGB and button lights.

## Testing
Tested on title screen and in-game.

Tested beat pop as well since that lights up the colors in white/blue.
This commit is contained in:
bicarus
2026-04-11 18:08:45 -07:00
committed by GitHub
parent 1d5550b1e8
commit af69cf9251
2 changed files with 143 additions and 3 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ namespace games::popn {
// all lights in correct order
namespace Lights {
enum {
typedef enum {
Button1,
Button2,
Button3,
@@ -85,7 +85,7 @@ namespace games::popn {
WooferLED_R,
WooferLED_G,
WooferLED_B,
};
} popn_lights_t;
}
// getters