comparison system.h @ 2289:92449b47cce8

Integrate VGM player into main blastem binary
author Michael Pavone <pavone@retrodev.com>
date Sat, 04 Feb 2023 22:44:44 -0800
parents 3ef80963c2a7
children 9d68799f945b
comparison
equal deleted inserted replaced
2288:efc75ea79164 2289:92449b47cce8
13 SYSTEM_GENESIS_PLAYER, 13 SYSTEM_GENESIS_PLAYER,
14 SYSTEM_SEGACD, 14 SYSTEM_SEGACD,
15 SYSTEM_SMS, 15 SYSTEM_SMS,
16 SYSTEM_SMS_PLAYER, 16 SYSTEM_SMS_PLAYER,
17 SYSTEM_JAGUAR, 17 SYSTEM_JAGUAR,
18 SYSTEM_MEDIA_PLAYER
18 } system_type; 19 } system_type;
19 20
20 typedef enum { 21 typedef enum {
21 DEBUGGER_NATIVE, 22 DEBUGGER_NATIVE,
22 DEBUGGER_GDB 23 DEBUGGER_GDB