Core: Add loading screen based progress callbacks

This commit is contained in:
Connor McLaughlin
2020-07-22 00:03:01 +10:00
parent cf366d3fba
commit 8b91bf5e57
5 changed files with 137 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ add_library(core
host_display.h
host_interface.cpp
host_interface.h
host_interface_progress_callback.cpp
host_interface_progress_callback.h
interrupt_controller.cpp
interrupt_controller.h
mdec.cpp