mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
mcpx/dsp: Rename *.inl -> *.c.inc
This commit is contained in:
parent
4a5c91397f
commit
e08011b772
3 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue