Add MemorySettingsInterface

This commit is contained in:
Connor McLaughlin
2022-07-09 14:17:57 +10:00
parent 462eb2c155
commit f6b3652ae6
11 changed files with 395 additions and 213 deletions

View File

@ -3,8 +3,6 @@ add_executable(duckstation-regtest
regtest_host_display.h
regtest_host_interface.cpp
regtest_host_interface.h
regtest_settings_interface.cpp
regtest_settings_interface.h
)
target_link_libraries(duckstation-regtest PRIVATE core common frontend-common scmversion)