RegTest: Port to new host abstractions

This commit is contained in:
Connor McLaughlin
2022-10-11 19:31:19 +10:00
parent c9cba5e220
commit 5498ddfab7
10 changed files with 844 additions and 681 deletions

View File

@ -1,8 +1,7 @@
add_executable(duckstation-regtest
regtest_host_display.cpp
regtest_host_display.h
regtest_host_interface.cpp
regtest_host_interface.h
regtest_host.cpp
)
target_link_libraries(duckstation-regtest PRIVATE core common frontend-common scmversion)