mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
fix build
This commit is contained in:
parent
0b6da91cc0
commit
cf7850602b
|
@ -3262,11 +3262,10 @@ CModel3::CModel3(const Util::Config::Node &config)
|
||||||
GPU(config),
|
GPU(config),
|
||||||
SoundBoard(config),
|
SoundBoard(config),
|
||||||
DriveBoard(config),
|
DriveBoard(config),
|
||||||
m_jtag(GPU),
|
|
||||||
#ifdef NET_BOARD
|
#ifdef NET_BOARD
|
||||||
NetBoard(config)
|
NetBoard(config),
|
||||||
#endif
|
#endif
|
||||||
|
m_jtag(GPU)
|
||||||
{
|
{
|
||||||
// Initialize pointers so dtor can know whether to free them
|
// Initialize pointers so dtor can know whether to free them
|
||||||
memoryPool = NULL;
|
memoryPool = NULL;
|
||||||
|
|
Loading…
Reference in a new issue