mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
7 lines
139 B
C
7 lines
139 B
C
#pragma once
|
|
|
|
#define APPLESAUCE_VID 0x16c0
|
|
#define APPLESAUCE_PID 0x0483
|
|
|
|
#define APPLESAUCE_ID ((APPLESAUCE_VID << 16) | APPLESAUCE_PID)
|