mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
67cc79e663
- Fixes a few bugs in the existing C interpreter - Adds a state abstraction layer to switch between engines at runtime and maintain snapshot compatibility
6 lines
150 B
Meson
6 lines
150 B
Meson
libdsp_cpu_interp = static_library(
|
|
'dsp_cpu_interp',
|
|
files(['dsp_cpu.c', 'debug.c']) + genh,
|
|
include_directories: include_directories('..'),
|
|
)
|