Qt: Implement GBA host and widget

This commit is contained in:
Bonta
2021-07-04 13:23:30 +02:00
parent 9b80fb7deb
commit d6f86e1754
8 changed files with 635 additions and 1 deletions

View File

@ -540,6 +540,15 @@ else()
install(TARGETS dolphin-emu RUNTIME DESTINATION ${bindir})
endif()
if(USE_MGBA)
target_sources(dolphin-emu PRIVATE
GBAHost.cpp
GBAHost.h
GBAWidget.cpp
GBAWidget.h
)
endif()
if(USE_DISCORD_PRESENCE)
target_compile_definitions(dolphin-emu PRIVATE -DUSE_DISCORD_PRESENCE)
endif()