mirror of
https://github.com/mborgerson/xemu.git
synced 2025-10-29 16:51:13 +00:00
mcpx/dsp: Rename *.inl -> *.c.inc
This commit is contained in:
parent
4a5c91397f
commit
e08011b772
@ -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…
x
Reference in New Issue
Block a user