Fix order of initialisation of global variables.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
507e316dfc
commit
ee2e80aae4
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
include(FindPkgConfig)
|
||||
|
||||
add_library(appleii SHARED
|
||||
SaveState.cpp
|
||||
Pravets.cpp
|
||||
Tape.cpp
|
||||
YamlHelper.cpp
|
||||
|
@ -38,7 +37,7 @@ add_library(appleii SHARED
|
|||
linux/windows/winbase.cpp
|
||||
linux/windows/winuser.cpp
|
||||
|
||||
linux/data.cpp
|
||||
linux/data.cpp # defines g_CardMgr
|
||||
linux/dummies.cpp
|
||||
linux/state.cpp
|
||||
linux/benchmark.cpp
|
||||
|
@ -55,6 +54,8 @@ add_library(appleii SHARED
|
|||
linux/duplicates/SerialComms.cpp
|
||||
linux/duplicates/Applewin.cpp
|
||||
|
||||
SaveState.cpp # uses g_CardMgr in m_ConfigNew
|
||||
|
||||
Z80VICE/z80.cpp
|
||||
Z80VICE/z80mem.cpp
|
||||
Z80VICE/daa.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue