Rechange the order of initialisation.
Need to find a better solution. Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
8b081725ce
commit
697a5b5c88
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,6 @@ add_library(appleii SHARED
|
||||||
NTSC_CharSet.cpp
|
NTSC_CharSet.cpp
|
||||||
CardManager.cpp
|
CardManager.cpp
|
||||||
Disk2CardManager.cpp
|
Disk2CardManager.cpp
|
||||||
SaveState.cpp # uses g_CardMgr in m_ConfigNew (reverse order)
|
|
||||||
Riff.cpp
|
Riff.cpp
|
||||||
|
|
||||||
Configuration/PropertySheetHelper.cpp
|
Configuration/PropertySheetHelper.cpp
|
||||||
|
@ -63,6 +62,7 @@ add_library(appleii SHARED
|
||||||
linux/duplicates/SerialComms.cpp
|
linux/duplicates/SerialComms.cpp
|
||||||
linux/duplicates/IPropertySheet.cpp
|
linux/duplicates/IPropertySheet.cpp
|
||||||
linux/duplicates/Applewin.cpp # defines g_CardMgr (reverse order)
|
linux/duplicates/Applewin.cpp # defines g_CardMgr (reverse order)
|
||||||
|
SaveState.cpp # uses g_CardMgr in m_ConfigNew (reverse order)
|
||||||
|
|
||||||
Z80VICE/z80.cpp
|
Z80VICE/z80.cpp
|
||||||
Z80VICE/z80mem.cpp
|
Z80VICE/z80mem.cpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue