mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45: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),
|
||||
SoundBoard(config),
|
||||
DriveBoard(config),
|
||||
m_jtag(GPU),
|
||||
#ifdef NET_BOARD
|
||||
NetBoard(config)
|
||||
NetBoard(config),
|
||||
#endif
|
||||
|
||||
m_jtag(GPU)
|
||||
{
|
||||
// Initialize pointers so dtor can know whether to free them
|
||||
memoryPool = NULL;
|
||||
|
|
Loading…
Reference in a new issue