mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -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)
|