comparison nuklear_ui/blastem_nuklear.c @ 1660:c6cc2dae262f

Updated binding UI to reflect new VDP debug options
author Mike Pavone <pavone@retrodev.com>
date Sun, 30 Dec 2018 21:36:53 -0800
parents fa9ae059e4d3
children c3c3b65f17aa
comparison
equal deleted inserted replaced
1659:19331a21da3a 1660:c6cc2dae262f
440 "Next", "Previous", 440 "Next", "Previous",
441 "Default Speed", "Set Speed 1", "Set Speed 2", "Set Speed 3", "Set Speed 4", 441 "Default Speed", "Set Speed 1", "Set Speed 2", "Set Speed 3", "Set Speed 4",
442 "Set Speed 5", "Set Speed 6", "Set Speed 7", "Set Speed 8", "Set Speed 9" 442 "Set Speed 5", "Set Speed 6", "Set Speed 7", "Set Speed 8", "Set Speed 9"
443 }; 443 };
444 const char *debug_binds[] = { 444 const char *debug_binds[] = {
445 "ui.enter_debugger", "ui.vdp_debug_mode", "ui.vdp_debug_pal" 445 "ui.enter_debugger", "ui.plane_debug", "ui.vram_debug", "ui.cram_debug",
446 "ui.compositing_debug", "ui.vdp_debug_mode"
446 }; 447 };
447 const char *debug_names[] = { 448 const char *debug_names[] = {
448 "Enter Debugger", "VDP Debug Mode", "Debug Palette" 449 "CPU Debugger", "Plane Debugger", "VRAM Debugger", "CRAM Debugger",
450 "Layer Debugger", "Cycle Mode/Pal"
449 }; 451 };
450 const uint32_t NUM_C1_BINDS = sizeof(controller1_binds)/sizeof(*controller1_binds); 452 const uint32_t NUM_C1_BINDS = sizeof(controller1_binds)/sizeof(*controller1_binds);
451 const uint32_t NUM_C2_BINDS = sizeof(controller2_binds)/sizeof(*controller2_binds); 453 const uint32_t NUM_C2_BINDS = sizeof(controller2_binds)/sizeof(*controller2_binds);
452 const uint32_t NUM_SPEED_BINDS = sizeof(speed_binds)/sizeof(*speed_binds); 454 const uint32_t NUM_SPEED_BINDS = sizeof(speed_binds)/sizeof(*speed_binds);
453 const uint32_t NUM_GEN_BINDS = sizeof(general_binds)/sizeof(*general_binds); 455 const uint32_t NUM_GEN_BINDS = sizeof(general_binds)/sizeof(*general_binds);