Skip to content

Commit

Permalink
Android: Fix Project64-core\CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Jan 3, 2023
1 parent e037302 commit 5923d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/jni/Project64-core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ add_library(Project64-core STATIC
N64System/Enhancement/EnhancementList.cpp
N64System/Interpreter/InterpreterCPU.cpp
N64System/Interpreter/InterpreterOps.cpp
N64System/Interpreter/InterpreterOps32.cpp
N64System/MemoryHandler/AudioInterfaceHandler.cpp
N64System/MemoryHandler/CartridgeDomain1Address1Handler.cpp
N64System/MemoryHandler/CartridgeDomain1Address3Handler.cpp
Expand Down Expand Up @@ -96,6 +95,7 @@ add_library(Project64-core STATIC
Settings/SettingType/SettingsType-RDBOnOff.cpp
Settings/SettingType/SettingsType-RDBRamSize.cpp
Settings/SettingType/SettingsType-RDBSaveChip.cpp
Settings/SettingType/SettingsType-RDBUser.cpp
Settings/SettingType/SettingsType-RDBYesNo.cpp
Settings/SettingType/SettingsType-RomDatabase.cpp
Settings/SettingType/SettingsType-RomDatabaseIndex.cpp
Expand Down

0 comments on commit 5923d50

Please sign in to comment.