mcpx/dsp: Rename *.inl -> *.c.inc

This commit is contained in:
Matt Borgerson 2025-03-29 16:10:41 -07:00
parent 69dd9110f1
commit 657c4b5c2f
3 changed files with 2 additions and 3 deletions

View File

@ -129,9 +129,8 @@ static const int registers_mask[64] = {
16, 16, 16, 16
};
#include "dsp_emu.inl"
#include "dsp_dis.inl"
#include "dsp_emu.c.inc"
#include "dsp_dis.c.inc"
typedef bool (*match_func_t)(uint32_t op);