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

@ -73,6 +73,7 @@
<ClCompile Include="gpu_hw_opengl.cpp" />
<ClCompile Include="host_display.cpp" />
<ClCompile Include="host_interface.cpp" />
<ClCompile Include="host_interface_progress_callback.cpp" />
<ClCompile Include="interrupt_controller.cpp" />
<ClCompile Include="mdec.cpp" />
<ClCompile Include="memory_card.cpp" />
@ -118,6 +119,7 @@
<ClInclude Include="gte_types.h" />
<ClInclude Include="host_display.h" />
<ClInclude Include="host_interface.h" />
<ClInclude Include="host_interface_progress_callback.h" />
<ClInclude Include="interrupt_controller.h" />
<ClInclude Include="mdec.h" />
<ClInclude Include="memory_card.h" />