Nintro64 uses Sprite2d
| 721 | //***************************************************************************** |
| 722 | //Nintro64 uses Sprite2d |
| 723 | void DLParser_Nothing( MicroCodeCommand command ) |
| 724 | { |
| 725 | #ifdef DAEDALUS_DEBUG_DISPLAYLIST |
| 726 | DAEDALUS_DL_ERROR( "RDP Command %08x Does not exist...", command.inst.cmd0 ); |
| 727 | #endif |
| 728 | // Terminate! |
| 729 | // DBGConsole_Msg(0, "Warning, DL cut short with unknown command: 0x%08x 0x%08x", command.inst.cmd0, command.inst.cmd1); |
| 730 | DLParser_PopDL(); |
| 731 | |
| 732 | } |
| 733 | |
| 734 | //***************************************************************************** |
| 735 | // |
no test coverage detected